body
{
	background: #FFFFFF url('./images/bg.jpg') repeat-x;
	text-align: left;
	color: #646464;
	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;
}

#top 
{
	background-image:url(images/topbar.jpg);
	background-repeat:no-repeat;
	height:6px;
}

#nav
{
	text-align:center;
}

#bannertop 
{
	text-align:center;
}

#banner 
{
	text-align:center;
	height:325px;
}

#content
{
	text-align:center;
}

#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: #646464;
}

a:active 
{
	text-decoration: underline;
	color: #646464;
}

a:visited 
{
	text-decoration: underline;
	color: #646464;
}
	
a:hover
{
	text-decoration: none;
	color: #646464;
}
	
a img
{
	border: 0;
}
