@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #333;
	background-image:url(/style/bg-page.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	color:#ccc;
}

a, a:link, a:active, a:visited {
	color: #ff6;
	text-decoration: none;
}

a:hover {
	color: #f7f;
}

iframe {margin: 30px auto;}

table td b a, table td b a:link, table td b a:active, table td b a:visited, table td b a:hover {font-size:1px; color:#111;}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Corben', Tahoma, Geneva, sans-serif;
	margin: 0 0 10px 0;
}


h1, h3, h5 {
	color: #f7f;
}
h2, h4, h6 {
	color: #FAF;
}

h1, h2 {font-size: 24px;}
h3, h4 {font-size: 20px;}
h5, h6 {font-size: 18px;}

p, #content ul, #content ol {margin-bottom: 10px;}
#content li {list-style-type:none;}

#wrapper {
	width: 1050px;
	margin: 0 auto;
}

#content-wrapper {
	clear: both;
	width: 1050px;
	margin: 30px auto 0;
}

#menu {
	font-family: 'Corben', Tahoma, Geneva, sans-serif;
	width: 100%;
	height:30px;
	font-size: 15px;
	padding-top:5px;
	letter-spacing: 1px;
	position: fixed;
	z-index: 99;
	
	background-color: #111;
	opacity: .7;
	filter: alpha(opacity=70);

	-webkit-box-shadow: 0px 5px 5px 0px #222;
	-moz-box-shadow: 0px 5px 5px 0px #222;
	box-shadow: 0px 5px 5px 0px #222;
}

#menu ul {list-style-type:none; text-align:center;}
#menu li {display:inline; padding: 0px 10px;}

#menu a {
	padding: 5px 20px;
	color: #ff7cd8;
}
#menu a:hover {
	color:#fff;
	padding: 6px 20px;


	background-color: #ff7cd8;
}

#content {
	width: 1000px;
	margin: 0 auto;

}

#footer {
	clear: both;
	padding-top: 50px;
	text-align: center;
	font-size: 12px;
	color:#666;
}

#footer ul {margin: 7px 0px; display:inline;}
#footer p {margin-top: 15px;}

#footer li {display:inline; border-left: 1px solid #ffc; border-right: 1px solid #ffc; padding: 3px 5px; border-collapse:collapse; margin:0;}

#about, #joinwrap {width: 1000px;}
#updates, #camwrap, #contactwrap {width: 1000px;}
#about, #updates, #joinwrap, #camwrap, #contactwrap {margin: 30px auto;}
#about table, #updates table {padding:0 0 50px 0; margin: 0 auto;}
#about table td {padding:5px 10px; vertical-align: top;}
#about table tr {}

#spacer {height:40px;}


.error {width: 900px; margin: 30px auto 70px auto; padding-bottom: 170px;}

.floatleft {float:left; padding: 20px 40px 20px 10px;}
.floatright {float:right; padding: 20px 10px 20px 40px;}
.center {text-align: center; margin-left: auto; margin-right: auto;}
.clear {clear:both;visibility:hidden;}
.strong {font-weight: bold;}
.space {margin-bottom: 30px;}
.tmargin {margin-top: 30px;}
.list li {list-style-type:circle; padding-bottom:5px;}

.enterbut {font-size:50px; margin: 50px auto 0; text-align: center;}
.enterbut li {
	margin: 0 30px 0 30px; 
	display:inline; 
	font-family: 'Corben', Tahoma, Geneva, sans-serif; 
}

.modelname {
	font-weight:bold;
	color:#F9F;
	font-size:14px;
}

#benefitspanel {
	text-align: center;
	margin: 0 auto;
}