body
{
	background: #121923 url('./images/headerbg.jpg') repeat-x;
	text-align: left;
	color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

#header 
{
background-image:url(images/header.jpg);
background-repeat:no-repeat;
height:72px;
}

#nav
{
text-align:left;
}

#content
{
	padding-top:20px;
	padding-left:10px;
}

#contentheader	
{
	text-align: left;	
	overflow: hidden;
	font-weight:bold;
	font-size: 20px;
	margin: 0px;
	padding: 5px;

}

#contentbox	
{
	text-align: left;	
	overflow: hidden;
	width:480px;
	font-weight:normal;
	font-size: 11px;
	margin: 0px;
	padding-left: 10px;
}

#contentbg	
{
	background-image:url(images/content.jpg);
	background-repeat:no-repeat;
	background-position:top;	
	overflow: hidden;
	width:494px;
}

a:link 
{
	text-decoration: underline;
	color: #FFFFFF;
}

a:active 
{
	text-decoration: underline;
	color: #FFFFFF;
}

a:visited 
{
	text-decoration: underline;
	color: #FFFFFF;
}
	
a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}
	
a img
{
	border: 0;
}
