html {
	height: 100%;
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;	
	background-color: #311800;
}

#container {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%
	float: left;	
}

#title {
	height: 30%;	
	width: 1000px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;	
	border: 1px solid #70BF30;
}

#center_container {
	height: 70%;
	width: 100%;
	float: left;
}

#content_container {
	margin-left: auto;
	margin-right: auto;
	height: 608px;
	width: 1000px;
	border: 3px solid #FFFFFF;
	background-color: #70BF30;
}

#navigation {
	height: 26px;
	width: 100%;
	float: left;
	display: inline;
}

#middle {
	height: 555px;
	width: 100%;
	float: left;
	display: inline;		
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}


#middle_center {
	height: 510px;
	width: 90%;
	margin-top: 15px;
	padding: 5px 5px 5px 20px;
	border: 0px solid #E95107;
	background-color: #FFFFFF;
	color: #502800;
	text-align: left;
}

#footer {
	width: 100%;
	float: left;
	display: inline;	
	text-align: center;
	vertical-align: top;
	margin-top: 0px;	
	padding-top: 3px;
	padding-bottom: 4px;
}

#dot {
	float: left;
	display: inline;
}

img { 
	border: 0px;
}

img.picture { 
	padding-right: 20px;
}

a {
	border: 0px;
}

a:link {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

a:active {
	color: #FFFFFF;
}

a.content {
	border: 0px;
}

a.content:link {
	color: #502800;
}

a.content:visited {
	color: #502800;
}

a.content:active {
	color: #502800;
}

