/* CSS Document */

body{
	margin: 0 auto;
	background: #1a3600 url(../images/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
	}

#wrap{
	background: #1a3600 url(../images/bodybg.jpg) repeat-y;
	width: 540px;
	height: 100px;
	margin: 0 auto;
	
}

#banner{
	background: #1a3600 url(../images/banner.jpg) no-repeat;
	width:540px;
	height: 125px;
	margin: 0 auto;
}
	
#wraptwo{
	background: #1a3600 url(../images/bodybg.jpg) repeat-y;
	width: 540px;
	
	margin: 0 auto;
}

#header{
	background: #1a3600 url(../images/header.jpg) no-repeat;
	width: 580px;
	height: 150px;
	margin: 0 auto;
}

#footer{
	background: #1a3600 url(../images/footer.jpg) no-repeat;
	width: 540px;
	height: 160px;
	margin: 0 auto;
}

#nav{
	width: 540px;
	height: 35px;
	margin: 0 auto;
	
}

#legal{
	width: 540px;
	height:60px;
	margin: 0 auto;
	text-align:right;
}

.smalltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #377500;
	text-align: center;
	
}

#logo{
	width: 300px;
	height: 70px;
	margin: 0 auto;
	padding: 62px 0 0 0;
}

a {
	color: #333;
	text-decoration: underline;
}

a:visited {
	color: #333;
}

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