html{
	width:100%;
	height:100%;
	background:url(../images/bg-html.jpg) repeat-y 50% 0;
	margin:0;
}
body{
	width:100%;
	min-height:100%;
	margin:0;
	color:#231c0e;
	font:13px/17px Georgia, "Times New Roman", Palatino, serif;
	background:url(../images/bg-body.jpg) no-repeat 50% 0;
	display:table;
}
* html body{
	height:100%;
}
a{
	color:#fff;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{border-style:none;}
input,textarea,select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
#main{
	width:900px;
	margin:0 auto;
}
#header{
	width:900px;
	padding:69px 0 0;
	height:51px;
	position:relative;
	z-index:20;
}
#header:after{
	content:"";
	display:block;
	clear:both;
}
#header h1{
	margin:0
}
.logo{
	overflow:hidden;
	position:absolute;
	top:14px;
	left:104px;
	background:url(../images/logo.png) no-repeat;
	width:152px;
	height:152px;
	text-indent:-9999px;
	cursor:pointer;
	z-index:55;
}
.logo-parade{
	overflow:hidden;
	position:absolute;
	top:14px;
	left:64px;
	background:url(../images/logo.png) no-repeat;
	width:152px;
	height:152px;
	text-indent:-9999px;
	cursor:pointer;
	z-index:55;
}
.form{
	position:absolute;
	top:34px;
	right:55px;
	float:right;
	overflow:hidden;
}
.form span{
	font-size:13px;
	float:left;
	color:#fff;
	margin:0 8px 0 0;
}
.form .input-text{
	float:left;
	color:#777b4c;
	font:10px/13px Georgia, "Times New Roman", Palatino, serif;
	border:1px solid #a2a28a;
	width:65px;
	padding:3px 5px;
	margin:0 4px 0 0;
}
.form .button-submit{
	float:left;
	margin:0 0 0 1px;
}
.nav-wrapper{
	width:633px;
	background:url(../images/bg-nav.gif) no-repeat;
	height:39px;
	padding:2px 0 0 267px;
}
.nav-wrapper:after{
	content:"";
	display:block;
	clear:both;
}
#nav{
	width:633px;
	padding:0;
	margin:0;
	list-style:none;
}
#nav li{
	float:left;
	font-size:10px;
	padding:0 0 0 7px;
	vertical-align:middle;
	position:relative;
}
#nav li a{
	float:left;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
#nav span{
	padding:10px 10px 0 8px;
	height:21px;
	float:left;
}
#nav em{
	float:left;
	font-size:0;
	line-height:0;
	height:31px;
	width:5px;
	overflow:hidden;
	text-indent:-9999px;
}
#nav li a:hover{
	color:#ffcc00;
	border:none;
}
#nav li ul li a:hover{
	color:#9c3;
}
#nav li:hover a span, #nav li.hover a span{
	background:url(../images/bg-nav-left.png) no-repeat;
	color:#9c3;
}
#nav li:hover a em, #nav li.hover a em{
	background:url(../images/bg-nav-right.png) no-repeat;
	color:#9c3;
}
#nav ul li:hover a, #nav ul li.hover a{
	color:#9c3;
}
#nav ul li:hover a:hover, #nav ul li.hover a:hover{
	color:#9c3;
}
#nav ul li:hover ul li a, #nav ul li.hover ul li a{
	color:#fff;
}
#nav ul{
	height:1%;
	margin:0;
	padding:0;
	list-style:none;
}
#nav ul:after{
	display:block;
	clear:both;
	content:"";
}
#nav ul li{
	height:1%;
	vertical-align:middle;
}
#nav .drop{
	width:188px;
	position:absolute;
	top:31px;
	left:7px;
	padding:0;
	display:none;
}
#nav .last .drop{
	left:auto;
	right:0;
}
#nav ul li .subdrop{
	width:188px;
	position:absolute;
	top:0px;
	left:188px;
	padding:0;
	display:none;
}
#nav .last ul li .subdrop, #nav .prelast ul li .subdrop{
	left:auto;
	right:148px;
}
#nav li:hover .drop,
#nav li.hover .drop{
	display:block;
}
#nav ul li:hover .subdrop,
#nav ul li.hover .subdrop{
	display:block;
}
#nav li .drop ul{
	width:188px;
	margin:0;
	padding:6px 0 0;
	list-style:none;
	background:url(../images/bg-drop.png) repeat-y;
}
#nav ul li .subdrop ul{
	width:148px;
	margin:0;
	padding:6px 0 0;
	list-style:none;
	background:url(../images/bg-drop.png) repeat-y;
}
#nav li .drop ul li{
	width:168px;
	padding:0 10px 10px;
	margin:0;
	clear:both;
}
#nav ul li .subdrop ul li{
	width:128px;
	padding:0 10px 10px;
	margin:0;
	clear:both;
}

.content-wrapper{
	width:870px;
	margin:0 auto;
	background:url(../images/bg-content-c.jpg) repeat-y;
}
#sidenav {
	list-style:none;
	padding:10px 0 10px 0;
	line-height:30px;
}
#sidenav li a{
	font:13px Arial;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	padding:10px 5px 10px 3px;
	height:40px;
}
#sidenav ul {
	color:#fff;
	cursor:pointer;
	padding:10px 5px 0 20px;
	height:40px;
}
#subnav ul:hover a, #subnav ul.hover a{
	color:#9c3;
}
#content{
	width:829px;
	padding:20px 16px 0 25px;
	background:url(../images/bg-content.jpg) no-repeat;
}
* html #content{
	width:832px;
	padding:20px 13px 0 25px;
}
.column-wrapper{
	height:1%;
	min-height:680px;
	background:url(../images/bg-column.png) repeat-y;
}

