@charset "utf-8";
/* CSS Document */
body {
	background: #D0D2D9;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777C91;
}
a:link, a:visited, a:active {
	font-family:Verdana;
	color:#5C9DCA;
	text-decoration:none;
}
img {
	border: none;
}
.input {
	width: 200px;
	height: 20px;
	background: url(../images/input.jpg) no-repeat;
	padding: 5px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.submit {
	width: 78px;
	height: 23px;
	background: url(../images/submit.jpg) no-repeat;
	border: none;
}
#container {
	width: 795px;
	margin: 0px auto;
}
	#container #banner {
		width: 795px;
		height: 153px;
		background: url(../images/banner.jpg) no-repeat;
	}
		#container #banner ul {
			margin: 0px;
			padding: 15px 0px 0px 500px;
		}
			#container #banner ul a {
				color: #56618D;
				text-decoration: none;
			}
			#container #banner ul a:hover {
				color: #565C71;
				text-decoration: underline;
			}
			#container #banner ul #home {
				height: 10px;
				float: left;
				background: url(../images/home.jpg) no-repeat;
				padding: 0px 10px 0px 15px;
				list-style: none;
			}
			#container #banner ul #contact {
				height: 10px;
				float: left;
				background: url(../images/contact.jpg) no-repeat;
				padding: 0px 10px 0px 15px;
				list-style: none;
			}
			#container #banner ul #advertise {
				height: 10px;
				float: left;
				background: url(../images/advertise.jpg) no-repeat;
				padding: 0px 10px 0px 15px;
				list-style: none;
			}
	#container #left {
		width: 252px;
		float: left;
	}
		#container #left .lefthead {
			width: 252px;
			height: 6px;
			background: url(../images/lefthead.jpg) no-repeat;
		}
		#container #left .leftbody {
			width: 252px;
			background: url(../images/leftbody.jpg) repeat-y;
		}
			#container #left .leftbody .lefttent {
				width: 235px;
				margin: 0px auto;
			}
				#container #left .leftbody .lefttent a {
					color: #777C91;
					text-decoration: underline;
				}
				#container #left .leftbody .lefttent a:hover {
					color: #464B5F;
					text-decoration: none;
				}
		#container #left .leftfoot {
			width: 252px;
			height: 5px;
			background: url(../images/leftfoot.jpg) no-repeat;
		}
	#container #right {
		width: 508px;
		float: right;
	}
		#container #right .righthead {
			width: 508px;
			height: 9px;
			background: url(../images/righthead.jpg) no-repeat;
		}
		#container #right .rightbody {
			width: 508px;
			background: url(../images/rightbody.jpg) repeat-y;
		}
			#container #right .rightbody .righttent {
				width: 480px;
				padding-top: 5px;
				margin: 0px auto;
			}
				#container #right .rightbody .righttent .browseinput {
					width: 311px;
					height: 25px;
					background: url(../images/browseinput.jpg) no-repeat;
					border: none;
					padding: 7px 0px 0px 25px;
					color: #000000;
					font-family: Arial, Helvetica, sans-serif;
					font-style: italic;
					font-size: 11px;
				}
				#container #right .rightbody .righttent .browsesubmit {
					width: 78px;
					height: 23px;
					background: url(../images/browsesubmit.jpg) no-repeat;
					border: none;
				}
				#container #right .rightbody .righttent ul {
					margin: 0px;
					padding: 35px 0px 35px 50px;
				}
					#container #right .rightbody .righttent ul li {
						height: 10px;
						background: url(../images/attention.jpg) no-repeat;
						padding: 0px 0px 0px 15px;
						list-style: none;
					}
		#container #right #advertisement {
			width: 508px;
			text-align: center;
			padding: 50px 0px 0px 0px;
		}
		#container #right .rightfoot {
			width: 508px;
			height: 9px;
			background: url(../images/rightfoot.jpg) no-repeat;
		}	
