body
{
	background-color:#000000;
	margin:0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#999999;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

a
{
	color:#ffffff;
}

div#top
{
	height:80px;
	width:770px;
	background-image:url(images/topbg.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;	
}

div#navs
{
	height:30px;
	width:770px;
	margin-left:auto;
	margin-right:auto;	
	margin-top:10px;
	text-align:center;
}

img
{
	border:none;
}

h1
{
	margin:20px;
	font-size:16pt;
	
}

div#navs a
{
	color:#ffffff;
	text-decoration:none;
	padding-left:30px;
	padding-right:30px;
	text-transform: lowercase;
}

div#navs a:hover
{
	color:#999999;
	text-decoration:underline;
}

p
{
	padding-top:15px;
	padding-bottom:15px;
	text-align:justify;
	margin:0;
}

div#content
{
	width:770px;
	margin-left:auto;
	margin-right:auto;	
}

div#footer
{
	height:50px;
	background-image:url(images/footerbg.jpg);
	background-repeat:repeat-x;
	margin-top:20px;
	text-align:center;
	padding-top:7px;
	
}

div#footer a
{
	color:#ffffff;
	text-decoration:none;

}

div#footer a:hover
{
	text-decoration:underline;
}