a:focus{
	outline:0;}
html, body {	
	width: 100%;	
	height: 100%;	
	min-height: 100%;	
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #000000 url(../images/background.jpg) repeat-x top center;
	font-size: 12px;
}
img { border: none;}
#container {	
	top: 0px;
	width: 800px;	
	height: 100%;	
	min-height: 100%;
	margin: auto;	
	position: relative;
	background-color: #FFFFFF;
}
html>body #container {	height: auto;}
a { color: #000000; text-decoration: none; }
a:hover { color: #ffffff; text-decoration: none; }
.fm-logo {
	float: right;
	padding: 6px 10px 0px 10px;
}
.thumb { border: 2px solid #aacf37; }
.thumb:hover { border: 2px solid #000000; }
#header {	
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 196px;
	background: url(../images/header_dec.gif) repeat-x;
}
#logo {
	position: absolute;
	top: 10px;
	left: 15px;
	width:  239px;
	height: 140px;
}
#booth1 {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 471px;
	height: 196px;
	background: url(../images/booth1.jpg) no-repeat;
}
#booth2 {
	position: absolute;
	top: 196px;
	right: 0px;
	width: 288px;
	height: 395px;
	background: url(../images/booth2.jpg) no-repeat;
}
#nav {
	position: absolute;
	width: auto;
	height: auto;
	top: 165px;
	left: 0px;
	margin: 0;
	padding: 0;
}
#nav ul {
	margin: 0;
	margin-left: 1px; /*menu offset from left edge of window*/
	float: left;
	padding-left: 20px;
	font: bold 12px Verdana;
}
* html #nav ul { /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
	margin-bottom: 1em;
	margin-left: 7px; /*menu offset from left edge of window in IE*/
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	float: left;
	font-weight: bold;
	padding: 5px 15px 13px 15px;
	text-decoration: none;
	color: #ffffff;
	height: 5px;
	border-right: 1px solid #ffffff;
}
#nav li.last a{
	float: left;
	font-weight: bold;
	padding: 5px 15px 13px 15px;
	text-decoration: none;
	color: #ffffff;
	height: 5px;
	border:none;
}
#nav ul li a:hover, #nav ul li a#selected { /*hover and selected link*/
	color: #AACF37;
}
#nav a.current {
	color: #AACF37;
}
#nav li.last a.current {
	color: #AACF37;
}
#nav ul li a#rightcorner {
	padding-right: 0;
	padding-left: 2px;
}
#content {
	padding: 210px 20px 100px 30px;
}
#content_left{
	width:430px;
	height:100%;
	float:left;
}
#content_right {
	width:220px;
	float:right;
	margin:420px 20px 0 0;
	padding:0;
	font-size: 14px;
}
#content_right ul {
	margin:0;
	padding:0;
}
#content_right li {
	margin:0 0 5px 0;
	padding:0;
	float:right;
	text-align:right;
	list-style:none;
}
#content_right a {
	color: #AACF37;
}
#content_right a:hover {
	color: #000000;
}
#content_bottom {
	clear:both;
}
.h1, h1 { color: #000000; font-size: 14px; font-weight: lighter; }
.h2, h2 { color: #AACF37; font-size: 14px; font-weight: bold; }
.h3, h3 { color: #AACF37; font-size: 12px; font-weight: bold; }
.h4, h4 { color: #000000; font-size: 14px; }
.fineprint { font-size: 10px; }
.body_text { font-size: 12px; color: #000000; font-weight: lighter; }
#footer {
	position: absolute;
	bottom: -70px;
	right: 0px;
	width: 100%;
	height: 70px;
}
#footer_text {
	padding: 20px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: right;
}
#footer_text a {
	color: #AACF37;
}
#footer_text a:hover {
	color: #ffffff;
}
#footer_left {
	position: absolute;
	top: 630px;
	right: 20px;
	width: auto;
	height: auto;
	font-size: 14px;
	color: #000000;
	text-align: right;
}
#footer_left a {
	color: #AACF37;
}
#footer_left a:hover {
	color: #000000;
}
#footer_text a {
	color: #AACF37;
}
#footer_text a:hover {
	color: #ffffff;
}

