/* CSS Document */


body {
min-height:auto;
min-width:auto;
	text-align:center;
	background-color:#000000;
	
}


#wrapper{
	width: 850px;
	margin-left:auto;
	margin-right:auto;
	margin-top:4%;
	padding:0px;
	background-color:#000000;
	border:solid;
	border-width:thin;
	border-color:#006600;
	overflow:hidden;
	
}

#header{
	width:850px;
	height:188px;
	float:left;
	
}

#leftNavi{
	width:123px;
	height:331px;
	float:left;
}

#content{
	margin-top:8px;
	width:632px;
	height:auto;
	float:left;
	background-image:url(images/bg.png);
	border:solid;
	border-width:1px;
	border-color:#E9E1BF;
	

}


#footer{
	width:850px;
	height:181px;
	float:left;
}

#column1{
	width:462px;
	float:left;
	text-align:center;
}

#column2{
	width:170px;
	float:left;
	text-align:center;
}

h1 {
	font-family:"Monotype Corsiva";
	font-size:22px;
	font-weight:bold;
	color:#437902;
	text-decoration:underline;
}

h2 {
	font-family:"Monotype Corsiva";
	font-size:20px;
	color:#E9E1BF;
	font-weight:bold;

}

h3 {
	font-family:"Monotype Corsiva";
	font-size:14px;
	color:#E9E1BF;
	font-weight:bold;
}