body {
	font-size: 14px;
	text-align: center;
	margin: 0;

	background-image: url(../Images/gif/white_bg_768.gif);
	background-position: center;
	background-repeat: repeat-y;
}

#topNavigator {
	width: 768px;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
	font-size: 13px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;

	background-color: #FF090D;
}
#topNavigator a {
	color: #FFFFFF;
}
#topNavigator a:hover {
	color: #FF1533;
}

#head {
	width: 768px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	width: 300px;
	height: 60px;
	float: left;

	background-color: #FFFFFF;
}
#head_r_ad {
	width: 468px;
	height: 60px;
	float: right;
	
	background-color: #FFFFFF;

}

#navigator {
	width: 768px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
}
#navigator table {
	width:100%;
	background-color:#393939;

	font-size:13px;
	color:#FFFFFF;
	text-align:center;
}
#navigator td {
	background-image:url(../Images/gif/navi_bg.gif);
	background-repeat:no-repeat;
	background-position:right;
}
#navigator a {
	color:#FFFFFF;
}
#navigator a:hover {
	text-decoration: underline;
	color:#FF1533;
}

#topAd {
	width: 768px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FF090D;
}

#body {
	overflow:auto;
	margin:auto;
	height: auto;
	
	width: 768px;	
	font-size: 13px;
	text-align: left;
}

#body_left {
	width: 180px;
	height: auto;
	float: left;
	
	border:1px solid #FF090D;
}

.leftTable {
	font-size: 13px;
	text-align: center;
	width: 100%;
}
.leftTable th {
	height: 20px;
	color:#FFFFFF;
	background-color:#FF090D;
	background-image: url("http://www.dyucc.com/Images/gif/ico_lb.gif");
	background-position:2px;
	background-repeat:no-repeat;
}
.mainTable {
	font-size: 13px;
	text-align: center;
	width: 100%;
}
.mainTable th {
	height: 20px;
	color:#FFFFFF;
	background-color:#FF090D;
	text-align: left;
	text-indent: 13px;
	background-image: url("http://www.dyucc.com/Images/gif/ico_lb.gif");
	background-position:2px;
	background-repeat:no-repeat;
}
.mainTable table {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 13px;
}
.mainTable a {
	color: blue;
}

#body_main {
	width: 583px;
	height: auto;
	float: right;
	
	border:1px solid #FF090D;
}

#foot {
	width: 768px;
	height: 60px;
	margin: auto;

	background-color: #D9D9D9;
}

.space {
	margin-left: auto;
	margin-right: auto;
	
	width: 1px;
	height: 4px;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #FF1533;
}