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

#contentBox{
	float:left;
	width:800px;
}
	.contentPic{
		width:119px;
		height:141px;
		float:left;
	}
	.contentInfo{
		margin-left:24px;
		width:460px;
		float:left;
		font-size:12px;
	}
	.contentInfo p{
		line-height:2;
	}
	.contentLogo{
	margin-left:10px;
	width:180px;
	float:left;
	font-size: 9px;
	text-align: center;
	}
	
	.contentLogo img{
margin-bottom:5px;	}
	
	.flashContainer{
		margin:0 auto;
		width:800px;
		height:370px;
		float:left;
		margin-bottom:10px;
		
	}
	
	#flashbox{ /* ------------ FLASH BOX FOR HOME PAGE ONLY ------------------------*/
	width:800px;
	height:370px;
	margin:0 auto;
	b/ackground-color:#000000;
	b/ackground-image:url(../images/bg-flashbox.gif);
}


#head-wrapper{
	background-image:url(../images/bg-head.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:150px;
	float:left;
	width:100%;	
}
#head-wrapper2{
	background-image:url(../images/bg-head2.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:150px;
	float:left;
	width:100%;	
}


#content-wrapper{
	
	b/ackground-image:url(../images/bg-main.jpg);
	background-position:center;
}

body{
	b/ackground-image:url(../images/bg-main.jpg);
	background-position:center;
}