

/*--------- left Colomn --------*/


.left_colomn {
	position:relative;
	float: left;
	width: 500px;
	margin-top: 30px;
	margin-left:25px;
	_margin-left:13px;
	text-align: left;
	display: block;
}


.left_top {
	width: 500px;
	height: 25px;
	background: url(../img/left_top.gif) no-repeat right top;
}

.left_middle {
	width: 500px;
	background: url(../img/left_middle.gif) repeat-y right top;
	height:400px;
	overflow:auto;
}

.tt0 {
	padding-left: 10px;
	color:#5577ff;
	font-size:20px;
	font-weight: bold;
	text-shadow: 3px 3px 5px gray;
	border-bottom:1px solid #eee;
	border-left:10px solid #bbddff;
	margin-bottom:10px;
	margin-left:10px;
}

.left_bottom {
	width: 500px;
	height: 25px;
	background: url(../img/left_bottom.gif) no-repeat right top;
}

/*--------- Calender --------*/
.cal {
	margin: 0px;
}
.cal table {
	width: 200px;
	border: 0;
	border-collapse: collapse;
}
.cal td {
	width: 25px;
	height: 20px;
	font-size: 12px;
	border: 1px solid #999;
}

/*--------- right Colomn --------*/
.right_colomn {
	position:relative;
	float: right;
	width: 370px;
	margin-top: 30px;
	margin-right:25px;
	_margin-right:13px;
	text-align: left;
	display: block;
}


.right_top {
	width: 370px;
	height: 25px;
	background: url(../img/right_top.gif) no-repeat right top;
}

.right_middle {
	width: 370px;
	background: url(../img/right_middle.gif) repeat-y right top;
	height:400px;
	overflow:auto;
}


.right_middle dl {
	width: 330px;
	margin: 0 10px;
	clear: both;
}

.right_middle dt {
	float: left;
	width: 40px;
	margin: 0px 10px;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.8em;
}

.right_middle dd {
	float: left;
	width: 260px;
	margin: 0;

	border-bottom: 1px dotted #AF5211;
	font-size: 1em;
	line-height: 1.8em;
	display: block;
}
	
.right_bottom {
	width: 370px;
	height: 25px;
	background: url(../img/right_bottom.gif) no-repeat right top;
}


/*------------------------------------
@form
------------------------------------*/

.fm {
	position: relative;
	float: left;
		left: 80px;
	width: 780px;
	border: 1px solid #e8e7e7;
	background: #FBFCF9;
}

.fm table {
	width: 740px; 
	table-layout: fixed; 
	border: 0px;
	text-align: left;
}

.fm td {
	border: 0px;
	text-align: left;
	margin: 1px;
	padding: 5px 4px;
}
.cll {
	width: 70px;
	background: #eee;
	font-size: 1.2em;
}
.cll2 {
	width: 30px;
	background: #eee;
	font-size: 1.2em;
}

.txt {
	font-size: 1.4em;
}


ul.news {
	width: 95%;
	margin: auto;
}

ul.news li {
	border-bottom: 1px dotted #AF5211;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.news .date,
ul.news .title {
	font-weight: bold;
}

ul.news .title {
	margin-left: 10px;
}

ul.news .comment {
	line-height: 1.5em;
	margin-left: 10px;
}

ul.news .comment img {
	padding: 2px;
	float: right;
	border: 1px solid #eeeeee;
	width: 120px;
	margin-bottom: 8px;
	margin-left: 8px;
}

.information p{
margin-bottom:10px;

}

