* {
	margin: 0px;
	padding: 0px;	
}

body {
	background: #31291d;
	color: #31291d;
}

#outer {
	#overflow: hidden; 
	#position: relative;
} /* for explorer only */

#outer {
	margin: 0 auto;
	display: table; 
	overflow: hidden;
	position: relative;
	width: 800px; 
	position: static;
}

#middle {
	#position: absolute; 
	#top: 50%;
} /* for explorer only*/
	
#middle[id] {
	display: table-cell; 
	vertical-align: middle; 
	position: absolute; 
	top: 50%;
}

#inner {
	#position: relative; 
	#top: -50%
} /* for explorer only */

#inner[id] {
	position: absolute; 
	top: -50%; 
	top: -290px;
	height: 560px;
	width: 800px;
	/*background: #ccc2b1;*/
}

.heading {
	height: 27px;
	width: 800px;
	font-family: "Trebuchet MS";
	font-size: 1.3em;
	#font-size: 1.3em;
	font-weight: bold;
	background: #31291d;
	color: #ccc2b1;
}

.heading span {
	font-size: 9px;
	#font-size: 12px;
}

.header {
	margin-top: -6px;
	height: 117px;
	width: 800px;
	border-top: 10px solid #564d37;
	border-bottom: 10px solid #564d37;
	background: url("../images/header.jpg") no-repeat;
}

.menu {
	width: 800px;
	text-align: right;
	font-weight: bolder;
	font-size: 14px;
	padding-bottom: 1px;
}

.menu li {
	float: right;
	display: inline;
	border-right: 1px solid #ccc2b1;
	text-decoration: none;
}

.menu li a {
	text-decoration: none;
}

.menu li a img{
	text-decoration: none;
	border: none;
}

.menu li a:hover img{
	border: none;
}

.content {
	height: 394px;
	width: 800px;
	background: #ccc2b1;
	position: static;
	font-size: 13px;
}

.full {
	padding-left: 7px;
	float: left;
	width: 785px;
	font-size: 11px;
	#font-size: 13px;
	#line-height: 1.25;
}

.full span {
	font-weight: bold;
}

.left {
	padding-left: 7px;
	float: left;
	width: 425px;
	font-size: 11px;
	#font-size: 13px;
	#line-height: 1.25;
	background: #ccc2b1;
}

.left span {
	font-weight: bold;
}

.right {
	padding-left: 20px;
	float: left;
	width: 330px;
	font-size: 11px;
	#font-size: 13px;
	#line-height: 1.25;
	background: #ccc2b1;
}

h1 {
	letter-spacing: .9px;
	font-size: 18px;
	#font-size: 20px;
	color: #6e644b;
}

h1 span {
	letter-spacing: -.6px;
	font-size: 15px;
	#font-size: 17px;
}

h2 {
	display: inline;
	color: #994646;
	font-size: 11px;
	font-weight: 100;
}