* {
	margin: 0;
	padding: 0;
	border: 0;
}
body, input, textarea, select, option, td, p, ul, li {
	font-family: Tahoma, Verdana, Geneva, Georgia;
	color: #3C3C3C;
	font-size: 11px;
	line-height: 14px;
	color: #555555;
}
body {
	background-image: url(../img/headbground.gif);
	background-repeat: repeat-x;
}
table {
	border-spacing: 0;
}
ul {
	list-style: none;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.error {
	color: #FF0000;
}
a {
	color: #E5A331;
}

a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
.clear {
	clear: both;
}

a.external {
	font-weight: bold;
}
a.external:hover {
	text-decoration: underline;
}
a.external:visited {
	text-decoration: none;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 780px;
	text-align: left;
}
#header {
	height: 142px;
}
	#banner {
		float: left;
	}
	#navigation {
		float: left;
		margin-top: 2px;
		height: 32px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}

	#navigation ul {
	   	display: inline;
		padding: 0 1px 0 0;
		text-align: center;
	}
	#navigation li {
		float: left;
		display: block;
		padding: 0 10px;
		line-height: 32px;
	}
	#navigation li a {
	   	float: left;
	   	display: block;
		padding: 0 10px;
	   	font-size: 13px;
		font-weight: bold;
		letter-spacing: 1px;
		color: black;
	   	text-decoration: none;
	}
	#navigation li a:hover {
		border-bottom: 4px solid #E5A331;
	}
	#navigation li.active a {
		border-bottom: 4px solid #E5A331;
	}

#cities {
	position:absolute;
	width: 110px;
	top: 170px;
	left: 0px;
	border-left: 5px solid #EAD6BE;
	background-color: #FCF9F5;
	padding: 5px;
}

#content {
	width: 470px;
	padding: 20px 0 10px 0;
	margin: 0 0 0 140px;
	border-bottom: 1px solid #999999;	
}

	#content .notice {

	}
	#content .block1 {
		display: block;
		float: left;
		width: 300px;
	}

	#content div.hr {
		width: 380px;
		height: 12px;
		margin: 10px 80px;
		border-top: solid 2px #C8E2FB;
		font-size: 0;
		line-height: 0;
	}
	#content div.hr hr {
	  display: none;
	}

	#content h2 {
		margin: 0 0 10px 0;
		padding: 0;
		color: #4d5762;
		font-size: 24px;
		font-weight: normal;
		font-family: Helvetica, sans-serif;
	}
	
	#content h2 a {
		color: #4d5762;
		font-size: 24px;
	}

	#content h3 {
		font-size: 12px;
		line-height: 17px;
	}

	#content p {
		margin: 22px 0 20px 0;
		line-height: 20px;
	}

	#content #advertisement {
		padding: 10px 20px;
		border: 1px solid #C8E2FB;
	}
	#content #advertisement h3.advertisement {
		color: #d71c43;
		font-size: 12px;
		font-weight: bold;
	}
	#content #advertisement h1.advertisement {
		padding: 5px 0;
		font-size: 15px;
	}
	#content #advertisement p.advertisement {
		margin: 0;
		padding: 0;
		font-size: 11px;
	}

	#content #body form {
		padding: 10px;
		background: #F5F9FC;
		border: 0;
	}
	#content #body fieldset {
	}
		#content fieldset label {
			float: left;
			width: 150px;
			line-height: 12px;
			text-align: right;
			padding: 5px 10px;
		}
		#content fieldset input {
			width: 250px;
			margin: 5px 0;
			padding: 2px;
			border: 1px solid #CACACA;
		}
			#content form fieldset input:focus {
				border: 1px solid #D9E6F0;
			}
		#content form fieldset textarea {
			float: left;
			width: 250px;
			height: 90px;
			margin-bottom: 2px;
			padding: 2px;
			background-color: white;
			border: 1px solid #CACACA;
			overflow: auto;
		}
			#content form fieldset textarea:focus {
				border: 1px solid #D9E6F0;
			}
		#content form fieldset select {
			display: block;
			float: left;
			width: 154px;
			height: 17px;
			padding: 1px;
			color: #3F3FA5;
			border: solid 1px #D4D0C8;
		}
			#content form fieldset select:focus {
				border: 1px solid #D9E6F0;
			}
		#content form fieldset input.radio {
			width: 50px;
			padding: 2px;
			margin: 5px 0 0 0;
		}
		#content form fieldset input.submit {
			display: block;
			float: left;
			width: 70px;
			height: 18px;
			color: black;
			border: solid 1px #BEB7AA;
			margin-left: 170px;
			cursor: pointer;
		}
		
		select {
			height: 20px;
			padding: 2px;
			border: solid 1px #D4D0C8;
		}
		option {
			padding: 1px 2px;
		}
		
		#content .pagination {
			text-align: center;
		}

#google {
	position:absolute;
	width: 155px;
	margin-left: 80%;
	top: 170px;
	border-left: 5px solid #C8E2FB;
	background-color: #F5FAFE;
	padding: 5px;
}
	#google ul {
		margin: 10px 0;
	}
	#google ul li{
		margin: 2px 0;
	}

#footer {
	padding: 30px 0 25px 0;
	text-align: center;
	color: #CCCCCC;
	width: 77%;
}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}