body {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 12px;
	text-align: center;
	margin: 20px;
	background-image: url(bodybg.gif);
}

div.container {
	width: 80%;
	background-color: #990000;
}

div.head {
	height: 120px;
	width: 760px;
	background-image: url(headbg.gif);
}

div.head_text{
	font-size: 36px;
	color: #FFFFFF;
	margin-top: 70px;
	text-align: right;
}

div.menu{
	width: 760px;
	background-color: #FFFFFF;
}

div.menu_text{
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: right;
}

div.main {
	width: 760px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(mainbg.gif);
	background-repeat: repeat-y;
	word-wrap:break-word;
	word-break: break-all;
}

div.main_left {
	float: left;
	width: 150px;
	background-color: #FFFFFF;
	margin-left: 15px;
	background-repeat: repeat-y;
	background-position: center;
	height: 650px;
}
div.left_title {
	margin: 5px;
	border-bottom: 1px solid #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-weight: bold;
}

div.left_conment_a {
	margin: 5px;
}
div.left_conment_b {
	margin: 5px;
	border: 1px dashed #CCCCCC;
	text-align: left;
}

div.main_right {
	float: right;
	width: 500px;
	background-color: #FFFFFF;
	margin-right: 15px;
}
div.main_right1 {
	float: none;
	width: 700px;
	background-color: #FFFFFF;
}
div.right_title {
	margin: 5px;
	border-bottom: 1px solid #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-weight: bold;
}
div.right_conment {
	margin: 5px;
	border: 1px dashed #CCCCCC;
	text-align: left;
	height: 125px;
}
div.bottom{
	width: 760px;
	background-color: #FFFFFF;
}

div.bottom_text{
	margin-top: 150px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

div.foot {
	width: 760px;
	height: 25px;
	background-image: url(bottombg.gif);
}
form {
	margin: 0px;
}
input.text {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #990000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-left-style: dashed;
	border-top-color: #990000;
	border-right-color: #990000;
	border-left-color: #990000;
}
ol {
	margin: 0px;

}
li {
	list-style-position: inside;
	list-style-type: decimal;
}
img.l {
	margin: 0px;
	float: left;
}
img.r {
	margin: 0px;
	float: right;
}
span {
	text-decoration: underline;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #990000;
}
a:active {
	color: #FFFFFF;
	background-color: #990000;
}
