/*================================================================
LAYOUT stylesheet for the website.

Define layout and backgrounds for:
  - Body
  - Wrapper
  - Header
  - Sidebar
  - Content
  - Footer
  ( Navigation is defined in nav.css )
  
  ***  NO TYPOGRAPHY STYLES HERE PLEASE  ***
  
================================================================*/
@import url(global/base.css);
@import url(global/style.css);
@import url(global/thickbox.css);
/*
@import url(pages/realestate.css);
@import url(pages/articles.css);
@import url(pages/ajax_articles.css);
@import url(pages/realestate.css);
@import url(pages/tabs.css);
*/
@import url(pages/calendar.css);

@import url(pages/contact.css);


@import url(nav/vert_button.css);

/* BODY 
----------------------------------------------------------------*/
222div{border: 1px solid red}
body {
	background: transparent url(/images/back_body.png) repeat-x center top;
	margin: 0 auto;
	text-align: center;
	font: 76%/1.3em Arial, Helvetica, sans-serif; /* resets 1em to 10px */
	color: #666;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
	background: transparent url(/images/back_wrapper.png) no-repeat center top;
	width: 780px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
/* HEADER
----------------------------------------------------------------*/
#header {
	text-align: left;
	width: 100%;
}
#branding {
	background: transparent url(/images/back_branding.png) no-repeat bottom center;
	height: 250px;
	text-indent: -9000px;
	clear: both;
}

/* CONTENT
----------------------------------------------------------------*/
#content {
	text-align: left;

	
}

/* MAIN
----------------------------------------------------------------*/
#main {
  margin: 10px 30px 0 0;
  padding: 0;
  text-align: left;
  float: right;
  display: inline;
  width: 600px;
}

/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  float: left; /* Creates a left sidebar */
  width: 125px;
  margin: 1em 0 1em 0;
  display: inline;

}


/* FOOTER
----------------------------------------------------------------*/
#footer {
	background: transparent url(/images/back_footer.png) no-repeat center top;
	width: 100%; height: 100px;
	text-align: center;
	clear: both;
}
#copy {

}