@font-face {
	font-family: 'StencilStdBold';
	src: url('StencilStd.eot');
	src: local('Stencil Std'), local('StencilStd'), url('http://warzone-cms.s3.amazonaws.com/template/StencilStd.woff') format('woff'), url('http://warzone-cms.s3.amazonaws.com/template/StencilStd.ttf') format('truetype');
}

/* Layout Base Styles*/

body{
	margin:0;
 	padding:0;
  	background:#000;
  	color:#fff;
  	font-size:11px;
  	font-family: Verdana, Arial, sans-serif;
	font-weight:normal;

}

#wrapper{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	height:240px;
	background-image:url(http://warzone-cms.s3.amazonaws.com/template/header.jpg);
	background-repeat:none;
}

#menu li{
	margin-left:10px;
	display:inline;
	list-style-type: none;
}

#menu li a{
	color:#fff;
	font-size:16px;
	font-family: "StencilStdBold"
}

#menu li a:hover{
	color:red;
}

#content{
	background-color:blue;
	clear:both;
}

#left{
	float:left;
	width:350px;
}

#right{
	float:right;
	width:600px;
}

#left .panel{
	width:350px;
	height:250px;
	display:block;
	margin:20px 0px 20px 0px;
}

#footer{
	text-align:center;
	font-color:#fff;
	clear:both;
	padding-top:10px;
}

img{
	border:0;
}

.roundedcornr_box {
   background: #343233;
}
.roundedcornr_top div {
   background: url(http://warzone-cms.s3.amazonaws.com/template/roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top {
   background: url(http://warzone-cms.s3.amazonaws.com/template/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(http://warzone-cms.s3.amazonaws.com/template/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: url(http://warzone-cms.s3.amazonaws.com/template/roundedcornr_br.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.roundedcornr_content { margin: 0 20px; }

/* Portfolio */

#body_content.portfolio #body_content_left h1 select {
display:block;
float:right;
margin-right:49px;
margin-top:13px;
min-width:163px;
}

/* Contact Form */

label{
	display:block;
}

/* Fonts */
h1{
	color:#C0C519;
	font-weight:normal;
	font-size:1.6em;
}

h2{	
	font-size:1.1em;
	color:#C0C519;
}

h3{font-weight:normal;}
a { color:#C0C519;}
a:hover { color:red;}