/* CSS Document */

body {
background-image:url(smallerGrass.jpg);
background-attachment:fixed;

margin:0px;
padding:5px;
/*text-align:center;*/

}
#body {
position:absolute;
background-repeat:repeat-y;
/*margin-bottom:20px;
padding-bottom:20px;*/
width:100%;
height:100%;
min-height:100%;
}

#header {
position:absolute;
top:0;
left:0;
background-image:url(media/header.png);
background-repeat:no-repeat;
width:800px;
height:60px;
min-height:60px;
}

#footer {
	position:relative;
	bottom:0px;
	left:-166px;
	background-image:url(media/footer.png);
	background-repeat:no-repeat;
	width:800px;
	height:40px;
	top: 10px;
	text-align:center;
	padding-left:50px;
/*	margin-bottom:5px;
	padding-bottom:5px;*/
	
}
.legal, a.legal:link, a.legal:visited, #main p.legal a {
width:auto;
right:auto;
font-size:smaller;
color:#003300;
padding:2px;
}

#links {
position:absolute;
top:75px;
left:0px;
background-image:url(media/links.png);
background-repeat:no-repeat;
width:136px;
height:297px;
min-height:300px;
padding:20px;
padding-right:10px;


}
#main {
align="center";
	background-image:url(media/body2.png);
	background-repeat:repeat-y;
	top:15;
	left:10;
	width:600px;
	/*min-height:300px;*/
	padding:10px;
	min-width:600px;
	margin-left:156px;
	margin-top: 50px;
}
#main p a {
text-align:center;
padding-left:30px;
}
#links p {
 padding:0px;
 margin-bottom:2px;
 margin-top:3px;
 margin-right:10px;
 align="right";
 text-align:right;
 
 }
#links p a:link,#links p a:visited {
 color:#FFFFCC;
 padding:0px;
 margin:0px;
 text-decoration:none;
 
}
#links p a:hover {

 text-decoration:underline;
 
}
