@charset "utf-8";
/* CSS Document */

/*  CSS Start  */



body {
	background-color: #ccc;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;	
}

a {
	color:#666;
}

a:hover {
	color:#000;
}

a img {
	border: none;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}


img.inherit {
	border: 0;
	height: inherit;
	width: inherit;
}

.layout {
	background-image: url(../img/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: left-top;
	left: 50%; 
	margin-left: -500px;
	position: absolute;
	width: 990px;
	height: 740px;	
}


.layout .img_left {
	background-image: url(../img/img_left.png);
	background-repeat: no-repeat;
	background-position: left-top;
	width: 81px;
	height: 181px; 
	margin-top: 120px;
	margin-left: 40px;
	margin-right: 20px;
	float: left;
}

.layout .text {
	font-size: 12px;
	color: #666;
	margin-top: 140px;
	width: 93%;
	margin-left: 40px;
}

.layout .text li {
	margin-left: 135px;
}

.layout .links {
	margin-top: 100px;
	margin-left: 40px;
	font-size: 18px;
	font-weight: bold;
}

.layout .text b {
	font-weight: normal;
	color: #000;
}

.layout .text a {
	font-weight: normal;
	color: #333;
}

.layout .text a:hover {
	font-weight: normal;
	color: #000;
}

