/* Master Layout Stylesheet */
/* Anything on here will affect all of the site */

body{
 margin: 20px;
 padding:0;
}


#hdr{
	position: relative;
	height:105px;
	margin:0;
	color: #333333;
	width: 950px;   /* -- Use this for fixed width only -- */
	/* border-bottom-width: 1px; */
	/* border-bottom-style: solid; */
	/* border-bottom-color: #808080;  */
}


#lh-col{
	position: absolute;
	top: 148px;
	text-indent:0px;
	width: 200px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
}


#c-col{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	position: absolute;
	color: #333333;
	margin-right: 220px;
	margin-bottom: 20px;
	margin-left: 180px;
	z-index: 15;
	top: 148px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left:0px;
	width: 775px;
	left: 14px;
	bottom: -50px;
}

#c-col2{
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #808080;
	padding-left:20px;
	padding-top:20px;
	min-height:650px;
}
