@charset "utf-8";
#top {
	font-family: "Courier New", Courier, monospace;
	font-size: 40px;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-x;
	height: 176px;
	background-position: left;
	display: block;
	padding: 0px;
	margin: 0px;
	clear: both;
	width: 98%;
}

#page #botton {
	background-color: #000000;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	display: block;
	margin: 0px;
	clear: both;
	width: 800px;
	height: 30px;
	float: left;
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: thin dotted #999999;
}
#left_menu {
	font-family: "Trebuchet MS";
	font-size: 12px;
	width: 26px;
	text-align: left;
	left: 3px;
	right: 3px;
	clip: rect(0px,3px,3px,3px);
	top: 0px;
	bottom: 0px;
	overflow: hidden;
	float: left;
	clear: right;
}
#content {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	background-color: #000000;
	text-align: left;
	float: left;
	clear: right;
	width: 774px;
	/* overflow: auto; */
	margin: 0px;
	padding: 0px;
/*	height: 338px; */
}
#content .text .contact_list li {
	list-style-image: url(../images/user-comment-orange.gif);
	list-style-type: none;
}

#top .title {
	display: block;
	padding-top: 50px;
	padding-left: 400px;
}


#content .text {
	display: block;
	border: thin dotted #666666;
	left: 10px;
	top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 8px;
	/* height:300px; */
}

#page {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#content a{
	color: #F0961C;
	font-size: 14px;
	text-decoration: none;
}

#content a:hover{
	color: #FFCB61;
	background-color: #666666;
}
