@charset "utf-8";
/* CSS Document */

.nav ul {margin:0; padding:0; }
.nav li{float:left ; position:relative ;  text-align:center ; font-size:24px; list-style-type:none; background: #116DA7; width:255px;line-height:30px; border:1px solid white ; border-radius:5px}
.nav li ul {position:absolute ; top:30px ; visibility:hidden}
.nav a { text-decoration:none ; color:#000000 }
.nav li:hover ul {visibility:visible}
.nav li:hover {background-color: red } 


#all {
	height: 780px;
	width: 1340px;
}
#all #left {
	background-color: #fff;
	display: inline-block;
	height: 400px;
	width: 200px;
	border-top-style: hidden;
	border-right-style :hidden;
	border-bottom-style :hidden;
	border-left-style :hidden;
	border-top-color: #E0E0E0;
	border-right-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-color: #E0E0E0;
	float: left;
}
#all #content {

	height: 400px;
	width: 915px;
	float: left;
	display: inline-block;
	border-top-style : hidden;
	border-right-style : hidden;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #7A7A7A;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;}


#all #right {
background-color: #fff;
	height: 400px;
	width: 200px;
	float: left;
	display: inline-block;
	border-top-style :hidden;
	border-right-style : hidden;
	border-bottom-style : hidden;
	border-left-style :hidden;
	border-top-color: #E0E0E0;
	border-right-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-color: #E0E0E0;
	padding-right: 11px;
}
#all #right div {
	text-align: center;
	list-style-position: inside;
}
#cop {
	text-align: center;
}



#all #content {
	text-align: center;
}

#all #content #pp {
	text-align: center;
}
