@charset "utf-8";
.content_container{
	border-left-style:solid;
	border-left-color:#E75802;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#E75802;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#e75802;
	border-bottom-width:1px;
	vertical-align:top;
	background-color:#FFF;
	width:894px;
	height:100%;
	margin:0px;
	padding-left:50px;
	padding-bottom:12px;
	padding-right:50px;
	padding-top:0px;
	font-size:12px;
}
/* Tables */
.category_block{
	display:block;
	clear:both;
	margin-top:8px;
	margin-bottom:8px;
	width:100%;
}
.break{
	clear:both;
	height:8px;	
	border-bottom-style:solid;
	border-bottom-color:#000;
	border-bottom-width:1px;
}
.sq_img{
	width:172px;
	text-align:center;
	float:left;
}
.sq_img img{
	border-style:solid;
	border-color:#00C;
	border-width:1px;
}
.sq_img a, .sq_img a:visited{
	text-decoration:none;
	color:#000;
}
.sq_img a:hover, .sq_img a:active{
	text-decoration:none;
	color:#00C;
}
