/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins.css";


/* Site
-------------------------------------------------------------- */

html {
	margin-bottom:1px;
	height:100%;
}
body {
	background:#e9c68a;
}
#page {
	width:760px;
	margin:0 auto;
}
#header {
	height:140px;
	background:url(../images/header.png);
}
#header #logo {
	display:block;
	float:left;
	width:400px;
	height:100px;
	text-indent:-5000px;
	overflow:hidden;
}
#header ul#menu {
	list-style:none;
	text-align: right;
	position:relative;
	top:105px;
}
#header ul#menu li {
	display:inline;
	padding:10px 10px;
	letter-spacing: 0.1em;
}
#footer { 
	text-align:center; 
}
#footer #address {
	padding:10px 0 20px;
	height:20px;
	font-size:1.1em;
	color:#ac5c0e;
	background:url(../images/footer.png) no-repeat bottom #fdf5e5;
}
#footer #copyright {
	color:#ac5c0e;
	font-size:0.8em;
	padding-bottom:15px;
}
#content {
	background:#fdf5e5;
	overflow:hidden;
	width:100%;
}
#content #left {
	float:left;
	width:240px;
	padding:40px 40px 40px 0;
}
#content #right {
	float:left;
	width:440px;
	padding:40px 40px 40px 0;
}
#home-content {
	background:url(../images/home-feature.jpg) no-repeat;
	height:530px;
	overflow:hidden;
	text-indent: -5000px;
}
.divider {
	font-size:0.8em;
	padding:0 10px;
}
.caption { 
	font-size:0.8em;
	font-style: italic;
}