

/*************************** Image Area Styles *****************************/

.imagecont {
	background-color: #0D9524;
	border: solid 6px #000000;
	color: #000000;
	float: left;

}


.img_wrapper img {
	width: 190px;
	height:330px;
	margin-bottom: -2px;
}


/*************************** Content Area Styles *****************************/



.content_wrapper{
	background: url(/mysite/images/back.png) repeat-y top left; 
	margin: 0px;
 	padding:10px 25px;
	font-size:8pt;
	float:left;
	width:600px;
}

.round2{
	background: url(/mysite/images/backlogo.jpg) no-repeat center center;
	min-height:300px;
	height:auto !important;
	height:300px;

}



/************************ end of Content Area Styles **************************/



.roundcont {
	border: solid 6px #000000;
	color: #0;
	width:645px;
	float: right;

}



.top1 {
	background: url(/mysite/images/top.png) repeat-x top right;
	margin: 0px;
	width:565px;
	height:30px;
	float: left;
}


.bottom1 {
	background: url(/mysite/images/bottom.png) repeat-x top right;
	margin: 0px;
	width:565px;
	height:30px;
	float: left;
}


