﻿@charset "utf-8";
/* CSS Document */

#content {
	margin:0 auto;
	border:1px #BBD6FA solid;
	border-top:none;
	border-bottom:none;
	width:998px;
	min-height:600px;
	padding-bottom:10px;
	padding-top:20px;
}
#cont_right {
	border:0px #ddd solid;
	width:740px;
	margin-left:10px;
	float:left;
}
.right_head {
	border:0px #234435 solid;
	width:740px;
	height:45px;
}
.right_body {
    border: 0 solid #ddd;
    color: #333;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 200%;
    padding-bottom: 10px;
    width: 740px;
}

.right_head_text {
	color:#0454cb;
	font-family:STXinwei;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	width:740px;
	height:20px;
}
.right_head_space {
	border:0px #ddd solid;
	width:740px;
	height:25px;
	margin-top:3px;
	background:url(/tsg/images/right_head.png) no-repeat;
}