﻿/* Because of the absolute positioning used to position the HeaderlessEdit links, your page layout css  
should make much use of the position:relative tag. Position:absolute will be looking for the 
nearest container with a specified position attribute to base it's position off of. */
#wrapper{
	width:960px;
	text-align:center;
	margin:0 auto;
   background: #fff url(../images/bg.gif) repeat-x;
   position:relative;
}
#container{padding-top:10px;}
#column1{float:left;position:relative;width:260px;text-align:center;}
#column2{float:left;position:relative;width:600px;padding-left:5px;padding-right:45px;text-align:left;}
#banner{margin-top:5px;position:relative;padding:0px;}

.RightPane{text-align:left;width:100%;padding:25px 10px 0 0;}

.ContentPane{
	width:100%;
	min-height:300px;
	height:100%;
	padding:0px 10px 50px 0;
}

.PromoPane{float:right;}
.FooterPane{clear:both;position:relative;text-align:center;font:10px/12px Arial, Helvetica, sans-serif;color:#000;padding-bottom:12px;}
.LogoPane{position:relative;margin-left:0px;margin-left:40px;margin-top:75px;}
.TopPane{margin-top:10px;}

/* This will make the admin controls take over the content area on pages in the admin section */
/* Please don't delete this unless you know what you're doing */
#admin .LeftPane{display:none;}
#admin .RightPane{display:none;}
#admin .ContentPane{width:800px;}

