body{
	margin: auto;
	background: #000;
	font-family: Verdana, Arial;
	font-size: 12px;
	}

#wrapper{
	margin: 0 auto;
	width: 800px;
	height: 800px;
	}

#top{
	width: 800px;
	height: 149px;
	background: url("../images/top.jpg");
	background-repeat: no-repeat;
	}
	
#header{
	width: 800px;
	height: 118px;
	background: url("../images/header.jpg");
	background-repeat: no-repeat;
	}

#mainMenu{
	width: 800px;
	height: 13px;
	background: url("../images/mainMenu.jpg");
	background-repeat: no-repeat;
	}

#subMenu{
	width: 309px;
	height: 371px;
	background: url("../images/subMenu.jpg");
	background-repeat: no-repeat;
	float: left;
	}

#content{
	width: 491px;
	height: 371px;
	background: url("../images/content.jpg");
	background-repeat: repeat;
	float: right;
	}

#footer{
	width: 800px;
	height: 149px;
	background: url("../images/footer.jpg");
	background-repeat: no-repeat;
	clear:both;
	}

.content{
	margin-top: 20px;
	padding-left: 10px;
	width: 320px;
	height: 300px;
	overflow: auto;
	color: #ad7d1e;
	font-size: 10px;
	}
	
.mainMenu{
	padding-left: 110px;
	font-size: 10px;
	float:right;
	padding-right: 200px;
	word-spacing: 10px;
	}

.mainMenu a{
	color: #000;
	text-decoration: none;
	}

.mainMenu a:hover{
	color: #000;
	text-decoration: underline;
	}

.subMenu{
	padding-left: 150px;
	}

.subMenu a{
	color: #ad7d1e;
	text-decoration: none;
	}

.subMenu a:hover{
	color: #000;
	text-decoration: none;
	}

#subMenu LI {
   	background-color: transparent;
   	padding: 2px;
   	margin: 0;
   	list-style: none;
   	display: block;
   	}

#subMenu UL {
  	background-color: transparent;
   	padding-left: 40px;
   	padding-top: 30px;
   	margin: 0;
   	}




.copyright{
	font-size: 10px;
	padding-right: 180px;
	padding-top: 8px;
	color: #000;
	float:right;
	}