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

body,td,th {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
}
body {
	background-color: #400000;
	margin: 0px;
	background-image: url(images/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: -moz-scrollbars-vertical;
}
#container {
	display: block;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#bodycontainer {
	width:424px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 7px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A18282;
	border-bottom-color: #A18282;
	border-left-color: #A18282;
}
#headercontainer {
	width:424px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFF2;
}
#header_menu {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 7px;
	font-size: 14px;
	color: #771B01;
	cursor: default;
}
#header_menu a {
	text-decoration: none;
	color: #771B01;
	margin-right: 10px;
	margin-left: 10px;
}
#header_menu a:hover {
	text-decoration: underline;
	color: #771B01;
	margin-right: 10px;
	margin-left: 10px;
}
#contentcontainer {
	width:394px;
	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFF2;
	padding: 15px;
}
#contentcontainer a {
	text-decoration: underline;
	color: #771B01;
}
#contentcontainer a:hover {
	text-decoration: none;
	color: #771B01;
}
h1 {
	font-size: 16px;
	color: #400000;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 15px;
	color: #400000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}


#footercontainer {
	width:424px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFF2;
	background-image: url(images/line_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 11px;
	color: #771B01;
	cursor: default;
}
#footercontainer a {
	text-decoration: none;
	color: #771B01;
	margin-right: 5px;
	margin-left: 5px;
}
#footercontainer a:hover {
	text-decoration: underline;
	color: #771B01;
	margin-right: 5px;
	margin-left: 5px;
}
.logo {
	display: block;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.hero {
	width: 422px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFF2;
	border-left-color: #FFFFF2;
	background-image: url(images/header_bg.gif);
	display: block;
	height: 141px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 2px;
}

.contentLeft {
	display: inline;
	float: left;
	clear: none;
	width: 195px;
}
.adSpace {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 11px;
	line-height: 14px;
}
.adSpace h3 {
	font-weight: bold;
	font-size: 13px;
	color: #400001;
	margin-bottom: 4px;
}
.adSpace address {
	font-style: normal;
	padding-bottom: 10px;
}
.adSpace a img {
	border: none;
}
.clear {
	clear: both;
}
.push-15 {
	padding-top: 35px;
}