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

body {
	background: #000;
	font-family:Verdana, Geneva, sans-serif;
	color: #FFF;
	background-image:url(../images/back.gif);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	line-height:1.8;
	overflow-x: hidden;	
}
html {
	background: transparent;
	min-width: 1000px;
	height: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: top;
	font-size: 100%;
}

div {
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}

form {
	margin: 0;
}
#Container {
	position:relative;
	width: 1000px;
	margin: 0 auto;
}
#Main {
	position: relative;
	float:left;
	clear:both;
	width: 1000px;	
	background-color:#000;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	text-align:left;
}

#Header {
	position: relative;
	float:left;
	clear:both;
	width: 1000px;	
	height: 193px;
	background-image:url(../images/logo-trans.png);
	background-repeat:no-repeat;
}
.HomeNav {
	position: relative;
	float:left;
	clear:both;	
	margin: 50px 0px 44px 16px;
	width: 152px;
	height: 64px;
/*	background-color:#000;*/
}
#Nav {
	position: relative;
	float:left;
	clear: none;
	width: 900px;
	padding: 0px 0 0 12px;
}

#Nav ul {
    margin: 0; 
	padding: 0;
	float: left;
}
#Nav ul li {
	display: inline;
	padding: 0;
}
#Nav li a:link, #Nav li a:visited, #Nav li a:active {
	color: #FFF;
	font-weight: normal;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	margin-right: 18px;
}
#Nav li a:hover {
	color: #11b6fb;
	font-weight: normal;
	text-decoration:none;
}
#Nav li.act a {
	color: #11b6fb;
	text-decoration:none;
	font-weight:normal;
}
#Nav li.join a {
	color:#e2e837;
}
#Paypalform {
	position: relative;
	float:left;
	clear:right;
	width: 88px;
	padding:5px 0 0 0;	
}
#Footer {
	position: relative;
	float:left;
	clear:both;
	width: 1000px;	
	height: 40px;
	background-image:url(../images/footer-trans.png);
	background-repeat:no-repeat;
	padding: 20px 0 0 0;
	border-top: 8px #000 solid;
	color: #FFF;
	font-weight:normal;
	font-size:10px;
}
#FooterLeft {
	position: relative;
	float:left;
	clear:none;	
	width: 500px;
	text-align:left;
}
#FooterRight {
	position: relative;
	float:left;
	clear:right;	
	width: 500px;
	text-align:right;
}

a:link, a:visited, a:active {
	color:#e2e837;
	font-weight: normal;
	text-decoration:none;
}
a:hover {
	color:#e2e837;
	font-weight: normal;
	text-decoration:underline;
}

/* COMIC SANS DAY */
.comic * {
  font-family: "comic_sans_msregular", cursive !important;
}
.comic .Kop {
  font-size: 12px !important;
  line-height:1.1;
}
