/*
Major Screen Layout
<HEADER>
<SPLASH>
<2 col BODY>
<FOOTER> 
*/
body{text-align:center;}

#footer{clear:both;}

#main {
	margin:auto;text-align:left;
	width:750px;
}

div.container{position:relative;}

div.container{_position:static;} /* for IE < 7 */

#rightside div.container, #leftside div.container {position:static;} 

#rightside {
	width:100%;
	float:right;
	margin-left:-25em;/* IE: preserve layout at narrow widths */
}

#leftside {
	width:100%;
	float:left;
	margin-right:-25em;/* IE: preserve layout at narrow widths */
}

div.left {
	float:left;
  width: 270px;
}

div.right {
	float:right;
    width: 270px;
}

#rightside div.container {
    margin-left: 290px;
    *margin-left: 290px;
    float:none;
    width:auto;
}

#leftside div.container {
    margin-right: 290px;
    *margin-right: 290px;
    float:none;
    width:auto;
}

#body:after {content:".";display:block;height:0;clear:both;visibility:hidden;}

#body {zoom:1;}

/*
Minor Container Layouts
*/
#header #menu {
	float: right;
	margin-top: 60px;
	width: auto;
}

#header #logo {
	width: 194px;
	height: 78px;
	margin-bottom: 15px
}

#call {
  text-align: center;
  font-size: 14px;  
}