a:link {
	color: #999999;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

a:visited {
	color: #3886E0;
}

*
{
border: 0;
margin: 0;
}

body
{

	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:#999999;
	
}

#main
{
margin: 0 auto;
width: 778px;
background: #ffffff url(images/header1.jpg) no-repeat center top;
}

#header
{
width: 763px;
margin: 0 auto;
height: 350px;


}

#logo
{
padding-left: 20px;
text-align: left;
padding-top: 40px;
height: 230px;

}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}


#logo H2 a
{
font-size: 10px;
}

#buttons
{
padding-top: 20px;
height: 40px;
width: 750px;
margin-left: 20px;
}

#buttons li {
	display: inline;
}

#buttons a {
	display: block;
	float: left;
	/*width: 80px;*/
	height: 30px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	padding-top: 13px;
	margin-left: 10px;

}

#buttons a:hover {
	/*width: 80px;*/
    height: 36px;
	text-decoration: underline;
}

#content
{
width: 720px;
margin: 0 auto;
padding: 20px;
}

#right
{
float:right;
width: 580px;
padding: 10px;
}

#right H1
{
color: #999999;
margin: 0;
padding: 0;
font-size: 24px;
}
#right H2
{
color: #999999;
margin: 5px;
padding: 5px;
font-size: 16px;
padding-top: 5px;
padding-left:15x;
}

#right a
{
 color: #3886E0;
}

#right a:hover {
	text-decoration: none;
	color: #FF0000;
}

#right a:visited {
	color: #3886E0;
}

#left
{
float: left;
width: 120px;
}

#sidebar 
{

width: 120px;
}

#sidebar ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li 
{
	margin-bottom: 15px;
}

#sidebar li ul {
	padding: 10px;
	border-top: none;
}

#sidebar li li {
	margin: 0;
	padding: 3px 0;
}


#sidebar li h2 {
	height: 16px;
	margin: 0;
	padding: 5px 0 0 10px;
	background-color:#999999;
	font-size: 18px;
	color: #ffffff;
}

#sidebar a:hover {
	text-decoration: underline;
}
#sidebar a:visited {
		text-decoration: none;
}

 #sidebar li a {
 text-decoration: underline;
	
}


#footer
{
	background: #ffffff url(images/footer.gif) repeat-x;
	height: 67px;
	width: 763px;
	margin: 0 auto;
	font-size: 10px;
	color:#000000;
	padding-top: 30px;
	text-align: center;
	border-top: 4px solid #ffffff;
}

#footer a
{
color: #000000;
font-size: 10px;
text-decoration: none;
}
.padding
{
padding: 10px;
color:#ffffff;
font-weight: bold;
}