/* CSS Document */

body {color: #000000;
	background: url(images/bg.jpg) repeat-x top left #A9A8A6;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin: 0; 
	padding: 0;}

#container
{width: 900px;
margin: 0px auto;
padding: 0;
background-color: #eeeeee;}

#header
{background: url(images/header2.jpg);
width: 900px;
height: 142px;}

#nav
{
background: url(images/navBG.jpg) no-repeat;
width: 900px;
height: 41px;
color: #FFFFFF;
font-weight: bold;
font-size: 16px;
padding-top: 7px;}

#nav a,a:visited
{padding: 3px 6px 3px 6px;
color: #FFFFFF;
text-decoration: none;}

#nav a:hover
{color: #DDDDDD;
background: #707278}

#content
{width: 840px;
padding: 20px 30px 20px 30px;
background: #eeeeee;}

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

#content a:visited
{color: #000000;
text-decoration: underline;}

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

.img1
{margin-left: 15px;}

.frontimg
{background: url(images/frontPic.jpg) no-repeat;
height: 550px;
font-weight: bold;
font-size: 18px;
color: #FFFFFF;
padding: 20px;}

#footer
{font: 10px Verdana, Arial, Helvetica, sans-serif;
border-top: 0px dashed #aaaaaa;
color: #aaaaaa;
padding: 4px 10px 0px 10px;
background: #eeeeee url(images/footer.jpg) no-repeat;}

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

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

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

