@charset "utf-8";
/* Majaluk CSS Layout Frame */
/*============================= Import ===========================*/
@import "reset.css";
@import "styles.css";
@import "../SpryAssets/SpryTabbedPanels.css";
/*============================= main ===========================*/
.main {
	width:940px; 
	margin:0 auto; 
	text-align:left;}
#header {
	background: url(../images/global/header.png) no-repeat;
	width: 940px;
	height:90px; 
}
#cse-search-box {
	float: right;
	width: 500px;
	margin-top: 50px;
	margin-right: 10px;
	text-align: right;
}

#navigation {
	background-image: url(../images/global/navBg.png);
	background-repeat: repeat-x;
	height:34px;
}

#topAd {padding: 0px; margin-top: 5px; text-align: center;}

#footer { 
	height: 82px; 
	padding: 20px;
}


.column-1, .column-2, .column-3, .col-1, .col-2, .col-3, .col-4 {float:left;}
.container {width:100%; overflow:hidden;}
.container2 {width:100%; overflow: hidden;}
.container3 {width:100%; overflow: hidden;}
.container4 {width:100%; overflow: hidden;}

/*============================= page1 ===========================*/