/* Start of CMSMS style sheet 'll_layout_boxes' */
@charset "utf-8";
/*****************************************/
/*** Linuxland Layout  Boxes
/*****************************************/

.box_1_3 {
	width:300px;
	min-height:206px;
	background:#f2f2f2 url('uploads/images/bg_box_1_3.jpg') repeat-y; 
	border: solid 1px #dedede;
	float:left;
	margin-right:16px;
	margin-top:16px;
}

.box_1_3_top {
	width:300px;
	height:10px;
	background:url('uploads/images/bg_box_1_3_top.jpg') repeat-y; 
}
.box_1_3_top {
	width:300px;
	height:10px;
	background:url('uploads/images/bg_box_1_3_top.jpg') repeat-y; 
}

.box_1_3_content {
	width:280px;
	margin-left:10px;
	min-height:186px;
}

.box_1_3_headerpic {
	border:#dcdcdc solid 1px;
}

.box_1_3_spacer {
	width:280px;
	height:22px;
	background:url('uploads/images/bg_box_1_3_spacer.png') no-repeat;
}

.box_1_3_txt {
	width:260px;
	margin-left:10px;
	color:#919495;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
   height: 75px;
}

.box_1_3_txt a{
	color:#919495;
	text-decoration: none;	
}

.box_1_3_txt a:hover{
	color:#000;
	text-decoration: none;	
}

.box_1_3_bottom {
	width:300px;
	height:10px;
	background:url('uploads/images/bg_box_1_3_bottom.jpg') repeat-y;
}

.clear {
	clear:both;
	height:16px;
}
/* End of 'll_layout_boxes' */

