@charset "utf-8";

/* CSS Document */



#site_wrapper{

	position:relative;

	margin:0 auto;

	width:800px;

	height:1375px;

	border:1px solid #993;

	/*opacity:0.6;
	
  	filter:alpha(opacity=60); /* For IE8 and earlier */

	border-radius:13px;
	background:#090;

}

body{
	background-image:url('../images/Hammer_V2.jpg');
	background-attachment:fixed;
}

main{
	margin:-12px 0 0 0;
	width:800px;
	height:735px;
	/*background-color:rgba(204,132,51,1);*/
	background-color:rgba(13,138,107,1);	
}

.marque{
	color:#009;
}

.tileMe li {
    display: inline;
    float: left;
	height:70px;
}

.tileMe2 li {
    display: inline;
    float: left;
	height:70px;
	width:260px;
}

.calibrate{
	position:relative;
	margin:3px 0 0 0;
}	

.clear{
clear:both;	
}

header{
	margin:0;
	width:100%;
	background:#090;
}

section{
	margin:25px 6px 0 0;
	width:258px;
	float:left;
}

.center1{
	margin:25px 0 0 0;
	margin-left:5px;
	width:268px;
	height:900px;
	float:left;
	/*border:#0FF thin solid;*/
	border-radius:13px;	
}

.center1 .cen{
	margin:2px 3px;
	width:259px;
	/*border:#F00 thin solid;*/
	border-radius:13px;
	line-height:15px;
	text-align:justify;
	text-justify:inter-word;
}

.section2{
	margin:25px 0 20px 0;
	width:258px;
	float:right;
}

h1{
	font-family: 'Lobster', cursive;
	font-size:30px;
	/*background-color:#43E9F1;*/
}

h2{
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:30px;
	color:#039;	
}

h3{
	margin:0 0 -9px 0;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:17px;
	color:#CCC; /*color:#039;*/
	/*text-shadow:1px 1px #666;*/
	text-align:center;	
}

p{
	font-family: 'Cabin Condensed', sans-serif;	
}



