/* this CSS is set for a fixed width, centered site that has a
header,content,footer layout with footer tacked to the bottom of the page.
it has been tested in IE 5/6/7/8 and FF 2/3/3.5*/

/* mac hide\*/ 
/*html, body {height:100%} */
/* end hide */ 
body {
   padding:0px; 
   margin:0px; 
   text-align:left; /* for ie6 and under */ 
   min-width:900px;/* for mozilla*/ 
} 
#wrapper{ 
   min-height:100%; 
   width:780px; /* add 2px if borders are not used */ 
   border-left:0px solid #444444; 
   border-right:0px solid #444444; 
   text-align:left; 
   margin:0; 
   position:relative;
	/* this is the color for the content body as well unless you add elements that chage this */
   background-color:#ffffff;
/* The background image needs to be the same width as the #left div. The one I used is 138px X 9px */ 
} 
  
* html #wrapper{height:99.9%;} /*For ie as treats height as min-height anyway - also addreeses rounding bug at bottom of screen in IE*/ 
#heading{  
   background:#ffffff; 
   height:59px;
   width:100%;
   padding:5px;
   text-align:right;
	border-right:1px solid #336666;
} 
#logo{  
   background:#ffffff; 
   height:59px;
   text-align:center;
   font-weight:bold;
   padding:5px;
	
} 

* html #header{height:100px} 

#phone{ 
	text-align:center;
	height:10px;
	background:#336666;
	color:#ffffff;
	height:55px;
} 

#buffer{ 
	text-align:left;
	margin:0px;
	width:20px;
	background:#336666;
	color:#ffffff;
}

#menu{ 
	padding-right:0px;
	text-align:left;
	margin:0px;
} 

#content { 
	padding:20px;
	height:400px;
	position:relative;
	width:100%;
   border-right:1px solid #336666; 
} 

#pagecontent{
	position:relative;
	width:100%;
	padding:10px;
   /*float:right; */
}

#footer1 { 
	padding:2px;   
	background:#336666;
	color:#ffffff;
	text-align:center;
	border-right:0px solid #336666;
}

#footer2 { 
	padding:5px;   
	background:#ffffff;
	text-align:center; 
} 

div,p  {margin-top:0}/*clear top margin for mozilla*/ 



#clearfooter {width:100%;height:50px;clear:both} /* to clear footer */
* html #footer {/*only ie gets this style*/ 
   \height:32px;/* for ie5 */ 
   he\ight:32px;/* for ie6 */ 
   margin-bottom:-1px; 
} 