* html .column-wrapper{
	height:680px;
}
.column-wrapper:after{
	content:"";
	clear:both;
	display:block;
}
.sidebar-inner{
	width:231px;
	float:left;
	padding:25px 24px 0 25px;
}

.box-photo-top{
	background:url(../images/bg-box-photo-t.png) no-repeat;
	width:231px;
	height:10px;
	font-size:1px;
}
.box-photo-center{
	background:url(../images/bg-box-photo-c.png) repeat-y;
	width:220px;
	padding:0 6px 0 5px;
}
.box-photo-center:after{
	content:"";
	clear:both;
	display:block;
}
.box-photo-bottom{
	background:url(../images/bg-box-photo-b.png) no-repeat;
	width:231px;
	height:10px;
	font-size:1px;
}
.box-photo{
	width:208px;
	padding:6px 6px 5px 6px;
	margin:-5px 0 -5px;
	background:#fff;
	float:left;
	position:relative;
	overflow:hidden;
}
.box-photo img{
	float:left;
}
.sidebar{
	width:280px;
	padding:42px 0 7px;
	float:left;
}
.sidebar h2{
	height:1%;
	padding:0 21px 7px;
	margin:0 0 11px;
	background:url(../images/separator-sidebar.gif) no-repeat 9px 100%;
	color:#fff;
	font-size:19px;
	line-height:22px;
	font-weight:normal;
	font-style:italic;
}
.news{
	height:1%;
	margin:0;
	padding:0 0 9px;
	list-style:none;
}
.news li{
	height:1%;
	padding:0 21px;
	vertical-align:middle;
}
.news li a{
	font-size:12px;
	line-height:16px;
	text-decoration:underline;
	font-weight:bold;
}
.news li a:hover{
	text-decoration:none;
}
.news li p{
	margin:7px 0 9px;
	color:#fff;
	font-size:11px;
	line-height:15px;
}
.sponsors{
	height:1%;
	margin:0;
	padding:7px 0 0;
	list-style:none;
}
.sponsors li{
	width:239px;
	margin:0 auto 10px;
	vertical-align:middle;
	height:1%;
	overflow:hidden;
}
.sponsors li img{
	float:left;
}
.data{
	display:inline;
	width:528px;
	padding:0 4px 5px 0;
	overflow:hidden;
	float:right;
	margin:-4px 0 0;
	position:relative;
}
.data-text-inner{
	width:462px;
	padding:8px 33px 0;
	overflow:hidden;
}
.data-text-separator
{
	border-bottom:1px solid #3e3d0d;
	padding-bottom:12px;
}
.data-text-inner h2{
	margin:0;
	color:#fff;
	font-size:18px;
	padding:0 0 27px;
	font-weight:normal;
}
.data-text-inner p{
	margin:0 0 16px;
	line-height:18px;
}
.data-text2-inner{
	width:780px;
	padding:8px 33px 0;
	overflow:hidden;
}
.data-text2-inner h2{
	margin:0;
	color:#fff;
	font-size:18px;
	padding:0 0 27px;
	font-weight:normal;
}
.data-text2-inner p{
	margin:0 0 16px;
	line-height:18px;
}

.image-holder-top{
	background:url(../images/bg-image-holder-t.png) no-repeat;
	width:528px;
	height:10px;
	font-size:1px;
}
.image-holder-center{
	background:url(../images/bg-image-holder-c.png) repeat-y;
	width:520px;
	padding:0 4px;
}
.image-holder-center:after{
	content:"";
	clear:both;
	display:block;
}
.image-holder-bottom{
	background:url(../images/bg-image-holder-b.png) no-repeat;
	width:528px;
	height:9px;
	font-size:1px;
}
.image-holder{
	width:510px;
	padding:5px;
	margin:-5px 0 -5px;
	background:#fff;
	float:left;
	position:relative;
}
.image-holder img{
	float:left;
}
.data-text{
	height:1%;
	padding:27px 29px 0 31px;
}
.data-text .title{
	color:#be1e2d;
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	display:block;
	padding:0 0 20px;
}
.data-text h3{
	margin:0;
	font-size:11px;
}
.data-text p{
	margin:0 0 15px;
	line-height:18px;
	word-spacing:-1px;
}
.become{
	height:1%;
	overflow:hidden;
	padding:19px 0 0;
}
.become a{
	float:right;
	background:url(../images/bg-button-become.gif) no-repeat;
	width:211px;
	height:28px;
	font-size:12px;
	padding:11px 0 0 22px;
}
#content-parade{
	text-align:left;
	width:862px;
	padding:20px 5px 0 25px;
	background:url(../images/bg-content.jpg) no-repeat;
}
* html #content-parade{
	width:857px;
	padding:20px 5px 0 25px;
}
.column-wrapper-parade{
	height:1%;
	min-height:680px;
	background:url(../images/bg-column-parade.png) repeat-y;
}
.sidebar-inner-parade{
	width:200px;
	float:left;
	padding:25px 25px 0 0px;
}
.data-textparade-inner{
	width:586px;
	padding:12px 0px 25px 0px;
	overflow:hidden;
}
.data-textparade-inner h2{
	margin:0;
	color:#fff;
	font-size:18px;
	padding:0 0 27px;
	font-weight:normal;
}
.data-textparade-inner p{
	margin:0 0 16px;
	line-height:18px;
}