body {
	background-color: #93AE63;
	font-family: Times, "Times New Roman", serif;
	padding: 0;
	margin: 0;
	}
img {
	border: 0;
	}
#container {
	width: 900px;
	margin: 0 auto;
	}
.float_left {
	float: left;
	}
	
/* HEADER */
#header {
	width: 900px;
	height: 96px;
	text-align: center;
	float: left;
	}
#header h1 {
	margin: 35px 0 0 0;
	padding: 0;
	}
#nav {
	width: 900px;
	height: 27px;
	background-image: url(../../assets/images/nav_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 16px;
	float: left;
	}
#nav img {
	margin: 0 8px;
	}
	
/* HOME LAYOUT */
#home_main {
	width: 840px;
	background-color: #FFFBE8;
	padding: 30px;
	float: left;
	}
#home_main #hero {
	width: 823px;
	border: #93AE63 solid 1px;
	padding: 15px 0 15px 15px;
	float: left;
	}
#home_main #hero img {
	margin-left: 20px;
	float: left;
	display: inline; /* IE6 */
	}
#home_main #hero #statement {
	color: #4F3B1E;
	width: 340px;
	font-size: 14px;
	line-height: 1.4em;
	margin-left: 20px;
	float: left;
	display: inline; /* IE6 */
	}
#home_main #hero #statement a {
	color: #4F3B1E;
	text-decoration: underline;
	}
#home_main #hero #statement a:hover {
	text-decoration: none;
	}
#home_main #hero #statement h3 {
	color: #4F3B1E;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	margin: 35px 0 10px 0;
	padding: 0;
	}
#home_sections {
	width: 900px;
	background-color: #6D562C;
	border-bottom: #495731 solid 1px;
	padding: 30px 0;
	float: left;
	}
#home_sections img {
	margin-left: 30px;
	float: left;
	display: inline; /* IE6 */
	}

/* INTERIOR LAYOUTS */
#main {
	width: 840px;
	background-color: #FFFBE8;
	padding: 0 30px 30px 30px;
	float: left;
	}
#main #title {
	width: 840px;
	height: 64px;
	float: left;
	}
#main #title h2 {
	margin: 10px 0 0 0;
	padding: 0;
	}
	#main #title h2 span{
		font-size:16px;
		float:left;
		line-height:59px;
		padding-left:20px;
		}
		#main #title h2 span.first{
			padding-left:0px;
			}
		#main #title h2 span a{
			color:#93ae63;
			text-decoration: none;
			font-weight:normal;
			}
		#main #title h2 span a.onit{
			text-decoration: underline;
			}
			
	#main #title img.about_title{
		float:left;
		}
#main #content {
	width: 808px;
	border: #93AE63 solid 1px;
	padding: 15px;
	float: left;
	}
.border_bottom {
	border-bottom: #495731 solid 1px;
	}
	
/* PAGE - ABOUT */
#about_overview {
	color: #4F3B1E;
	width: 260px;
	font-size: 14px;
	line-height: 1.4em;
	margin: 0 30px 15px 15px;
	float: left;
	display: inline; /* IE6 */
	}
#about_overview p {
	margin: 15px 0 0 0;
	padding: 0;
	}
#about_overview p.intro {
	font-size: 18px;
	line-height: 1.3em;
	margin: 26px 0 0 0;
	padding: 0;
	}
#about_photo {
	float: left;
	}
#staff {
	width: 855px;
	background-color: #6D562C;
	border-bottom: #495731 solid 1px;
	padding: 15px 30px 15px 15px;
	float: left;
	}
.staff {
	width: 855px;
	margin-bottom: 15px;
	float: left;
	}
.staff img {
	float: left;
	}
.staff .profile {
	color: #93AE63;
	width: 545px;
	background-color: #FFFBE8;
	font-size: 14px;
	line-height: 1.4em;
	margin: 14px 0 0 20px;
	border-top: #9A988C solid 1px;
	padding: 30px;
	float: left;
	display: inline; /* IE6 */
	}
.staff .profile p {
	margin: 20px 0 0 0;
	padding: 0;
	}
.staff .profile h4 {
	color: #4F3B1E;
	font-size: 21px;
	font-style: italic;
	font-weight: 200;
	margin: 0;
	padding: 0;
	}
.staff .profile h4 span {
	font-size: 14px;
	font-style: normal;
	}
	
/* PAGE - PORTFOLIO */
#main #gallery {
	width: 728px;
	border: #93AE63 solid 1px;
	padding: 40px 55px;
	float: left;
	}
.gallery_item {
	width: 180px;
	margin: 0 1px;
	float: left;
	display: inline; /* IE6 */
	}
.gallery_item .thumb_mid {
	width: 180px;
	background-image: url(../../assets/images/portfolio_thumb_mid.gif);
	text-align: center;
	float: left;
	}
