@charset "utf-8";
/* CSS Document */


.mainbox{height:740px;}

a:link { color: #0000FF; }
 
a:visited { color: #0000FF; }
 
a:hover { color: #FF0000; }
 
a:active { color: #0000FF; }

body {
	background: #D5D5D5;
	margin: 0 auto;
	}
	
.header {
	width: 850px;
	height: 200px; }
 
	.header img { float: left; }
	
.main_container {
	width: 850px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-left: 2px solid #000;
	border-right: 2px solid #000; }
	
.headtext	{
	width: 850px;
	height: 40px;
	font: 27px Comic Sans MS, Arial, Helvetica, sans-serif, Verdana;
	line-height: 30px;
	color:#0000FF;
	text-align: center;
	border-bottom:2px solid #000;
	}
	
.pic1 { width:850px;
		height:220px;
		text-align: center;
		padding-top:15px;
		}

.pic1 img {
padding:5px;
}

.pic1 ul {
text-align: center;
margin: 0;
padding: 0;
}

.pic1 li {
display: inline;
}

.clearfix { clear: both; }

.leftbox {width: 507px;
			height:740px;
			float:left;
			}

.pic2 { width:482px;
		height:220px;
		margin-left:20px;
		_margin-left:18px;
		}

.pic2 img {
padding:4px;
float:left;
}

.pic2 ul {
text-align: center;
margin: 0;
padding: 0;
}

.pic2 li {
display: inline;
}

.rightbox {width:343px;
			height:740px;
			float:right;
			border:0;
			padding:0;
			margin:0 auto;
			}
			.rightbox img{
/* for IE */
filter:alpha(opacity=80);
/* CSS3 standard */
opacity:0.8;
}
.rightbox img:hover{
/* for IE */
filter:alpha(opacity=100);
/* CSS3 standard */
opacity:1;
}
.textinfos	{
	width: 507px;
	height: 85px;
	font: 36px Comic Sans MS, Arial, Helvetica, sans-serif, Verdana;
	line-height: 40px;
	color:#0000FF;
	text-align: center; }
	
.textlists {width: 460px;
			height: 150px;
			font: 25px Comic Sans MS, Arial, Helvetica, sans-serif, Verdana;
			font-weight:bold;
			padding-left:47px;
			padding-bottom:27px;
			color:#000;
			
			}
			
.textlists ul{ list-style-image:url(images/check.jpg);}
			  
.pic3 img {
padding:4px;

}

.pic3 ul {
text-align: center;
margin: 0;
padding: 0;
}

.pic3 li {
display: inline;
}	

.midtxt1 {	width: 850px;
			height: 70px;
			font:48px Comic Sans MS, Arial, Helvetica, sans-serif, Verdana;
			font-weight:bold;
			color:#0000FF;
			line-height:65px;
			text-align:center;}
			
.picthumbs {width:850px; 
		 	height:220px;
		 	text-align: center;
		 }

.picthumbs img {
padding:2px;
}	
	 
.picthumbs ul {
text-align: center;
margin: 0 auto;
padding-left: 10px;
list-style:none;
}

.picthumbs li {
display: block;
float:left;

}

.titletext {font:12px Comic Sans MS, Arial, Helvetica, sans-serif, Verdana;
			text-align:center;
			}

.midtext2	{	width: 850px;
				height: 30px;
				font:25px Comic Sans MS, Arial, Helvetica, sans-serif, Verdana;
				font-weight:bold;
				color:#000;
				line-height:35px;
				text-align:center;
				padding-bottom:10px;}
				
.footer {		width: 850px;
				font:45px Comic Sans MS, Arial, Helvetica, sans-serif, Verdana;
				font-weight:bold;
				line-height:55px;
				text-align:center;
				padding-bottom:30px;} 
				
