*{
    margin:0px;
	padding:0px;
}

#layout{
    width:860px;
	padding:5px 10px 10px;
	height:auto;
	margin:0 auto;
}

#left{
    width:240px;
	height:422px;
	float:left;
	background-color:#fff;
}
#left ul li{
	list-style:none;
	background-color:#eceeef;
	margin-top:1px;
	height:40px;
	line-height:40px;

}
#left ul p{
	height:40px;
	margin-top:34px;
	background-color:#3c87c0;
	font-size:14px;
	color:#eee;
	padding-left:20px;
	line-height:40px;
}

#left ul li a{
    height:40px;
    text-align:center;
	line-height:40px;
	width:240px;
	font-size:13px;
	color:#99a;
	letter-spacing:1px;
	display:block;
	font-weight:bold;
	text-decoration:none;
}
#left ul li a:hover{
    background-color:#D9EAFD;
	color:#1BA0E0;
}



#right{
    width:610px;
	height:auto;
	float:right;
	padding-left:10px;
	overflow:hidden;
	background-color:#fff;
	background-image:url(../images/sparate.gif);
	background-repeat:repeat-y;
	background-position:left;
}

#right #guide{
    height:34px;
}
#right #guide p{
    text-align:right;
	padding-right:20px;
	font-size:12px;
	color:#99a;
	line-height:34px;
	background-image:url(../images/home2.gif);
	background-repeat:no-repeat;
	background-position:371px center;
}
#right #guide p a{
    color:#aaa;
	text-decoration:none;
}
#right #guide p a:hover{
    color:#006699;
	text-decoration:underline;
}


#right h2{
    color:#efefef;
	font-size:13px;
    height:40px;
	line-height:40px;
	padding-left:51px;
	background-color:#3c87c0;
	background-image:url(../images/contact-icon.gif);
	background-repeat:no-repeat;
	background-position:24px center;

}



#right ul#bgcoto{
    width:610px;
}
#right ul#bgcoto li{
    list-style:none;
	padding-left:2px;
	background-color:#EEF4F9;
	margin-top:1px;
}
#right ul#bgcoto li p{
    height:40px;
	line-height:40px;
	color:#3477A9;
	padding-left:10px;
	font-size:14px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
	