
a:link {
	color: #3cb40d;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

a:visited {
	color: #3886E0;
}

*
{
border: 0;
margin: 0;
}

body
{

	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #000000;
}

#main
{
margin: 0 auto;
width: 1024px;
background: #ffffff url(images/header.jpg) no-repeat center top;

}

#header
{
width: 1024px;
margin: 0 auto;
height: 320px;


}


#logo
{
padding-left: 20px;
text-align: center;

height: 320px;

}

#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: 33px;
height: 40px;
width: 1024px;
}

#buttons li {
	display: inline;
}

#buttons a {
	display: block;
	float: left;
	width: 210px;
	height: 36px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	padding-top: 13px;
	margin-left: 12px;

}

#buttons a:hover {
	width: 210px;
    height: 36px;
	color: #b8e0ff;
	
}

#content
{
jQuery(document).ready(function(){
  jQuery('#menu').jqDock(Options);
});
width: 1024px;
margin: 0 auto;
padding: 20px;
}

#left
{
width: 986px;
padding: 10px;
}

#left H1
{
color: #184a89;
margin: 0;
padding: 0;
font-size: 24px;
}
#left H2
{
color: #184a89;
margin: 0;
padding: 0;
font-size: 18px;
padding-top: 10px;
}

#left a
{
 color: #3886E0;
}

#left a:hover {
	text-decoration: none;
	color: #FF0000;
}

#left a:visited {
	color: #3886E0;
}

#right
{
float: right;
width: 240px;
}

#footer
{
	background: url(images/footer.gif) repeat-x center;
	height: 47px;
	width: 1024px;
	margin: 0 auto;
	font-size: 10px;
	color: #ffffff;
	padding-top: 23px;
	text-align: center;
	border-top: 4px solid #296FC0;
}

#footer a
{
color: #ffffff;
font-size: 10px;
text-decoration: none;
}
.padding
{
padding: 10px;
color:#FF0000;
font-weight: bold;
}