

a:link {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #888888;
}

a:visited {
	color: #ffffff;
	text-decoration: underline;
}



body {
	
	background: #000000 url(images/back_all.jpg) no-repeat;
	background-position: top center;
	font: 15px Gill Sans, sans-serif;
	color: #ffffff;

}

<!-- 262626 was the original gray text color -->

#advert {

	font-size: 8px;
}

#title
{
	background: #000000 url(images/title.jpg) no-repeat;
	background-position: top center;
}

#content
{
	width: 800px;
	margin: 0px auto;
}

#header {
	margin-top: 58px;
	height: 62px;
	width: 350px;
	margin-left: 80px;
}

#menu
{

	padding-top: 43px;
	width: 340px;
	height: 19px;
	padding-left: 45px;
} 

#menu a {
	padding-right: 15px;
	padding-left: 15px;
	height: 19px;
	text-decoration: none;
	color: #000000;
	font-size: 19px;
	font-weight: bold;
}

#menu a:hover {
	width: auto;
	color: #ffffff;
	
}

#space {

width: 800px;
height: 0px;
}

#main
{
width: 800px;
height: 24px;
background: url(images/top.png) no-repeat;
}

#back
{
width: 800px;
background: url(images/back.png) repeat-y;
font: 14px Arial, sans-serif;

}

#bottom
{
width: 800px;
height: 20px;
background: url(images/bottom.png) no-repeat;
}




#right
{
	width: 190px;
	float: right;
	margin-right: 10px;
	padding-top: 35px;
}

#right H3
{
width: 203px;
height: 27px;
font-size: 14px;
font-weight: bold;
padding-left: 25px;
padding-top: 15px;
text-transform: uppercase;
color: #ffffff;
background: url(images/title.png) no-repeat;
}

#right ul {
	list-style: none;
	margin-bottom: 10px;
	padding-top: 10px;
}

#right .title_back
{

}

#right li  {
	padding: 7px;
	padding-left: 20px;

}


#right a {
	color: #30A6D1;
}
#right a:visited
{
	color: #30A6D1;
}

#right p
{
font-size: 10px;
padding-left: 10px;
}



#left
{
width: 760px;
margin-left: 20px;
padding-top: 20px;
}

#left H4
{
	margin: 0;
	padding-left: 0px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

<!-- #1a3c91 was the original heading color -->

#left a
{
	color: #ffffff;
	text-decoration: underline;
}

#left a:hover
{
	color: #888888;
	text-decoration: none;
}

#left p {
	margin: 10px;
	padding: 0;

}

#left h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #ffffff;
}

#left ol, #left ul
{
margin-left: 30px;
}


#footer {
	height: 44px;
	clear: both;
	padding-top: 30px;
}

#footer p {
	margin: 0;
	padding-left: 0px;
	font-size: 12px;
	text-align: center;
	color: #666666;
}

#footer a {
	color: #666666;
}

#footer a:hover
{
	color: #cccccc;
}