body {
	margin:0;
	padding:0;
	color:#fff;
	background:#000 url(../images/bg3.gif) repeat 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

h1, h2, h3, h4, h5 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	margin:0;
	padding:4px 0;
}

h1 {
	font-size:16pt;
	font-weight:bold;
	color:#cc0033;
	padding:8px 8px 16px 8px;
}

h2 {
	font-size:15pt;
	font-weight:bold;
}

h3	{
	font-size:14pt;
	padding:8px 0 4px 0;
	text-align:left;
}
	
h4	{
	font-size:13pt;
}

h5	{
	font-size:12pt;
}

p {
	margin:0;
	padding:2px 0 2px 0;
}
a {
	color:#a1a1a1;
	text-decoration:none;
}

a:visited {
	color:#a1a1a1;
	text-decoration:none;
}

a:hover {
	color:#cc0033;
}

img {
	border:0;
}

table {
	margin-left:auto;
	margin-right:auto;
}

/* -----------------------
	BODY COMPONENTS
--------------------------*/
#main-cont {
	width:950px;
	margin:0 auto 1px auto;
	padding:0;
	border-bottom:solid 1px #121212;
}

#header, div.menu-top {
	border-bottom:solid 1px #343434;
	border-left:solid 1px #454545;
	border-right:solid 1px #343434;
}

#header {	
	padding:24px 0 24px 0;
	margin:0;
	background:url(../images/bg-header.gif) repeat-x 50% 50%;
}

#logo {
	width:669px;
	height:31px;
	background:url(../images/logo-header.gif) no-repeat 50% 50%;
	margin-left:auto;
	margin-right:auto;
	border:solid 1px #c7ba7c;
}

#logo h3 {
	display:none;
}

#inner {
	text-align:center;
	margin:0;
	padding:0 8px;
	padding-top:16px;
	padding-bottom:8px;
	color:#97722c;
	background-color:#000;
}

#sponsors-header {
}

#footer {
	text-align:center;
}

.picborder, .picborderlarge {
	padding:3px;
	border:1px solid #CCCCCC;
	margin:2px 0;
	background-color:#FFFFFF;
}

.picborder {
	width:190px;
	height:150px;
}

.video {
	padding:20px 20px 40px 20px;
	margin:10px 0;
	background:url(../images/video-bg.jpg) no-repeat 50% 50%;
	width:120px;
	height:90px;
}

.freeVideo {
	padding:20px 20px 40px 20px;
	margin:0;
	background:url(../images/video-free-bg.jpg) no-repeat 50% 50%;
	width:120px;
	height:90px;
}

.page-caption {
	text-transform:uppercase;
}

.caption {
	text-transform:uppercase;
	text-decoration:underline;
	text-align:center;
	padding:12px;
	color:#cc0033;
}

#warningsec {
	text-align:left;
	width:740px;
	margin:0 auto;
	color:#97722c;
	background-color:#fff;
	padding:10px;
}

.warningdesc {
	height:150px;
	overflow:auto;
	padding:10px;
	padding-left:24px;
	margin-top:10px;
	text-align:justify;
}

.intro-text {
	text-align:center;
	width:80%;
	margin:8px auto;
	font-weight:bold;
	color:#cc0033;
}

.intro-text p {
	margin-bottom:8px;
	font-family:Arial,Verdana,Sans;
	text-transform:uppercase;
}

div.separator, div.separator-space {
	font-size:0;
	width:90%;
	height:1px;
	margin:8px auto 8px auto;
	padding:0;
	clear:both;
}

div.separator {
	background-image:url(../images/separator.gif);
	background-repeat:repeat-x;
}

.desc {
	text-align:left;
	padding:4px 16px;
}

.photoCont {
	width:24.9%;
	float:left;
}

/*********
 Top Menu
**********/
div.menu-top {
	height:30px;
	clear:both;
	padding-left:6px;
	background:#c7ba7c url(../images/menu-bg.gif) repeat-x 50% 50%;
}

div.menu-top div {
	clear:both;
}

ul.menu-top {
	margin:0;
	padding:0;
	list-style-type:none;
}

ul.menu-top li {
	float:left;
	margin:0 0 0 16px;
	padding-right:16px;
	border-right:solid 1px #767676;
}

ul.menu-top li a {
	display:block;
	font-family:Arial,Tahoma,Sans-Serif;
	font-size:11pt;
	font-weight:bold;
	/*width:100%;
	height:100%;*/
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	line-height:30px;
}

ul.menu-top li a:link {
	color:#000;
}

ul.menu-top li a:visited {
	color:#000;
}

ul.menu-top li a:hover {
	color:#cc0033;
}

ul.menu-top li a:active {
}

ul.menu-top li span {
	margin:0;
	padding:0;
}