/* site css document for carlsbadbeachcottage.com*/



/* ----------------------------------------------------------------------------------------
The site.css document imports two files for the CarlsbadBeachCottage.com Vacation Rental site:

layout.css provides global setups and general page structure.

vacrentalpages.css provides styling for individual pages.  Hacks for IE6 are included within each sheet. 


Layout for CarlsbadBeachHouse.net site

web................: http://www.CarlsbadBeachCottage.com
filename...........: layout.css
version............: 1.0

copyright..........: (c) 2008 Bob Crum - All rights reserved

Contents
Global Setups
Page layout 
	pagewrapper
		header relatived positioned
			headerbox absoluted posoitioned
		horznav - not used in this design but blocked in
	contentwrap - with faux left column - relative positioned
		maincontent - fluid center high content for SEO in all except <= IE6 is fixed width.
		newscolumn - absoluted positioned right side
		vernav - absolute positioned left side
	footer
Clearing elements

Individual page styling for CarlsbadBeachCottage.com site

web................: http://www.carlsbadbeachcottage.com
filename...........: vacrentalpages.css
version............: 1.0

copyright..........: (c) 2008 Bob Crum - All rights reserved

Contents
Enlarged photo page setup
Photo Gallery 
Availability page - 
	Calendar styling
Rate page styling
	requestform inquiry page styling
	confirmsubmission page
Travel & Directions page
	Map page
In and About Carlsbad page with attractions
FAQ
Contact Us
Privacy Policy
Site Map

--------------------------------------------------------------------------------------*/


@import url(layout.css);
@import url(vacrentalpages.css);

