@charset "utf-8";
/* CSS Document */
img {border: none;}

body {background-image: url('images/wood_bg.gif');
	background-repeat: repeat;
	margin:0 auto;
	text-align: center;}
	
div.container{width:825px;
	text-align:left;
	margin: 0 auto;}

div.flash{float:left;}

div.name {width:325px;
	height:115px;
	background-image:url(images/nameTest.gif);
	float:inherit;
	margin-left:500px;}
	
div.name {width:325px;
	height:115px;
	background-image:url(images/nameTest.gif);
	float:inherit;
	margin-left:500px;}

div.contentContainer{background-color:#9acb3c;
	background-image: url(images/stripBG.gif);
	width:817px;
	border:4px solid white;
	border-width:0px 4px 0px 4px;
	text-align:left;}
	
.contentContainer img{margin-bottom:0;
	padding-bottom:0;}
		
div.content{font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:black;
	background-color:#FFFFFF;
	width: 315px;
	text-align:left;
	margin-left:50PX;
	height:350px}
	
.content img {padding-bottom:10px;}

div.email{margin-top:-68px;
	margin-left: 70px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font:20px bold;}
	
.email a {color:black;
	text-decoration:none;}
	
.email a:hover{color:#FF6666;}

div.foot{border:solid white;
	border-width:0 4px 0 4px;
	height:61px;
	background-image:url(images/stripBG_bottom.gif);
	text-align:center;}
	
.foot a:link {color:#ff8c8c;
	text-decoration:none;}
	
.foot a:visited {color:#ff8c8c;
	text-decoration:none;}
	
.foot a:hover {color:#FF3366;
	text-decoration:none;}
	
.foot a:active{color:#ff8c8c;
	text-decoration:none;}
	
.foot p{margin-top:0;
	padding-top:18px;
	line-height:5px;
	font-size:12px;}
	
/*main nav*/

div.navstrip{background-color:#9acb3c;
	height: 30px;
	margin:0;
	padding:0;
	border:4px solid white;
	border-width:0px 4px 0px 4px;}
	
div.nav{float:right;
	width:300px;
	margin:0px;
	padding:0px;}

ul{margin:0px;
	padding: 0px 18px;
	float:right;
	list-style-type:none;}
	
li {display:inline}

.mainNav a:link{color: #9acb3c;
	border:1px solid;
	border-color:#9acb3c;}
	
.mainNav a:visited{color: #9acb3c;
	border:1px solid #9acb3c;
	border-color:#9acb3c;}
	
.mainNav a:hover{color: #9acb3c;
	border:1px solid #9acb3c;
	border-color:#9acb3c;}
	
.mainNav a:active{color: #9acb3c;
	border:1px solid #9acb3c;
	border-color:#9acb3c;}
