/* CSS Document */
body {
background: #000;
}
/*-------------------MAIN CONTAINER------------------------*/
#container {
width: 800px;
margin: 10px auto;
font-size: 11px;
font-family: Verdana;
line-height: 1.6em;
color: #666;
background: #000;
}

/*-------------------HEADER------------------------*/

#header {
width: 800px;
height: 150px;
clear: both;
color: #003e80;
text-align:center; /*For TExt*/
/*background: #007BC9;*/
/*border: 1px solid #FFF;*/
}

#header h1{
color: #003e80;
font-size: 40px;
padding-top: 30px;
font: bold 30px;
}

#header h2{
color: #003e80;
font-size: 11px;
padding-top: 0px;
font: bold 11px;
}

#header img{
width:80px;
height:130px;
border:none;
align:center;
}

#header a {
color: #003e80;
text-decoration: none;
padding: 2px;
}

/*-------------------horizontal menu------------------------*/
.underlinemenu{
text-align:center;
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}

/*-------------------CONTENT------------------------*/

#content {
width: 800px;
height: 80%;
clear: both;
color: #003e80;
text-align:center; /*For TExt*/
/*background: #007BC9;*/
/*border: 1px solid #FFF;*/
}

#content h1{
color: #003e80;
padding-top: 30px;
padding-bottom: 30px;
font: bold 20px georgia;
}

#content a {
color: #003e80;
text-decoration: none;
padding: 2px;
}

#content a:hover {
color: #e32100;
/*border: 1px solid #FFF;*/
}
/*-------------------GAMELIST------------------------*/

#gamelistings{

}

#gamelistings a:hover {
color: #e32100;
border: 0px;
}
/*-------------------CONTACT SECTION------------------------*/

.section{
 width: 320px;
 margin-left: auto ;
 margin-right: auto ;
 /*padding: 10px 30px;*/
 line-height:21px;
}

.bold4{
/*color:#881909;*/
font-size:15px;
text-decoration:none;	
}

#contact label input{
display: inline;
width: 150px;
margin-bottom: 10px;
}

#contact label {
text-align: left;
width: 75px;
padding-right: 20px;
}

#contact #testo{
width:280px;
height:200px;
}

#contact form{
border:dashed #003e80 1px;
/*margin-top:25px;
margin-bottom:40px;*/
padding:25px;
}

/*-------------------ADBLOCK------------------------*/

#adblock{
align: center;
text-align:center;
/*margin-left: 36px;*/
/*width: 728px;*/
width: 800px;
height: 90px;
}

/*-------------------StatCounter------------------------*/

#statcounter{
align: center;
text-align:center;
width: 800px;
}

/*-------------------FOOTER------------------------*/
#footer {
clear: both;
width: 800px;
background: #000;
text-align:center;
/*border-right: 1px solid #fff;
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;*/
padding-top:25px;
margin-bottom: 10px;
}