body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-color:#000000;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
}
p a{
	color:#FF0000;
	text-decoration:none;
}
#header{
	background-image:url(../images/layout/header_bg.jpg);
	width:100%;
	height:195px;
	margin:0px;
}
#headcontainer{
	width:760px;
}
#content{
	background-image:url(../images/layout/sidebar_bg.jpg);
	background-repeat:repeat-y;
	width:760px;
	margin:0px;
}
#sidebar{
	width:185px;
	float:left;
}
#sidebar p{
	/*    top right bottom left*/
	margin:3px 9px 20px 10px;
}
#sidebar p a{
	margin-bottom:-13px;
	margin-top:-5px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	border-bottom:none;
	display:block;
	padding:5px;
}
#sidebar p a:hover{
	background-image:url(../images/img_mouseover.gif);
	background-color:#323232;
	color:#000000;
}
#rightbar{
	margin:10px;
	width:150px;
	height:500px;
	float:right;
}
#main{
	margin:0px;
	margin-left:185px;
}
#main p{
	margin-top:0px;
	width:385px;
}
#footer{
	width:575px;
	clear:both;
	/*    top right bottom left*/
	margin:20px 0px 20px 185px;
	text-align:center;
	border-top:1px solid #FFFFFF;
}
#footer p a{
	color:#EFEFEF;
	font-size:8pt;
}
.u{
	text-decoration:underline;
}
