#wrapper{
	width:960px;
}
.col_left{
	width:640px;
	height:auto !important;
	height:800px;
	min-height:800px;
	float:left;
	clear:left;
}
.col_right{
	width:290px;
	height:auto !important;
	height:800px;
	min-height:800px;
	float:right;
	clear:right;
}
.box_container{
	width:640px;
	height:auto !important;
	height:600px;
	min-height:600px;
	/*background:silver;*/
}
.box_sm_left{
	width:310px;
	height:auto !important;
	height:200px;
	min-height:200px;
	/* must be set height */
	float:left;
	margin:5px 5px 5px 0;
	/*background:silver;*/
}
.box_sm_right{
	width:310px;
	height:auto !important;
	height:200px;
	min-height:200px;
	/* must be set height */
	float:right;
	margin:5px 0 5px 5px;
	/*background:silver;*/
}
.box_lg{
	width:640px;
	height:auto !important;
	height:200px;
	min-height:200px;
	float:left;
	margin:5px 0 5px 0;
	/*background:silver;*/
}
.slider_holder{
	width:640px;
	height:300px;
	background:silver;
	border:1px solid white;
}
.sm_holder{
	width:290px;
	height:100px;
}
.pad5{
	padding:5px;
}

.frmTitle
{
	width:210px;
	float:left;
	margin-top:2px;
	font-weight:bold;
}

.formLine
{
	padding:4px;
	margin-left:10px;
}