.gallery_item .thumb_mid .thumbnail {
	width: 140px;
	height: 111px;
	background-color: #999;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 20px;
	float: left;
	display: inline; /* IE6 */
	}
.gallery_item .thumb_title {
	color: #93AE63;
	width: 150px;
	height: 50px;
	font-size: 14px;
	line-height: 1.4em;
	margin: 0 15px;
	float: left;
	}
.gallery_item .thumb_title a {
	color: #93AE63;
	text-decoration: none;
	}
.gallery_item .thumb_title a:hover {
	color: #495731
	}
.gallery_item .thumb_title img {
	margin-left: 5px;
	float: right;
	display: inline; /* IE6 */
	}
.gallery_item .lightbox_items {
	display: none;
	}

/* PAGE - STUDIO */
#studio_overview {
	color: #4F3B1E;
	width: 385px;
	font-size: 14px;
	line-height: 1.4em;
	margin: 15px 0 0 20px;
	float: left;
	display: inline; /* IE6 */
	}
#studio_overview h3 {
	color: #93AE63;
	font-size: 26px;
	font-weight: 200;
	margin: 0;
	padding: 0;
	}
#studio_photo {
	width: 385px;
	float: left;
	}
#studio_photo #main_mid {
	width: 385px;
	background-image: url(../../assets/images/studio_main_mid.gif);
	text-align: center;
	float: left;
	}
#studio_photo #main_mid #main_photo {
	width: 335px;
	height: 246px;
	background-color: #999;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 25px;
	float: left;
	display: inline; /* IE6 */
	}
#studio_thumbs {
	width: 808px;
	float: left;
	}
.studio_thumb_item {
	width: 161px;
	float: left;
	}
.studio_thumb_item .thumb_mid {
	width: 161px;
	background-image: url(../../assets/images/studio_thumb_mid.gif);
	text-align: center;
	float: left;
	}
.studio_thumb_item .thumb_mid .thumbnail {
	width: 121px;
	height: 88px;
	background-color: #999;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 20px;
	float: left;
	display: inline; /* IE6 */
	}
#view_images {
	color: #624C24;
	font-size: 13px;
	margin: 10px 15px;
	float: left;
	display: inline; /* IE6 */
	}
#view_images a {
	color: #93AE63;
	font-style: italic;
	text-decoration: none;
	}
#view_images a:hover {
	color: #495731
	}
#lightbox_items {
	display: none;
	}

/* PAGE - ANITA'S DESK */
#blog_photo {
	width: 230px;
	float: left;
	}
#blog_photo #links {
	color: #4F3B1E;
	width: 200px;
	font-size: 14px;
	line-height: 1.5em;
	margin: 15px;
	}
#blog_photo #links a {
	color: #4F3B1E;
	text-decoration: underline;
	}
#blog_photo #links a:hover {
	text-decoration: none;
	}
#blog {
	color: #4F3B1E;
	width: 540px;
	font-size: 14px;
	line-height: 1.4em;
	margin-left: 15px;
	float: left;
	}
#blog h3 {
	color: #93AE63;
	font-size: 24px;
	margin: 15px 0 20px 0;
	padding: 0;
	}
#blog h3 a {
	color: #93AE63;
	text-decoration: none;
	}
#blog h3 a:hover {
	color: #778D51;
	}
#blog .line {
	margin: 20px 0;
	}
#blog p * {
	vertical-align: middle;
	}
#blog p a {
	color: #93AE63;
	text-decoration: none;
	}
#blog p a:hover {
	color: #495731
	}
#blog p span {
	color: #93AE63;
	font-size: 24px;
	font-weight: bold;
	margin: 15px 0 20px 0;
	padding: 0;
	}

/* PAGE - NEWSLETTER */
#newsletter_form {
	color: #4F3B1E;
	width: 260px;
	font-size: 14px;
	line-height: 1.4em;
	margin: 5px 30px 0 15px;
	float: left;
	display: inline; /* IE6 */
	}
#newsletter_form input {
	color: #666;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	padding: 5px;
	margin: 5px 0 15px 0;
	}
#newsletter_form #subscribe {
	font-weight: bold;
	margin-bottom: 5px;
	}

/* PAGE - CONTACT */
a.contact_map {
	float: left;
	}
#contact {
	height: 265px;
	width: 293px;
	padding: 80px 0 0 15px;
	color: #4F3B1E;
	text-align: center;
	float: left;
	}
#contact h3 {
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	}
#contact h4 {
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	}
#contact p {
	font-size: 14px;
	padding-top: 20px;
	line-height: 20px;
	}
#contact p a {
	color: #4F3B1E;
	text-decoration: none;
	}
#contact p a:hover {
	text-decoration: underline;
	}
#contact p b {
	font-size: 12px;
	padding-right: 10px;
	color: #748C42;
	}


/* FOOTER */
#footer {
	color: #495731;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px 0;
	float: left;
	}
#footer #copyright {
	width: 450px;
	float: left;
	}
	
