* {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}
body {
	background-color: #3d2c1b;
}
h1 {
	font-size: 10pt;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000000;
}
img {border: none;}
.clear {clear: both;}
.page {
	width: 774px;
	margin: 10px auto;
	position: relative;
	background-color: #0b0803;
}
#bgtl {position: absolute; top: 0; left: 0;}
#bgbl {position: absolute; bottom: 0; left: 0;}
#bgtr {position: absolute; top: 0; right: 0;}
#bgbr {position: absolute; bottom: 0; right: 0;}
.border {
	width: 20px;
	height: 100%;
	float: left;
}
.lborder {
	background: url(images/bgbl.jpg) no-repeat bottom left;
}
.rborder {
	background: url(images/bgbr.jpg) no-repeat bottom left;
}
.middle {
	margin: 0 20px;
}
.header {
	height: 80px;
	position: relative;
	background-color: #deb306;
}
.header img {
	position: absolute;
	top: 18px;
	left: 20px;
}
.header .tag {
	position: absolute;
	right: 50px;
	bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font: normal normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
.main {
	width: 100%;
	padding: 20px 0;
	overflow: auto;
	position: relative;
	background-color: #ffffff;
}
#home .main {
	padding: 0;
	background-color: #ffffff; /*#e8ca51;*/
}
#homeImg {
	float: right;
}
#home .main .tag {
	width: 587px;
	float: right;
	text-align: center;
	letter-spacing: 1px;
	padding: 20px 0 50px 0;
	color: #000000;
	background-color: #ecdda2;
}
.nav {
	width: 100px;
	margin: 0;
	padding: 0 20px;
	list-style-type: none;
	float: left;
	font-size: 8pt;
}
.nav li {
	border-bottom: 1px solid #deb305;
}
.nav li.last {
	border-bottom: none;
}
.nav a {
	display: block;
	padding: 7px 0;
	text-decoration: none;
}
#home .nav {
	margin-top: 30px;
}
.outerContent {
	float: left;
/*	width: 186px;
	height: 425px;*/
	border-left: 2px dotted #bbbbbb;
/*	text-align: center;*/
}
.innerContent {
	width: 360px;
	min-height: 440px;
	height: auto!important;
	height: 440px;
	padding: 0 20px;
	float: left;
	border-left: 2px dotted #bbbbbb;
}
.panel {
	width: 186px;
	float: left;
	text-align: center;
}
.panel .caption {
	padding: 8px 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #000000;
}
#footer {
	width: 774px;
	margin: auto;
	font-size: 8pt;
	text-align: center;
	color: #ffffff;
}
#footer * {
	font-size: 8pt;
	color: #ffffff;
}
