@charset "utf-8";
/* CSS Document */

body {
background-image: url("img/bg.jpg");
background-repeat: repeat-x;
background-attachment: scroll;
background-position: top
}

small{color: #686868;
font-size: 12px;
}

div.all {  
	height: auto;
	margin: 0 auto; 
    width: 800px; 
	position: static;
}  


div.title{
margin-bottom: 50px;
}

div.text{
margin: auto;
height: auto;
width: 70%;
line-height: 180%;
font-size: 15px;
	} 

div.text2{
margin: auto;
height: auto;
width: 90%;
line-height: 180%;
font-size: 15px;
	} 

div.text3{
margin: auto;
height: auto;
width: 70%;
line-height: 180%;
font-size: 13px;
	} 
h1{
	line-height: 200%;
	font-size: 13px;
	font-weight: bold;	
}


div.h1{ 
height: auto;
width: 100%;
} 


div.img{ 
height: auto;
width: 100%;
text-align: center
} 

div.box30{
	height: 30px;
	width: auto;
	clear: both;
}

div.box50{
	height: 50px;
	width: auto;
	clear: both;
}

div.box80{
	height: 80px;
	width: auto;
}


div.efforts{
margin: 0 auto; 
height: 200px;
width: 800px; 
position: static;
}

div.boxleft{
width: 45%;
	float: left;
}

div.boxright{
position: relative;
width: 45%;
left: 30px;
line-height: 180%;
font-size: 13px;
	float: left;
}

h3{ font-size: 16px;
	font-weight: bold;
color: #2A2A2A}

div.footer{
font-size: 10px;
	color: #909090;
}

.clear{clear: both}

a{
	text-decoration: none;
}

a:link { color: #0061B1; }
a:visited { color: #0061B1; }
a:hover img{
    opacity:0.5;
    filter:alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}
a:active { color: #0092B1; } 

