@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #111231;
	background-color: #111231;
}
img {
	border: 0;
}
h1 {
	font-size: 18px;
	text-align: center;
	margin: 10px 0 20px 0;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
#container {
	width: 715px;
	margin: 60px auto;
	padding: 0;
	text-align: left;
	border: #fff solid 1px;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: repeat-y;
	height: 130px;
}
#main {
	background-image: url(../images/body3.jpg);
	background-repeat: none;
	height: 249px;
}
#main-sub {
	background-image: url(../images/sub-bkgd.jpg);
	background-repeat: repeat-y;
	height: 100%;
}
#left-nav {
	margin: 0 0 0 18px;
	float: left;
	width: 110px;
	display: inline;
	color: #fff;
}
#left-nav a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#left-nav a:hover {
	color: #D0D0D0;
}
#address {
	font-size: 11px;
}
#phone {
	font-size: 16px;
	font-weight: bold;
	margin-top: 8px;
}
#menu {
	margin-top: 20px;
}
#content {
	float: right;
	display: inline;
	width: 533px;
	padding: 20px;
	height: 100%;
	background-color: #FFEBCD;
}
#flashcontent {
	float: right;
	display: inline;
	width: 568px;
	height: 354px;
	padding-right: 4px;
	background-color: #111231;
	text-align: center;
	color: #fff;
}
#footer {
}
.vert_spacer {
	float: left;
	width: 100%;
	height: 30px;
}
.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}