#body{
	
	min-height:100%;
	
	position:relative;
	
}

#header{
	
	height:40px;
	
}

#nav{
	
	height:27px;
	
}

#footer{
	
	height:82px;
	
	position:relative;
	
	bottom:0px;
	
	background:#BDC2B4;
	
	width:100%;
	
}

#content{
	
	background:#FFF url(/img/bottombg.jpg) left bottom no-repeat;
	
	min-height:100px;
	
	position:relative;
	
	border-left:1px solid #BDC2B4;
	
	border-right:1px solid #BDC2B4;
	
}

#leftColumn{
	
	float:left;
	
	width:785px;
	
}

#left{
	
	width:250px;
	
	/*position:absolute;
	
	top:0;
	
	left:0;*/
	
	float:left;
	
	background:url(/img/left_shadow.jpg) left top no-repeat;
	
	position:relative;
	
	left:-22px;
	
	min-height:300px;
	
}

#center{
	
	/*margin:0 250px;*/
	
	border-left:1px solid #BDC2B4;
	
	border-right:1px solid #BDC2B4;
	
	width:530px;
	
	float:right;
	
	min-height:345px;
	
	background:url(/img/left_corner.gif) right top no-repeat;
	
}

#right{
	
	width:250px;
	
	/*position:absolute;
	
	top:0;
	
	right:0;*/
	
	float:right;
	
	background:url(/img/right_shadow.jpg) right top no-repeat;
	
	position:relative;
	
	right:-32px;
	
	min-height:300px;
	
}

#mainframe{
	
	/*padding-bottom:82px;*/
	padding-bottom:15 px;
	
	min-height:500px;
	
}

#logoBox{
	
	height:90px;
	
	position:relative;
	
}

#columns{
	
	border-top:4px solid #BDC2B4;
	
	/*min-height:500px;*/
	
}

.centeredLine{
	
	width:1040px;
	
	margin:0 auto;
	
}

#columnsBox{
	
	position:relative;
	
	border-left:1px solid #BDC2B4;
	
	border-right:1px solid #BDC2B4;
	
	/*min-height:500px;*/
	
}

#flash{
	
	background:url(/img/flashbg.jpg) left top repeat-x;
	
	text-align:center;
	
}
