body {
	margin: 0px;
	background-color: #222;
	background: url(../img/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: Arial;
	font-size:18px;
	color:#fff;
}

#header {
	position:fixed;
	top:30px;
	z-index:50;
}

.tab {
	position: absolute;
	left: -31px;
	top: 0px;
}

#watis {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:190px;
	background-image:url('../img/bg_gradient.png');
	background-repeat: repeat-x;
	z-index:30;
}

#nav {
	list-style-type: none;
	padding-left: 12px;
	margin-right: 2px;
	margin-left: -12px;
}

#nav li {

	float: left;
}

#nav li a {
	display:block;
	padding-left: 16px;
	padding-bottom: 8px;
	padding-right: 16px;
	padding-top: 8px;
	background-color: #000;
	color: #fff;
	margin-right:6px;
	font-family: 'Oxygen', sans-serif;
	text-transform: uppercase;
	font-size:14px;
	text-decoration: none;
}

#nav li a:hover {
	background-color:#ff0000;
	color:black;
}

a {
	color: #ff0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#main {
	clear:both;
	width:100%;
	max-width:900px;
	margin: 0 auto;
}

#am12 {
	margin-top: 150px;
	margin-bottom: 20px;
	z-index:0;
}

#am12 p {
	color: #DDDDDD;
	font-size: 18px;
	font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	line-height: 1.5em;
	margin-bottom: 0px;
}

.textblock {
	font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	margin-top:24px;
	display:block;
	background-image:url(../img/70.png);
	padding:16px;
	position: relative;
}

h1 {
	font-family: 'Oxygen', sans-serif;
	margin-top: 2px;
	margin-bottom: -8px;
	color: #A2A2A2;
	font-size:1.7em;
}

h3 {
	font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	font-weight:normal;
}

.red {
	color: #CF5D5D;
	display: block;
	clear: both;
	font-size: 23px;
	line-height: 1.2em;
	padding: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 19px;
	margin-right: 190px;
}

.twitter {
	background-image: url('../img/twitter-logo.png');
	background-repeat: no-repeat;
	background-position-y: 0px;
	display: block;
	padding-top: 10px;
	padding-left: 56px;
	padding-bottom: 9px;
	margin-left: 9px;
}

.rules {
	font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	font-size: 18px;
	padding-top: 6px;
}

.rules li {
	margin-bottom:9px;
}

#eb {
	float: right;
	padding-top: 15px;
	padding-right: 12px;
	padding-left: 12px;
}

.divider {
	clear:both;
	width:100%;
	text-align: center;
	margin-top: 18px;
}

.topics {
	font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	font-size: 20px;
	color: #CF5D5D;
	padding-top: 0px;
	margin-top: 10px;
}

.topics li {
	margin-bottom:6px;
}

#_contact form {
	width:720px;
	margin-top:14px;
	color:#fff;
}

#_contact label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 2px;
	font-size: 1em;	
}

#_contact input, #_contact textarea, #_contact select {
	padding: 2px;
	width: 500px;
	color:#fff;
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #000;
	background: #333;
}

.disclaimer {
	color: #ff0000 !important;
}

#weapons_list {
	list-style-type: none;
	padding-left: 12px;
	margin-right: 2px;
	margin-left: -12px;
}

#weapons_list li {
	float: left;
}

#weapons_list li a {
	display:block;
	padding-left: 16px;
	padding-bottom: 8px;
	padding-right: 16px;
	padding-top: 8px;
	background-color: #000;
	color: #fff;
	margin-right:6px;
	font-family: 'Oxygen', sans-serif;
	text-transform: uppercase;
	font-size:14px;
	text-decoration: none;
	cursor: pointer;
}

#weapons_list li a:hover {
	background-color:#ff0000;
	color:black;
}

#weapon_holder {
	height:516px;
	background-color:#000;
}


.talk_btn {
	cursor: pointer;
}

#footer {
	color:#ccc;
	font-size: 12px;
	text-align: center;
}

#post_text {
	font-family: "jaf-facitweb",sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #F3F0A8;
	font-size: 16px;
	padding: 15px;
	margin-left: 98px;
}