﻿body, html {
	margin: 0px;
	
	font-family: Calibri, Arial, Helvetica, sans-serif;
	background: #707070;
}

.clearing {
	clear: both;
}

.page_container {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 952px;
	background: url('../images/page_bg820.png') repeat-y;
}

.page_logoContainer {
	height: 200px;
	width: 919px;
	margin-left: 16px;
	margin-right: 16px;
	background: #000000 url('../images/header5.jpg') no-repeat;
}

.menu_container {
	height: 30px;
	width: 919px;
	margin-left: 16px;
	margin-right: 16px;
	background: #C79F00;
	border-bottom: 1px solid #A1830D;
}

.page_bodyContainer {
	min-height: 600px;
	width: 919px;
	margin-left: 16px;
	margin-right: 16px;
	background: #EDBD03 url('../images/body_bg.jpg') repeat-y;
}


.body_centerContainer {
	width: 507px;
	height: 1000px;
	padding: 0px;
	margin-top: 0px;
	float: left;
}

.body_centerUpper {
	width: 507px;
	height: 1000px;
	overflow: auto;
}

.body_centerLower {
	width: 507px;
	height: 240px;
}

.body_leftContainer {
	width: 190px;
	height: 1000px;
	padding: 5px;
	float: left;
	background-color: #EDBD03 ;
	margin-right: 0px;
	border-right: 1px solid #A1830D;
	overflow: auto;
}

.body_rightContainer {
	width: 190px;
	height: 1000px;
	padding: 5px;
	float: left;
	background-color: #EDBD03 ;
	margin-right: 0px;
	border-left: 1px solid #A1830D;
	font-size: 10pt;
}


.footer_bumper {
	height: 50px;
	width: 949px;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/footer_820.png') no-repeat top;
}

.page_footerContainer {
	height: 90px;
	width: 919px;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 0px;
	background: #FFFFFF;
	text-align: center;
	font-size: 8pt;
}

.menu_Item {
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;
	font-size: 12pt;
	line-height: 30px;
	font-weight: 900;
	float: left;
}

.menu_Item:hover {
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF2C3;
	font-size: 12pt;
	line-height: 30px;
	font-weight: 900;
	cursor: pointer;
	float: left;
}


img {
	padding: 0px;
	border: 0px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #606060;
	text-decoration: underline;
}

.pricemenu {
	color: #000000;
	text-decoration: none;
	font-size: 10pt;
}

.pricemenu:hover {
	color: #606060;
	text-decoration: underline;
}

blogEntry {
	width: 100%;
}

.postHeader {
	width: 320px;
	font-size: 20pt;
	font-weight: 900;
	padding-left: 10px;
}

.postDate {
	width: 140px;
	font-size: 8pt;
	text-align: left;
	padding-left: 10px;
}

.postBody {
	clear: both;
	font-size: 12pt;
	padding-left: 10px;
	padding-right: 10px;
}

.pageLinkNew {
	float: left;
	width: 220px;
	text-align: left;
}

.pageLinkOld {
	float: left;
	width: 220px;
	text-align: right;
}
