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

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	color:#FFF;
}

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

a:hover {
	color: #FC6;
}

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: 'Six Caps', Tahoma, Geneva, sans-serif;
	margin: 0 0 10px 0;
}

h1, h3, h5 {
	color: #fff;
}
h2, h4, h6 {
	color: #FC6;
}

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

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

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

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

#menu {
	font-family: 'Six Caps', Tahoma, Geneva, sans-serif;
	width: 1000px;
	margin: 0 auto;
	font-size: 30px;
	letter-spacing: 1px;
	position: fixed;
	filter:alpha(opacity=80);
	opacity: 0.8;
	z-index: 99;
}

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

#menu a {
	color:#a00;
	background-color: #FFF;
	padding: 0px 15px;
	border: 1px solid #a00;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px; 
}
#menu a:hover {
	color:#fff;
	background-color: #222;
	border: 1px solid #fff;
}

#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 #a00; border-right: 1px solid #a00; 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:70px;}


.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;display:none;}
.strong {font-weight: bold;}
.space {margin-bottom: 30px;}
.tmargin {margin-top: 30px;}
.list li {list-style-type:circle; padding-bottom:5px;}

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