

* { padding: 0; margin: 0; }

body {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #333;
	background: #ffffff;
	margin-top:50px;
}

a, a:link, a:visited, a:active {
	color: #9300e8;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color:#333;;
}


#wrapper { 
	margin: 0 auto;
	width: 731px;
}

#inner_wrapper { 
	width: 731px;
	float: left;
}

#header {
	width: 731px;
	height: 80px;
	background: url('/upload_dir/pics/Header.png') no-repeat;
}

#menu {
	width: 651px;
	height: 20px;
	color: #333;	
	background: url('/design/custom/MenuBg.png') no-repeat left top;
	padding:0 0 0 80px;
}

#content { 
	width: 731px;
	float: left;	
}
#maincontent {
	font-size: 11px;
	margin: 0 0 0 100px;
	padding: 15px 20px 30px 0;
	width: 631px;
	min-height: 300px;
	height: auto !important;
	height: 300px;	
	float:right;	
}

#maincontent h1 {
	font-size: 18px;
	font-weight: normal;
	color:#333;
	margin:0 0 10px 0;
}


#maincontent p {
	margin: 6px 0 6px 0px;
}

#maincontent ul {
	margin: 0 0 0 20px;
}

#footer { 
	width: 731px;
	height: 20px;
	margin: 0 0 0 0px;
	float: left;
	background: url('../design/custom/Footer.png') no-repeat;
}

#footer_info {
	line-height:20px;
	text-align: center;
	font-size: 10px;
	color:#9300e8;
}
#footer_info a {
	color:#9300e8;
	text-decoration: none;
}

