#main {width:976px; margin:0 auto;}

/*======= Header with Panorama Picture =======*/
#header {
	height:510px;
    background:url(images/header-bg1.jpg) no-repeat;
}

/* AJ add menu to top */
#logo	{
    margin-left:450px;
	height:40px;
	float:right;
	padding-top:25px;
}

/*======= Header without Panorama Picture =======*/
#header2 {
   height:67px;
/*   background:url(images/menudivider.jpg) no-repeat left 65px; */
background:url(images/header-bg2.jpg) no-repeat;
}
#header, #content, #footer #minifaq { font-size:0.8125em;}

.col-1, .col-2, .col-3 { float:left;}

/*======= Single Wide Content Panel =======*/
#content-fullwidth #content .col-1 {width:280px; margin-right:9px;}

/*======= Three-Column Content Panel =======*/
#content-3-column #content .col-1 {width:280px; margin-right:9px;}
#content-3-column #content .col-2 {width:280px; margin-right:9px;}
#content-3-column #content .col-3 {width:280px;}

/*======= Two-Column Content Panel - Wide on Left, Narrow on Right =======*/
#content-wide-small  #content .col-1 {width:569px; margin-right:9px;}
#content-wide-small  #content .col-2 {width:280px;}

/*======= Two-Column Content Panel - Narrow on Left, Wide on Right =======*/
#content-small-wide .col-1 {width:280px; margin-right:9px;}
#content-small-wide .col-2 {width:569px;}

/*=========================*/

#footer {height:80px; font-size:.75em;}
#minifaq {height:780px; font-size:.65em;}

