@charset "utf-8";
/* YHRB CSS August 2009 */
#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: left;
	width: 800px;
	}
#uberbox  {
	width: 800px;
	height: auto;
	background: #fff no-repeat;
	border-top: 0;
}
#header {
	width: 800px;
	height: 161px;
	float:left;
	background-image: url(../images/images/background_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	}

#container{
	width: 800px;
	float: left;
	top: 185px;
	height: auto; 
	background-color: #FFFFFF;
	}

#nav {
	float: left;
	width: 800px;
	text-align: center;
	vertical-align: top;
	height: 30px;
	z-index: 1000;
	}
#text {
	float: left;
	top: 20px;
	width: 400px;
	height: auto;
	padding-left: 20px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#picture {
	padding-top: 10px;
	float: right;
	width: 350px;
	height: auto; 
	left: 480px;

}
#address {
	position: absolute;
	top: 132px;
	left: 80px;
	width: 600px;
	height: 20px;
	}
#footer {
	clear:both; 
	width: 800px;
	height: 351px;
	position: relative;
	background-image: url(../images/images/background_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
#copyright{
	clear:both; 
	width: 800px;
	height: 50px;
	
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.creditLine    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}
.title1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #993333;
}
.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #008660;
}
