*
{
	margin: 0;
	padding: 0;
}
body
{
	background-color: #000;
	background-image: url('../img/struct/bg1.jpg');
	padding: 35px 0 35px 0;
}
body, input
{
	color: #333;
	font-family: "Arial", "Verdana", sans-serif;
	font-size: 10pt;
}
p
{
	line-height: 1.5em;
	margin-bottom: 1em;
	text-align: justify;
}
a
{
	color: #b96d00;
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}
h3 span
{
	font-weight: normal;
}
h3, h4
{
	display: inline;
	font-weight: bold;
}
h3
{
	font-size: 1.7em;
	padding-right: 34px;
}
h4
{
	font-size: 1.2em;
	padding-right: 28px;
}
.contentarea
{
	padding-top: 1.3em;
}
img
{
	border: solid 1px #6f5230;
}
img.left
{
	float: left;
	margin: 0 5px 5px 0;
	position: relative;
}
img.right
{
	float: right;
	margin: 0 0 1.8em 1.8em;
	position: relative;
}
.divider1
{
	background-color: #fff;
	background-image: url('../img/struct/border2.gif');
	background-repeat: repeat-x;
	clear: both;
	height: 14px;
	margin: 2em 0 1.5em 0;
	position: relative;
}
.divider2
{
	border-bottom: solid 1px #eaeaea;
	height: 1px;
	margin: 2em 0em 2em 0em;
	position: relative;
}
.post .details
{
	color: #787878;
	font-size: 0.8em;
	position: relative;
	top: -1.5em;
}
.post ul.controls
{
	clear: both;
}
.post ul.controls li
{
	display: inline;
	font-size: 0.8em;
}
.post ul.controls li a
{
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 1em 0 20px;
}
.post ul.controls li a.printerfriendly
{
	background-image: url('../img/struct/icon-printerfriendly.gif');
}
.post ul.controls li a.comments
{
	background-image: url('../img/struct/icon-comments.gif');
}
.post ul.controls li a.more
{
	background-image: url('../img/struct/icon-more.gif');
}
.box
{
	background-color: #fdfcf6;
	background-image: url('../img/struct/boxbg.gif');
	background-repeat: repeat-x;
	border-bottom: solid 1px #e1d2bd;
	left: -1.5em;
	top: -1.5em;
	margin-bottom: 1em;
	padding: 1.5em;
	position: relative;
}
ul.linklist
{
	list-style: none;
}
ul.linklist li
{
	line-height: 2em;
}
#upbg
{
	background-color: #fff;
	background-image: url('../img/struct/bg2.jpg');
	background-repeat: repeat-x;
	height: 275px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
#outer
{
	border: solid 7px #fff;
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	/*
		The width value below controls the overall width of the design. By default it's set to 82%
		(so it'll take up 82% of the browser window's width). You can set it to a different percentage
		value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
	*/
	width: 852px;
	z-index: 2;
}
#header
{
	background-color: #2b2b2b;
	background-image: url('../img/struct/topbg.gif');
	background-repeat: repeat-x;
	height: 9em;
	margin-bottom: 2px;
	position: relative;
	width: 100%;
}
#headercontent
{
	bottom: 0;
	padding: 0 2em 1.3em 2em;
	position: absolute;
}
#headercontent h1
{
	color: #fff;
	font-size: 2.5em;
	font-weight: normal;
}
#headercontent h1 sup
{
	color: #777;
}
#headercontent h2
{
	color: #aaa;
	font-size: 1em;
	font-weight: normal;
}
#search
{
	padding-right: 0;
	position: absolute;
	right: 2em;
	top: 5.5em;
}
#search input.text
{
	border-bottom: solid 1px #777;
	border-left: 0;
	border-right: 0;
	border-top: solid 1px #000;
	margin-right: 0.5em;
	padding: 0.15em;
	vertical-align: middle;
	width: 10em;
}
#search input.submit
{
	background-color: #939b00;
	background-image: url('../img/struct/buttonbg.gif');
	background-repeat: repeat-x;
	border: solid 1px #5f6800;
	color: #f2f3de;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0.25em;
	vertical-align: middle;
}
#headerpic
{
	background-color: #fff;
	background-image: url('../img/struct/hdrpic.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	height: 109px;
	margin-bottom: 2px;
	position: relative;
}
#menu
{
	background-color: #7c81ff;
	background-image: url('../img/struct/menubg.gif');
	background-position: top left;
	background-repeat: repeat-x;
	height: 3.5em;
	margin-bottom: 2px;
	padding: 0 1em 0 1em;
	position: relative;
}
#menu ul
{
	position: absolute;
	top: 1.1em;
}
#menu ul li
{
	display: inline;
	position: relative;
}
#menu ul li a
{
	color: #fff;
	padding: 0.5em 1em 0.9em 1em;
	text-decoration: none;
}
#menu ul li a:hover
{
	text-decoration: underline;
}
#menu ul li a.active
{
	background-color: #7f8400;
	background-image: url('../img/struct/menuactive.gif');
	background-position: top left;
	background-repeat: repeat-x;
}
#menubottom
{
	background-color: #fff;
	background-image: url('../img/struct/border1.gif');
	background-repeat: repeat-x;
	height: 14px;
	margin-bottom: 1.5em;
}
#content
{
	padding: 0 5px 0 5px;
}
#primarycontainer
{
	float: left;
}
#primarycontent
{
	width: 677px;
}
#secondarycontent
{
	float: right;
	width: 160px;
}
#footer
{
	background-color: #fff;
	background-image: url('../img/struct/border2.gif');
	background-position: 0 2.5em;
	background-repeat: repeat-x;
	clear: both;
	font-size: 0.8em;
	height: 2em;
	padding-top: 5em;
	position: relative;
}
#footer .left
{
	bottom: 1.2em;
	left: 2em;
	position: absolute;
}
#footer .right
{
	bottom: 1.2em;
	position: absolute;
	right: 2em;
}