@charset "utf-8";
/* CSS Document */
/* main.css */
/* Primary Layout and Page Styles */
/* Project: Annie's Bed and Breakfast Web site */
/* Date: October 2009 */
/* Notes: Created by Prototaph Interactive */

/* Zeroing CSS START */
	
	* { margin:0; padding:0; }
		
	h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address { margin: 0.5em 0; }
		
	li,dd {	margin-left:1em; }
		
	fieldset { padding:.5em; }
		
	body { font-size:76%; line-height:1.3; }

/* Zeroing CSS END */

/* Page Layout Elements START */

	body { text-align:center; }
	
	#annies_pagecontainer { width:960px; margin:0 auto; text-align:left;  position:relative; }
	
	#annies_contentcontainer { position:absolute; left:0; top:0; z-index:1; }
	
	#annies_background_header_cap { position:absolute; width:960px; height:11px; left:0; top:3px; overflow:hidden; }
	
	#pre_background_header { position:absolute; width:960px; height:249px; left:0; top:14px; overflow:hidden; background-image:url(../images/background_tile_vertical_shadow.png); background-repeat:repeat-y; z-index:1; font-size:.1em; z-index:1; }
	
	#pre_maincontent { position:absolute; width:960px; left:0; top:263px;  margin:0; padding:0; } /* Encloses page content, footer cap and footer */
	
	#pre_pagecontent { min-height:500px; background-image:url(../images/background_tile_vertical_shadow.png); background-repeat:repeat-y; padding-left:396px; padding-right:51px; padding-bottom:8px; padding-top:36px; z-index:2; }
	
	#pre_background_footer_cap { width:960px; height:12px; margin:-1px 0 0 0; padding:0; clear:both; }
	
	#pre_footer { text-align:center; margin:12px 0; }
	
	#pre_subfooter { width:100%; clear:both; text-align:center; }
	
	#pre_contenttopper { width:100%; clear:both; }

	#pre_logo { position:absolute; width:383px; height:281px; left:0px; top:0px; overflow:hidden; z-index:2; }
	
	#pre_tagline { position:absolute; width:577px; height:281px; left:383px; top:0px; overflow:hidden; z-index:2; background-image:url(../images/header_annies_lincoln_park_bed_and_breakfast.jpg); }
	
	#pre_mainmenu { position:absolute; width:100%; left:0px; top:238px; z-index:2; }

	#pre_mainsidebar { position:absolute; width:168px; min-height:400px; left:135px; top:40px; z-index:2;  }
	
	#pre_watermark { position:absolute; width:35px; height:277px; left:197px; top:50px; z-index:1; background-image:url(../images/page_watermark.jpg); background-repeat:no-repeat; font-size:.1em; }

	.clearmargins { margin:-1px 0; padding:0; clear:both; font-size:1px; overflow:hidden; position:relative; top:-1px; } /* Used to prevent unwanted margin spacing between layout divs */

	.sidebarbutton { width:168px; height:74px; margin:0 0 22px 0; }


/* Page Layout Elements END */
