﻿body {
	background-color: #fff;
	margin: 0;
	padding: 0;
}

#wrapper {
border: 0px solid #e10000;
background-color: #fff;
width: 100%;
min-height: 1565px;
margin-top: 0px;

}

#box {
	background-color: #fff;	
	border: 0px solid #339;
	width: 100%;
	height: 70px;
	text-align: center;
	padding-top: 10px;	
	margin-bottom: 25px;
	margin-top: 25px;
	font-family: Calibri;
	font-size: 14pt;
	color: #666;
	}
	
	#header {
	background-color: #fff;
	border-top: 10px solid #6c3;
	width: 100%;
	height: 385px;
	background-image: url(anigif_6.gif);
	background-position: center;
	background-repeat: no-repeat;	
	
	}	
	
	#box2 {
	background-color: #000;
	border: 0px solid #339;
	width: 920px;
	height: 150px;
	}
	
	#navi {
	background-color: #6c3;
	width: 100%;
	height: 55px;
	padding-top: 5px;
	margin-top: -35px;
	}
		
	#menucontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #fff;
	font-weight: bold;
}
		 
#menucontainer ul {
	list-style: none;
	}
		 
#menucontainer li {
	display: inline;
	margin-top: 1px;
	margin-right: 30px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 5px;
	word-spacing: 0px;
	
	}
	
#menucontainer li a:link, #menucontainer li a:visited {	
	background-color: #6c3;
	padding: 5px 5px 5px 0px;	
	color: #fff;
	text-decoration: none;
	}

#menucontainer li a:hover {
	background-color: #6c3;
	color: #6a2e4c;
}

#content {
	border: 0px solid #339;
	background-color: #fff;	
	padding-top: 35px;
	width: 100%;
	min-height: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666;
	padding-left: 0px;
	}	

	
	h1 {
	font-size: 12pt;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	 
	font-style: italic;
	color: #6a2e4c;
}
 
 h2 {
font-size: 12pt;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
color: #666;
 }
 
 a:link {
	color: #666;	
	text-decoration: none;
		}
	
	a:visited {
	color: #6a2e4c;	
	}
	
	a:hover {
	color: #6a2e4c;	
	text-decoration: none;
		}
	
	
	#footer {
	border: 0px solid #000;
	background-color: #666;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	width: 100%;
	height: 45px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
}

