body {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.7em; 
	background-color: #dbdbdd;
	background-position: top;
	background-repeat: repeat-x;
}

#templatemo_body_wrapper {
	width: 100%;
	height:100%;
	background-color:#dbdbdd;
}

#templatemo_wrapper {
	width: 984px;
	margin: 0 auto;
	height:546px;
	background-color:#dbdbdd;
}

#templatemo_wraper_icon {
	top: 50px;
	position: absolute;
	float: none;
	width: 984px;
	height: 460px;
}

#templatemo_wraper_intro {
	top: 400px;
	position: absolute;
	float: none;
	width: 984px;
	height:36px;	
}

/* menu */

#templatemo_wraper_intro ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#templatemo_wraper_intro ul li {
	padding: 10px 0 0;
	margin: 0;
	display: block;
	
}

#templatemo_wraper_intro ul li a {
	display: block;
	padding: 0 0 0 10px;
	font-size: 16px;
	color: #444444;	
	text-decoration: none;
	font-weight: normal;
	outline: none;
	border: none;
}

#templatemo_wraper_intro ul li a:hover, #templatemo_intro ul .current {
	padding-left: 10px;
	color: #c52c26;
}

