/* CSS Document */
body { 
	background:url(../images/index_bg.gif) repeat-x #6e7179;
	margin-top:10px;
	font-family:"Adobe Garamond Pro", "Arial";
	color:#535353;
	font-size:12px;	
}
#index_wrapper {
	width:760px;
	margin:0 auto;
}
.flashbox {
	margin:0; 
	padding:0;
	width:245px;
	float:left;
	display:inline;
	list-style:none;
	margin-right:12px;
	margin-bottom:0;
}
.flasharea { 
	width:240px; 
	height:335px; 
	background:url(../images/index_default.png) no-repeat top;
	padding-left:5px;
	padding-top:5px;
	behavior: url(iepngfix.htc);
	}

.content {
	margin:0; 
	padding:0;
	display:block;
	width:245px;
	min-height:215px;
	background-color:#ffffff;
}
.content p {
	width:215px;
	background:url(../images/content_bg.gif) repeat-x;
	height:165px;
	padding:25px 15px 20px 15px;
	
}
.no_margin {
	margin-right:0;
}
.flashbox_btm {
	background:url(../images/btm.png) no-repeat;
	display:block;
	behavior: url(iepngfix.htc);
}