#site_center {text-align:center;}
#main {width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1024)? "1024px" : "100%");}

#content { min-width:800px;}

#header {height:276px; min-width:800px;}

#left_side { width:379px; float:left; background:url(images/col1_bgd.jpg) no-repeat 9px -15px;}
#right_side { margin-left: 379px; margin-top: -26px;}



.col_1, .col_2, .col_3, .column1, .column2, .column3 { float:left;}

/*======= index.html =======*/
#page1 #content .row_1 .col_1 {width:67%;}
#page1 #content .row_1 .col_2 { width:32%;}


/*======= index-1.html =======*/
#page2 #content .row_1 .col_1 {width:100%;}

/*======= index-2.html =======*/
#page3 #content .row_1 .col_1 {width:100%;}

/*======= index-3.html =======*/
#page4 #content .row_1 .col_1 {width:100%;}

/*======= index-4.html =======*/
#page5 #content .row_1 .col_1 {width:100%;}

/*======= index-5.html =======*/
#page6 #content .row_1 .col_1 {width:100%;}

/* header links */
#header #header-links {
	position: absolute;
	top: 10px; right: 30px;	
	
	font-size: 10px;	
}
#header #header-links a {	
	color: #FFF;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #D4E59F;	
}
/* Menu */
#menu {
position: absolute;
	top: 40px; right: 35px; left: 390px;	
clear: both;	
	margin: 0 auto; padding: 0;
	background: url(menu.jpg) repeat-x 0 0;	
	font: bold 10.5px/37px Verdana, Arial, Tahoma, Sans-serif;
	height: 37px;
	width: 775px;	
}
#menu ul {
	float: left;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 5px;
	color: #ffffff;	
	text-decoration: none;
}
#menu ul li.last a {
	padding-right: 20px;	
}
#menu ul li a:hover {
	color: #ff3333;	
}
#menu ul li#current a {	
	color: #ff3333;
}


/*=========================*/


#footer {height:95px; background:url(images/footer_bgd.gif) left top repeat-x;}
