body {
	margin: 0px;
	background-color: #464d57;
	background-image: url(../images/top_rept.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
form, ul, h2 {
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: 1.4em;
	padding-bottom: 8px;
	padding-left: 10px;
}
a {
	color: #FF6600;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


.bottom_rept {
	background-image: url(../images/bottom_rept.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.footer {
	font-size: 12px;
	color: #999999;
}
.footer a {
	color: #999999;
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: none;
}


#search_box {
	width: 265px;
	background-image: url(../images/search_box.jpg);
	background-repeat: no-repeat;
	margin-top: 52px;
	margin-right: 9px;
	text-align: left;
}
#search_box input {
	background: none;
	border: none;
}
#search_box .textbox {
	height: 14px;
	width: 206px;
	margin-top: 7px;
	margin-left: 24px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#search_box .search_btn {
	margin-top: 10px;
	margin-left: 3px;
}
.menu {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
}
.menu a {
	font-size: 12px;
	color: #dbd9d9;
	text-decoration: none;
	margin-right: 25px;
	margin-left: 25px;
	outline: none;
}
.menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.caption {
	padding-left: 30px;
}
.caption p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.caption_right {
	background-image: url(../images/body_img.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.boby_bottom {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c2c7c8;
}
#rightpanel li {
	list-style-type: none;
	padding-left: 25px;
	color: #d96f00;
	padding-bottom: 6px;
}
#rightpanel a {
	color: #d96f00;
	text-decoration: none;
	display: block;
	outline: none;
}
#rightpanel a:hover {
	text-decoration: underline;
}
#site_list {
	color: #000000;
}
#site_list .red {
	color: #FF0000;
}
#category {
	border: 1px solid #9BA3AE;
}

#category td {
	font-weight: bold;
	background-color: #EDEFF1;
}
.submit_btn {
	background-color: #FF812D;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #666666;
}