/* CSS Document */

body {color: #000000;
	background: url(images/bg.jpg) top left #C7CDE7;
	font: 14px Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	margin: 0; 
	padding: 0;}

#container
{width: 800px;
background-color: #ffffff;
border: 3px solid #6C9A77;
margin: 20px auto;
padding: 0;}

#nav
{background: url(images/nav_bg.jpg) repeat-x;
width: 800px;
height: 50px;
padding: 0;}

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

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

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

#content
{background-color: #ffffff;
padding: 10px 15px 10px 30px;}

#content a
{color: #6C9A77;
text-decoration: underline;}

#content a:hover
{color: #42624A;
text-decoration: none;
border-bottom: none;}

#content a:visited
{color: #6C9A77;
text-decoration: underline;
font-weight: normal;}

#content a:visited:hover
{color: #42624A;
text-decoration: none;
border-bottom: none;}

h3
{font: 24px Georgia, "Times New Roman", Times, serif;
font-weight: bold;
color: #6C9A77;}

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

.img
{
padding: 10px;
border: 1px solid #aaaaaa;
}

#footer
{font: 10px Verdana, Arial, Helvetica, sans-serif;
border-top: 1px dashed #aaaaaa;
color: #5C5C5C;
background: url(images/footer.jpg);
padding: 5px 5px 5px 5px;}

#footer a
{color: #5C5C5C;}

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

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