/* CSS Document */

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

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

#header
{
width: 800px;
height: 270px;
}

#nav
{
background: url(images/nav_bg.jpg) no-repeat #EEEEEE;
width: 180px;
float: left;
padding-top: 10px;
}

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

#content a
{
color: #CB3939;
font-weight: bold;
text-decoration: underline;
}

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

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

h3
{
font: 22px "Lucida Bright", Arial;
font-weight: bold;
color: black;
}

h2
{
font: 22px "Lucida Bright", Arial;
font-weight: bold;
color: #CB3939;
}

.h
{
color: white;
background: #CB3939;
padding: 5px 0px 5px 0px;
}


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

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

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

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