﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #dbd4ba;
	background-image:url(images/back.png);
	background-repeat:repeat-x;
}
#content a {
	color: #423d2f;
	text-decoration:none;
	font-size: 13px;
}
#content a:hover {
	color: black;
	font-size: 13px;
}
#header{
	height:70px;
	vertical-align:top;
}
#main {
	position: absolute;
	top:60px;
	width:996px;
	height:617px;
	z-index:1;
	background-image:url(images/main.png);
	left: 50%;
	margin-left: -498px;
}
#menu {
	float:left;
	width:130px;
	height:547px;
	padding-left:45px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	color: #423d2f;
}
li {
	list-style:none;
	margin-left:-30px;
	margin-top: 5px;
	padding-top: 5px;
	height: 40px;

	
}
li a {
	text-decoration:none;
	color: #423d2f;
}
ul {
	list-style:none;
	padding-top:0px;
}


#content {
	float:left;
	width:760px;
	height:527px;
	padding-top:20px;
	padding-left:25px;
	font-family:Verdana, Geneva, sans-serif;
	color: #423d2f;
	overflow:auto;
	font-size: 13px;
}
#content img {
	border:10px solid #8e8873;
}
#imgground {
	width:201px;
	height:201px;
	border:1px solid #8e8873;
	padding-left:1px;
	padding-top:1px;
}
#startground {
	width:415px;
	height:471px;
	border:1px solid #8e8873;
	padding-left:1px;
	padding-top:1px;
}