body {
	margin: 			0px;
	border:				0px;
	padding:			0px;
	text-align:			center;
	background-color:	#333333;
}

#main {
	width:				900px;
	text-align:			left;
	margin:				auto;
}

#banner {
	background: 		url(./images/banner.png) no-repeat top center;
	width: 				900px;
	height:				200px;
}

#maincontent {
	background: 		url(./images/bg.png) no-repeat top center;
	width: 				900px;
	height:				500px;
}

#leftmenu {
	width:				200px;
	min-height:			300px;
	float:				left;
}

#leftmenu ul{
	list-style: 		none;
	left:				0px;
	display:			block;
	margin-left: 		0px;
	padding-left: 		10px;
}

#leftmenu li a{
	font-family:		arial;
	font-size:			14px;
	color:				#000000;
	text-decoration:	none;
}

#leftmenu li a:hover{
	font-family:		arial;
	font-size:			14px;
	color:				#000000;
	text-decoration:	none;
}

#leftmenu li a:visited{
	font-family:		arial;
	font-size:			14px;
	color:				#000000;
	text-decoration:	none;
}

#content {
	width:				690px;
	height:				500px;
	float:				right;
	margin-left:		10px;
	Overflow:			auto;
}

h1 {
	font-family:				arial;
	font-size:				20px;
}

#footer {
	width:				900px;
	height:				50px;
	padding:			10px;
	clear:				both;
	background:			url(./images/footer.png) no-repeat;
}

