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

/*   LAYOUT
----------------------------------------------------------------*/
#other #maincol h2{
	width:613px;
	height:30px;
	padding:6px 0 5px 0;
	font-size:14px;
	font-weight:bold;
	background:url(../images/h2.gif) no-repeat;
	clear:both;
}

#other #maincol h2 span{
	padding:0 0 0 10px;
}

#other #maincol #example{
	/*height:540px;
	overflow:auto;*/
}

#other #maincol .section{
	width:591px;
	padding:10px;
	margin:0 0 20px 0;
	border:solid 1px #666;
	background:#e8eeff;
	float:left !important;
	float:none;
}

#other #maincol .section img.image{
	float:left;
}

#other #maincol .section div{
	width:386px;
	float:right;
}

#other #maincol .section div h3{
	padding:12px 0 0 0;
	font-size:14px;
	font-weight:normal;
	color:#00335e;
}

#other #maincol .section div p{
	padding:15px 0 0 0;
}


