/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background: black url("http://sysops-db.corp.tmcs/fearless/pics/texture_tile2.jpg");
 background-repeat: repeat;
 background-position: center;
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:20px; 
 background-color:#000000; 
 width:100%;
 background: url(./pics/border2.gif) 0 100% repeat; 
 border: 1px solid #111111;
} 
 
#leftcol{
 height:800px;
 width:125px; 
 float:left; 
 position:relative; 
 background-color:#111111; 
}
 
#twocols{
 width:675px; 
 float:right; 
 position:relative; 
}
 
#rightcol{
 width:125px; 
 height:800px;
 float:right; 
 position:relative; 
 background-color:#111111;
}
 
#maincol{
 background-color: #494646;  
 border:1;
 border-color:#FFFFFF;
 height:800px;
 float: left; 
 display:inline; 
 position: relative; 
 width:550px; 
}
 
#footer{
 height:20px; 
 background-color:#000000; 
 clear:both;
 background: url(./pics/border2.gif) 0 100% repeat;
 border: 1px solid #111111;
} 
 
#postertop{
 width:800px;
 height:20px;
 background-color:#000000;
 clear:both;
 background: url(./pics/border2.gif) 0 100% repeat;
 border: 1px solid #111111;
}

#poster{
 width:800px;
 height:330px;
 clear:both;
 background: url(./pics/fearless_logo.jpg) 0 100% no-repeat;
 border: 1px solid #111111;
}


/* START NIFTY CORNERS */
/* get nifty corners at: http://www.html.it/articoli/nifty/index.html */
.rtop,.rbottom{display:block;}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden;}
.r1{margin: 0 5px;}
.r2{margin: 0 3px;}
.r3{margin: 0 2px;}
.r4{margin: 0 1px;height: 2px;}
.rs1{margin: 0 2px;}
.rs2{margin: 0 1px;}

div.news{
	width: 530px;
	background: #222222;
	margin-bottom: 20px;
}
div.ad{
    width: 110px;
    background: #494646; 
    margin-bottom: 20px;
}
h1{ font-size: 60%;
    margin:0;
    padding: 0 0 10px;
    background: #444444;
    color: red;
    text-align: center;
    font-family: Verdana,Arial;
}
h2{ font-size: 70%;
    margin:0;
    padding: 0 0 10px;
    background: #444444;
    color: white; 
    text-align: center;
	font-weight: normal;
    font-family: Verdana,Arial;
}
h3{	font-size: 80%;
	margin:0;
	padding: 0 0 3px;
	background: #000000;
	color: red;
	text-align: right;
	font-family: Verdana,Arial;
}
p{	margin:0;
	padding: 5px 10px;
	line-height: 1.3;
	text-align: justify;
	color: white;
	font-weight: normal; 
	font-family: Verdana,Arial;
}
/* END NIFTY CORNERS */

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

