@charset "utf-8";

#content2{
	float:left;
	margin-left: 180px;
	margin-top:35px;
	height:auto;
	width:308px;
	
}

#c2top{
	background: url(../images/topcontent2.jpg);
	height:85px;
	width:308px;
}

#c2mid{
	background: url(../images/middlecontent2.jpg);
	height:193px;
	width:308px;
}

#c2txt {
	overflow:auto;
	margin-left:38px;
	height:173px;
	width:260px;
}

#c2txt p {
font-size:14px;

	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}

#c2bot{
	clear:both;
	background: url(../images/bottomcontent2.jpg);
	height:47px;
	width:308px;
}



