#body_site .container .main{
	padding:10px 0 0 0;
}

.home {
	float:left;
	width:950px;
	padding:0 0 10px 10px;
}

.home .illus {
	float:left;
}

.home .content {
	float:right;
	width:390px;
	margin:0 25px 0 0;
	font-size:11px;
}

.home .content h1{
	font-size:21px;
	padding:15px 0 10px 0;
	margin:0;
	color:#cc2229;
	text-transform:uppercase;
	font-family:'trebuchet MS', 'arial', sans-serif;
}

.home .content ul li{
	margin-bottom:7px;
}

.home .content a{
	border:1px #a3a3a3 solid;
	background:url('../media/btn_bg.gif') repeat-x bottom;
	float:left;
	padding:7px 12px;
	margin:20px 10px 0 0;
	font-size:11px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow:1px 1px 1px #ffffff;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#252525;
}

.home .content a:hover{
	color:#707070;
}


