/* CSS Document */

body {
	color: #444444;
	background: url(images/bg.jpg) repeat-x top left #4A5255;
font: 14px "Century Gothic", Arial, sans-serif;
	line-height: 1.4em;
	margin: 0; 
	padding: 0;
}

#container
{
width: 800px;
background: #FFFFFF;
margin: 20px auto 0px auto;
padding: 0;
border: 5px solid #EEEEEE;
}

#header
{
width: 800px;
background: url(images/header.jpg);
height: 175px;
}

#nav
{
background: url(images/nav_bg.jpg) no-repeat #FFFFFF;
width: 180px;
float: left;
padding-left: 20px;
font: 18px "Lucida Bright", Arial;
font-weight: bold;
margin-top: 5px;
}

#nav ul
{
margin: 0;
text-indent: 0;
}

#nav ul li
{
list-style-type: none;
line-height: 2.2em;
}

#nav a
{
text-decoration: none;
color: black;
}

#nav a:visited
{
text-decoration: none;
color: black;
}

#nav a:hover
{
text-decoration: none;
color: #F30000;;
}


#content
{
width: 550px;
float: right;
padding: 20px 20px 30px 20px;
background-color: white;
}

#content a
{
color: #AEB754;
font-weight: bold;
}

#content a:visited
{
color: #AEB754;
text-decoration: underline;
font-style: normal;
}

#content a:hover
{
color: #000000;
text-decoration: none;
}

h3
{
font: 24px "Lucida Bright", Arial;
}

.style1
{
font-size: 24px;
font-weight: bold;
}

.style2
{
font-size: 16px;
line-height: 1.6em;
}


#footer
{
clear: both;
width: 780px;
margin: 0 auto;
padding: 0px 20px 0px 10px;
font-family: Arial, Helvetica, sans-serif;
color: #AAAAAA;
font-size: 10px;
}

#footer a
{
color: #aaaaaa;
text-decoration: none;
}

#footer a:visited
{
color: #AAAAAA;
text-decoration: none;
}

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