﻿#site_center {text-align:center;}
#main {width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1024)? "1024px" : "100%");}
#container {
	margin: 0 auto;
	width: 980px;
	text-align: left;
	position: relative;
}

#content { min-width:645px;}

#header {height:276px; min-width:645px;}

#left_side { width:379px; float:left; background:url("site/images/col1_bgd.jpg") no-repeat 9px 47px;}
#right_side { margin-left:379px;}

.col_1, .col_2, .col_3, .column1, .column2, .column3 { float:left;}

#footer {height:95px; background:url("site/images/footer_bgd.gif") left top repeat-x;}

