@import url("form.css");
* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 13px "Trebuchet MS", Verdana, Arial, Helvetica;
	background: #000;
}
a {
	outline: none;
}
a:link, a:active, a:visited {
	color: #e9af10;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	padding: 0;
	margin: 0 0 10px;
	line-height: 19px;
}
h1.title {
	font: normal 35px pristina;
	margin: 0 0 15px 0;
}
h3 {
	font-size: 15px;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
	padding: 3px 0;
}
.clear {
	clear: both;
	height: 1px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.imageOver3{
	background:url("../images/frame.gif") no-repeat 0 0;	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#bkgrd {
	width: 840px;
	height: 315px;
	margin: 0 auto;
	z-index: 1;
	background: transparent url("../images/home-bkgrd.jpg") no-repeat;
}
#contentbkgrd {
	width: 840px;
	margin: 0 auto;
	z-index: 1;
	background: transparent url("../images/home-content-bkgrd.jpg") no-repeat;
}
#wrapper {
	width: 740px;
	margin: 0 auto;
	z-index: 100;
}
#logo {
	float:left;
}
#top {
	float: left;
	width: 740px;
	height: 100px;
}
ul.postnav {
	float: right;
}
ul.postnav li {
	margin:25px 0 0 0;
	padding:0;
	list-style-type:none
}
ul.postnav li {
	float:left;
	width: 85px;
	margin-right: 5px
}
ul.postnav a {
	display:block;
	width:85px;
	padding:5px 0;
	background: #000;
	color: #fff;
	font-weight: bold;
	text-decoration:none;
	text-align:center
}
ul.postnav a:hover, ul.postnav a.active {
	background: #e9af10;
	color:#000
}
#graphic {
	float: left;
	width: 740px;
	height: 215px;
}
#content {
	float: left;
	width: 700px;
	padding: 20px;
}
#leftcolumn {
	float:left;
	width:150px;
	height: 400px;
}
#leftcolumn a {
	padding: 5px;
	display: block;
	width: 140px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
#leftcolumn a:hover {
	color: #E9AF10;
}
#rightcolumn {
	float:left;
	width:530px;
	min-height: 400px;
	margin-left: 20px;
	position: relative;
}
* html #rightcolumn { /*IE only style*/
	height: 400px;
}
#rightcolumn img{
	border:none;
	float: left;
	margin: 10px 10px 0 0;
}
#footer {
	width: 740px;
	margin: 0 auto;
	padding: 10px 0;
	color: #fff;
	font-size: 11px;
}
