/* CSS Document */

body {
	color: #000000;
	background: #333F51;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin: 0; 
	padding: 0;
}

#container
{
width: 980px;
background-color: #ffffff;
margin: 15px auto;
padding: 0;

}

#nav
{
width: 980px;
height: 48px;
}

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

#content
{
background: #FFFFFF;
padding: 0px 25px 20px 25px;
}

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

}

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

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

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

.img1
{margin-left: 15px;}

.img2
{border: 1px solid #C20000;}

h2
{color: #C20000;}

#footer
{
font: 70% Verdana, Arial, Helvetica, sans-serif;
padding: 0px 8px 0px 8px;
height: 25px;
/* border-top: 1px dashed #aaaaaa; */
color: #AAAAAA;
background: url(images/footer.jpg) #eeeeee no-repeat;
}

#footer a
{
color: #AAAAAA;
}

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

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

