
HTML, BODY {
background:#ffffff url('../images/background.jpg') repeat-x top left;
background-color:#ffffff;
margin-left:0px;
margin-top:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#053576;
}

a { 
text-decoration		: none;
font-size			: 12px;
color			 	: #fb0b05;
font-weight 		: normal;
}

A:hover {
text-decoration		: none; 
color				: #1456ad; 
}

.whitelink {
color				: #ffffff;
}

#container
{
width:800px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
background:#ffffff url('../images/container_background.jpg') no-repeat top left;
background-color: #696ef0;
border:1px solid #404261;
line-height:150%;
}

#menu
{
margin-left:0px;
margin-top:165px;
}

#leftnav
{
float: left;
background-color: #696ef0;
width: 210px;
margin: 0;
padding: 0.5em;
}

#content
{
background-image:url(../images/main_background.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
margin-left:222px;
margin-top:170px;
margin-bottom:10px;
margin-right:20px;
border-left:0px dotted navy;
padding:0.5em;
min-height:380px;
}

#footer
{
padding:0em;
height:90px;
color:navy;
background:#ffffff url('../images/footer_background.jpg') repeat-x top left;
clear:left;
}

.right-element {
   position:relative;
   top: 30px;
   right: 10px;
   width: 100%;
   text-align: right; /* depends on element width */
   }

UL {
	margin-top	: 3px;
	margin-left : 5px;
	line-height : 18px;
}






