.header {
	width:730px;
	/*border:1px #000000 solid;*/
	height : 100px;
	margin:15px auto;
}
.content {
	width:710px;
	border:1px #CECABB solid;
	height : 300px;
	margin:15px auto;
	padding : 10px;
}

.nav {
	width:730px;
	border:1px #CECABB solid;
	height : 100px;
	margin:15px auto;
	text-align: center;
	color:#CECABB;
	line-height:100px; 
	overflow:hidden; 
}
.nav a {
	color:#CECABB;
	text-decoration:none;
	font-size:14px;
}

.nav a:hover {
	color:#000000;
	text-decoration:none;
	font-size:14px;
}

.leftcontent {
	border:0px #CECABB solid;
	width:540px;
	float:left;
	height:300px;
}

.rightcontent {
	border:1px #CECABB solid;
	width:160px;
	float:right;
	height:300px;
}

.sub{
	border:1px #CECABB solid;
	font-size:16pt;
	line-height:60px; 
	overflow:hidden; 
	width:140px;
	height:60px;
	margin:10px auto;
	text-align:center;
	cursor:pointer;
}
.subon{
	background-color : #E0F1FF;
}

.sub a{
	color:#CECABB;
	text-decoration:none;
}

.subon a{
	color:#000000;
	text-decoration:none;
}
