@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font: "Comic Sans MS", Verdana, "MS Sans Serif";
	color: #000000;
	text-align: center;
	background-image: none;
	background-color: #55320c;
}
h1 {
	font-size: 150%;
	text-align: left;
	color: #630;
}
h2 {
	font-size: 200%;
	color: #630;
	text-align: left;
	margin-bottom: .4em;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 120%;
	text-align: left;
	color: #F00;
}
h5 {
	font-size: 200%;
	color: #630;
	text-align: center;
	margin-bottom: 0.5em;
	margin-top: .5em;
}
h6 {
	font-size: 150%;
	color: #630;
	text-align: left;
}

a:link {
	text-decoration: underline;
	color: #3E1F00;
}
a:visited {
	text-decoration: underline;
	color: #309;
}
a:hover {
	text-decoration: underline;
	color: #630;
}
a:active {
	text-decoration: underline;
	font-size: 120%;
}
.container {
	text-align: center;
	margin: 0px auto 1px;
	width: 1000px;
	background: url(images/bkgr.jpg);
}
.header {
	padding-bottom: 30px;
	text-align: left;
	width: 1000px;
	display: block;
	vertical-align: top;
}
.mainContent {
	text-align: center;
}
.mainContent1 {
	margin-right: 10px;
	margin-left: 10px;
}
.mainContent2 {
	margin-right: 15px;
	margin-left: 13em;
}
.mainContent3 {
	margin-left: 13em;
	margin-right: 140px;
	text-align: left;
}
.mainContent4 {
	text-align: left;
	margin-right: 15px;
	margin-left: 13em;
}
.mainContent5 {
	font-size: 110%;
	margin-right: 15px;
	margin-left: 13em;
	color: #30F;
	display: block;
}
.photolevel {
	width: 770px;
	margin-bottom: 50px;
}
.photoleft {
	width: 370px;
	float: left;
	margin-right: 4px;
}
.photoright {
	float: right;
	width: 370px;
	margin-left: 4px;
}
.tblcenterbold {
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}
.tblcenterboldh3 {
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	font-size: 115%;
}
.tblcenter {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.box {
	display: block;
	padding: 5px 5px 20px;
	text-align: left;
	margin: 2px;
	width: auto;
	height: auto;
}
.sidebar {
	float: left;
	width: 12em;
	padding: 5px 0 5px 0px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px none #000;
}
.sidebaright {
	float: right;
	width: 130px;
}
.navigation {
	font-style: normal;
	display: block;
	width: 12em;
	padding-top: 8px;
	padding-bottom: 8px;
}
.form {
	text-align: left;
	margin-right: 140px;
	margin-left: 13em;
	background: #E1C6AA;
	border: 4px solid #c96;
}
.navigation:hover {
}
.clearbothwm {
	clear: both;
	margin-bottom: 2em;
}
.clearbothnm {
	clear: both;
}

.redtxt {
	color: #F00;
}
.pricetxt {
	text-decoration: underline;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	text-align: center;
}
.txtleft {
	text-align: left;
}
.txtleftbold {
	text-align: left;
	font-weight: bold;
	font-size: 115%;
}
.txtcenter {
	text-align: center;
}
.underlinetxt {
	text-decoration: underline;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltrtwm {
	float: right;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}
.fltlft {
	float: left;
	margin-right: 8px;
	clear: both;
}
.fltlftwm {
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	float: left;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.footer {
	padding: 20px;
	text-align: center;
	clear: both;
}
