@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0 none;
margin:0;
padding:0;
}
*{
margin:0;
padding:0; 
}
p{
margin:8px 10px;	
}
body{
	background:#3e86b7;
	font-family:"Times New Roman";
	font-size:14px;
	}
h1{
	color:#06C;
	}	
.wrap{
	width:900px;
	height:830px;
	background:#FFF;
	margin:0 auto;
	}
.head{
	width:900px;
	height:246px;
	background:url(../images/head.jpg) no-repeat;
	}
.menu{
	color:#999;
	width:350px;
	height:100px;
	float:left;
	margin:100px 0 0 0px;
	text-align:center;
	}	
.menu li{
	clear:both;
	margin:0 0 0 10px;
	list-style:none;
	border-bottom:dotted thin #F60;

	}	
.menu a{
	color:#F60;
	font-weight:bold;
	text-decoration:none;
	}	
.menu a:hover{
	color:#06C;
	font-weight:bolder;
	}	
.cont{
	width:900px;
	height:1050px;
	background:#fff;
	}	
.doc{
	background:url(../images/doc.jpg) no-repeat;
	float:left;
	width:250px;
	height:390px;

	}	
.txt{
	float:right;
	width:640px;
	height:450px;
	}	
.links{
	height:80px;
	background:#3e86b7;
	}	
.recommended{
	background:url(../images/recom.png) no-repeat;
	width:251px;
	height:60px;
	margin:10px 0;
	float:left;
	}	
.rlinks{
	float:right;
	width:639px;
	height:60px;
	background:#FFF;
	margin:10px 0;
	}	
.rlinks li{
	float:left;
	display:block;
	margin:30px 5px 0;
	color:#F60;
	list-style:none;
	}	
.rlinks a{
	color:#F60;
	text-decoration:underline;
	}
.rlinks a:hover{
	color:#06C;
	}	
