@import url('reset.css');

/********************** Main ***************************/

body {
	/* background-color:#FFFFFF; */
	background-image:url('../images/background.png');
	color:#979797;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding-top: 20px;
}

.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}

#container {  
	margin: 0px auto;
	text-align: left;
	width: 999px;		
}

img{
	margin-top:10px;
	border-width:0px;
}

a{
	color:#979797;
	text-decoration:none;
}
/********************** Contacts ***************************/
/*
#contacts {
	width: 956px;
	height: auto;
	text-align: right;
	font-weight: bold;
}
*/
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url('../images/header_bg.png');
	width:996px;
	height:178px;
	position:relative;
}

#header_text {
	top:140px;
	left:350px;
	width:280px;
	position:absolute;
}
#header_text p{
	font-size: 22px;
	color:#FFFFFF;
}

#header_text a{
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
	color:#979797;
}

#header_text a:hover{
font-size: 14px;
font-weight: bold;
color:#ff8a00;
}

#header_container_left {
	position: absolute;
	margin-left: -126px;
	width: 126px;
}

#header_container_left span {
	float: right;
	display: block;
	background: url('../images/qbert.gif') no-repeat 0px 5px;
	position: relative;
	top: 20px;
	z-index: 1;
	width: 82px;
	height: 135px;
}

/********************** Buttons ***************************/
#buttons
{
width: 990px;
height: 45px;
background: url('../images/navbar.png') no-repeat;
border-left: 3px solid #e7e7e9;
border-right: 3px solid #e7e7e9;
}

#buttons ul {
   	padding-left: 16px;   
}

#buttons li {
	display: inline;	
}

#buttons a {
	display: block;
	float: left;
	width: 96px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	padding-top: 14px;
}

#buttons a:hover {
	color:#ffffff;
	background:url('../images/menugover.png');
	font-weight: bold;
}

/********************** Content ***************************/
#content {  
	overflow: hidden;
	background-color: #FFFFFF;
	width: 990px;	
	min-height: auto;
	border-left: 3px solid #e7e7e9;
	border-right: 3px solid #e7e7e9;
	text-align: justify;
}

#content p{
	float:left;
	text-align: justify;
	font-size: 11px;
	margin-top: 10px;
	padding: 10px;
}

#content h1{
	margin:10px 0 0px 20px;
	font-size:80px;
	color:#a5acb0;
	text-shadow:1px 1px 1px #fff;
	font-family: 'Wire One', arial, serif; 
}

#content h1 span{
	font-size:22px;
	text-transform:uppercase;
}

#left {      
	overflow: hidden;
	float:left;
	width:150px;
	margin-top:10px;
	color:#707c82;
}

#main {
  	overflow: hidden;
	float:left;
	width:690px;
	min-height: auto;
	margin-top:10px;
  	color:#707c82;
  	text-align: justify;
}

#split2{
	width: 99%;
	overflow: hidden;
	float: left;
	margin-top:25px;
}

#split2 h2{
	font-size:25px;
}

#split2 p{
	font-size:12px;
}

#split2LX {
	width: 29%;
	float: left;
	overflow: hidden;
	background-color: #112233;
}

#split2RX{
	width: 69%;
	float: left;
	overflow: hidden;
	background-color: #332211;

}


#right {
	overflow: hidden;
	float:right;
	width:150px;
	margin-top:10px;
	color:#707c82;
}

/********************** Footer ***************************/
#footer {
    clear: both;
	width:996px;
    height: 40px;
    background-image:url('../images/footer_bg.png');
	text-align:center;	
}

