
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {  
	margin: 0px auto;
	text-align: left;
	width: 990px;
    min-height: calc( 105vh - 45px );
}
}
a{
	font-size:11px;
	color:#041c4d;
}
p{
	margin: 15px 0px;
}

img {
	border: 0px;
	border-style:  solid;
	display:block;
	padding-right: 0px;
}

h1 {
	margin: 10px 0px 10px;
	font: 18px Verdana;
	text-align: justify;
	line-height: 16px;
}

h2 {
	margin: 5px 5px 5px;
	font: 14px Verdana;
	text-align: left;
	line-height: 14px;
}

h3{
	text-align: center;
}

/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	/*background-image:url('{T_THEME_PATH}/images/header_bg.png');*/
	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;

}

#content_title {  
	background: url('images/header_forum.png') no-repeat;
	float: left;
	margin-left: -20px;
	width: 990px;	
	height: 50px;
	margin-top: 10px;
	overflow: hidden;
}

img{
	border-width:0px;
}

body{
	background-image: url('images/background.png');
}

/********************** Search form ***************************/
#search {	
	float: right;
	width: 250px;
	height: 35px;
	margin-right:7px;
	color: #707c82;
}

#search1 {	
	float:left;
	background:url('images/search1.png') no-repeat;
	width: 200px;
	height: 35px;
	color:#707c82;
}

#search2 {	
	float:right;
	/*background:url('/images/search2.png') no-repeat;*/
	width: 50px;
	height: 35px;
	color:#707c82;
}

#engine {	
	float: right; 
	padding-top:10px;
	margin-right:5px;
}

.bottone {
	border: 0px;	
	width: 50px;
	height: 35px;
	background:url('images/search2.png') no-repeat;
	background-position: center center;
}

/********************** Footer ***************************/
#footer {
    clear: both;
	width:996px;
    height: 40px;
    background-image:url('images/footer_bg.png');
	text-align:center;	
}
