html, body{ 
 margin:0; 
 padding:0; 
 background: #4d8098 url('images/bg.png');
 text-align:center;
 font-size: 13px;
 font-family: helvetica, verdana, arial, sans serif;
 color: #fff;
}

/* Global Tags */

a{
 outline: none;
 color: #f1f1f1;
 font-weight: bold;
 text-decoration: none;
}

a:focus{
outline: none;
}

a:hover{
 color: #660000;
 text-decoration: underline;
}

h1, h2, h3, h4, h5{
 margin: .5em 0;
 padding: 0;
}

img{
 border: 0;
}

hr{
 background: #599e37;
 height: 1px;
 border: 0;
 clear: both;
}

blockquote{
 background: #599e37;
 width:85%;
 margin-bottom: 36px;
 padding: 10px;
 border-top: 1px #999 dotted;
 border-bottom: 1px #999 dotted;
}

strong{
 font-size:1.4em;
 color: #fff;
}

strong:hover{
 color: #660000;
}

/* Global Structure */

#wrapper{
 background: url('images/bk.png') no-repeat top;
}

	#wrapper_page{
	 background: url('images/bk_page.png') no-repeat top;
	}

#pagewidth{ 
 width:900px; 
 text-align:left;
 margin: 0;
 padding: 0;
 margin-left:auto; 
 margin-right:auto;
} 
 
#header{
 position: relative;
 height:230px; 
 width:900px;
 margin: 0 auto;
 display: block;
}

#header a{
 padding: 205px 450px;
}

#leftcol{
 position: relative;
 width:440px;
 margin: 5px;
 padding:0; 
 float: left;
 text-align: left;
}

#rightcol{
 width:440px; 
 margin: 5px;
 padding: 0;
 float:right; 
 position:relative; 

}

.fill{
 height: 338px;
 margin-bottom:20px;
 overflow: hidden;
}

#leftcol p, #rightcol p{
 margin: 0;
 margin-left: 25px;
 margin-right: 25px;
 padding:10px;
 text-align: justify;
 line-height: 1.6em;
 color: #d1d1d1;
}

#footer{
 position: relative;
 display: block;
 width: 960px;
 margin: 0 auto;
 margin-bottom:30px;
 padding-top: 30px;
 text-align: left;
}

.site_by{
 position: absolute;
 right: 30px;
 bottom: 3px;
}

.paidfor{
 position: absolute;
 bottom: 10px;
 left: 384px;
 width: 180px;
 border: 1px #d1d1d1 solid;
 margin: 0px auto;
 padding: 6px;
 font-size: .85em;
 text-align:center;
 color: #d1d1d1;
 clear:both;
}

.yes_button{
 background: url('images/bt_yes.png') no-repeat top;
 width: 180px;
 height: 45px;
 padding: 0;
 margin-top: 20px;
 border: 0;
}



/* Attribute Styles */

.center{
 margin: 0 auto;
 display: block;
}

.btm_10{
 margin-bottom: 10px;
}

.top_10{
 margin-top: 10px;
}

.go_right{
 float: right;
}

.go_left{
 float: left;
}

 /* *** Float containers fix *** */ 
.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 */  
