/* CSS Document */
h1 {
	padding-bottom:10px;	
	font-size:13px;
	color:#00656d;
	line-height:30px;
	background-image:url(../images/dot.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	margin-bottom:5px;
	display:inline;		
}
.sub {	
	margin-top:10px;
	margin-left:10px;	
	height:190px;
	border:1px solid #8BD9DF;
	width:740px;
}
.sub .img {
	clear:both;
	float:left;
	width:160px;
	height:190px;
	text-align:center;
	vertical-align:top;		
}
.sub .img img {
	margin:5px;
}

.sub .text h1 {
	margin-top:20px;	
	padding-bottom:10px;	
	font-size:13px;
	color:#00656d;
	line-height:30px;
	background-image:url(../images/dot.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;	
}
.sub .text {
	float:right;
	width:580px;
	height:180px;				
}
.sub .text p {
	margin:0 5px;
	line-height:13px;
	margin-top:5px;			
}

