
#wrapper {
	width:980px;
	height:auto;
	margin:auto;
	background : #ffffff;
}

#content{
	width:100%;
	height:auto;
	background : #ffffff;
	float:left;
/*	border : 1px solid #f00;*/
}
#contentLeft {
	height:auto;
	position : relative; /* IE6 bug */
	background : #ffffff;
	/*border : 1px solid #0f0;*/
	width:690px;
	float:left;
	padding-left:9px;
	padding-right:9px;
}

#contentRight {
	height:auto;
	position : relative; /* IE6 bug */
	background : #ffffff;
/*	border : 1px solid #0f0;*/
	width:260px;
	float:left;
}

/* a:link {
	color : #909ea0;
	background : transparent;
	text-decoration : none;
}*/
img {
	border : none;
}

.HeadTopic {
	font-size: 20px;
	font-weight:bold;
}

.showRedFont {
	font-size:20px;
	font-weight:bold;
	color:#FF3300;

}

.normallink {
	color:red;
	text-decoration:underline;
}

.drel {
	margin-top:5px;
	float:left;
	width:100%;
}
.rel {
	width:680px;
	list-style:none;
	margin:0;
	display: block;
	padding-left:0px;
}		
.rel li {
	width:340px;
	float:left;
	border-bottom:1px dotted #EFEFEF;
}
.relin {
	width:335px;
	list-style:none;
	margin:0;
	display: block;
/*	border:1px solid #f00;*/
	height:100px;
	padding:5px 0px 0px; 5px;
}		
.relin .relimg {
	width:144px;
	float:left;
	padding-left:5px;
}

.relimg img {
	border:1px solid #EFEFEF;
	padding:2px;

}

.relin .reltxt {
	width:178px;
	float:left;
	text-align:left;
	padding-left:5px;
}


.rellink {
	font-size:13px;
	font-weight: bold;
	color: #663399;
	text-decoration:none;
}
.rellink:hover  {
	font-size:13px;
	font-weight: bold;
	color: #626262;
	text-decoration: underline; 
}

