/********************************************

   INDEX

********************************************/ 

#middlepic{
	
	position:relative; 
	
	margin:0 auto; 
	
	width:550px;
		
	background-color:#1239fd;
	
}


.shadow{
		
	width:100%;
	
	height:60px;
	
	margin-top:-80px;
	
	background:url(../images/shadow.png) repeat-x;
	
}


#bottom{
	position:relative;
	width:100%;
	height:220px;
	background:#1239fd;
	color:#FFF;
	background-color: #4185FD;
	
}

.conWrap{
	position:relative;
	width:850px;
	margin:0 auto;
}


#leftText{
	position:relative;
	width:250px;
	height:150px;
	float:left;
	background-color:#4185FD;
	
}


#centerText{
	position:relative;
	width:250px;
	height:150px;
	float:left;
	background-color:#4185FD;
	
}


#rightText{
	position:relative;
	width:250px;
	height:150px;
	float:left;
	background-color:#4185FD;
	
}


.textSep{
	
	position:relative;
	
	width:4px;
			
	margin:30px 20px 0 20px;
	
	height:75px;
	
	float:left;
	
	background: url(../images/text-sep.jpg) no-repeat;
	
}

.more ul{
			
	line-height:20px;
	
	list-style-image: url(../images/bullet.jpg);
	
	text-decoration:underline;
	
	padding-left:10px;
	
	margin:0px;
	

}
