/* Basic styles */
body
{
	background:#000000 url('images/background.png') repeat-x bottom;
	margin:0
}
div.workbench
{
	background:url('images/top.png') repeat-x top;
	text-align:center;
}
div.workarea
{
	position:relative
}
/* Common styles */
div.horiline
{
	background:url('images/hori.png') repeat-x top;
}
div.copyright
{
	position:absolute;
	text-align:center
}
div.pagecontent
{
	text-align:center;
	height:620px;
}
table.center
{
	margin-left:auto;
	margin-right:auto
}
img
{
	border:0
}
img.navigateoff
{
	border:0px;
	opacity:0.8;
	filter:alpha(opacity=80)
}
img.pageimg
{
	vertical-align:middle
}
/* Entrance */
img.title
{
	border:0px;
	position:relative;
	opacity:0.5;
	filter:alpha(opacity=50)
}
/* Home */
p.hometext
{
	font-family:Trebuchet MS;
	color:#D69E42;
	text-align:justify;
	line-height:1.1;
	font-weight:100;
	font-size:16px
}
p.cvtexttitle
{
	font-family:Trebuchet MS;
	color:#D69E42;
	text-align:justify;
	margin-left:10px;
	line-height:0.0;
	font-weight:100;
	font-size:20px
}
p.cvtext,li.cvtext
{
	font-family:Trebuchet MS;
	color:#D69E42;
	text-align:justify;
	margin-left:10px;
	line-height:1.9;
	font-weight:100;
	font-size:15px
}