@charset "UTF-8";
body {
	font: 11px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 10px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #66523D;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 138px;
	border-left: 1px solid #3B231E;
	border-top: 1px solid #3B231E;
	border-right: 1px solid #3B231E;
}
.oneColFixCtrHdr #header #name {
	margin: 105px 0 0 35px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 1px solid #3B231E;
	border-right: 1px solid #3B231E;
	border-bottom: 1px solid #3B231E;
}
.oneColFixCtrHdr .home {
	background: url(../images/bkgArtHome.gif) right no-repeat;
	height: 391px;
}
.oneColFixCtrHdr .aboutBkg {
	background-image: url(../images/bkgArtAbout.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	height: 400px;
}
.oneColFixCtrHdr .services {
	background: url(../images/bkgArtServices.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	height: 400px;
}
.oneColFixCtrHdr .contact {
	background: url(../images/bkgArtContact.gif) right bottom no-repeat;
	height: 400px;
}
.oneColFixCtrHdr .portfolio {
	background: url(../images/bkgArtPortfolio.gif) right bottom no-repeat;
	height: 680px;
}
.oneColFixCtrHdr #mainContent p {
	font: 11px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	color: #664928;
}
.oneColFixCtrHdr #mainContent #lantern {
	margin: 0;
	padding: 0 0 0 92px;
	width: 57px;
	float: left;
}
.oneColFixCtrHdr #mainContent #navContainer {
	margin: 0;
	padding: 0 0 0 130px;
	float:left;
	
}
/* this ties the body id of each page with the "you are here effect" */
body#services #navContainer a#menu-services, body#portfolio #navContainer a#menu-portfolio, body#about #navContainer a#menu-about, body#contact #navContainer a#menu-contact, body#inspiration #navContainer a#menu-inspiration, body#blog #navContainer a#menu-blog
	{
	font-weight: bold;
	color: #67523D;
}
.oneColFixCtrHdr #mainContent #navContainer ul.nav { margin:10px 0; padding:0; text-align:center;}
.oneColFixCtrHdr #mainContent #navContainer ul.nav li
{
	display: block;
	margin: 0 4px;
	padding: 0;
	list-style: none;
	float:left;
	
}
.oneColFixCtrHdr #mainContent #navContainer ul.nav li a
{
	margin:0;
	padding: 0;
	font: 11px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	color: #83858A;
	text-decoration:none;
}
.oneColFixCtrHdr #mainContent #navContainer ul.nav li a:hover
{
	font-weight: bold;
	color: #67523D;
}

/* START HOME STYLES */
.oneColFixCtrHdr #mainContent #welcome {
	margin: 40px 0 0 0;
	padding: 0 0 0 98px;
}
.oneColFixCtrHdr #mainContent #homeText {
	margin: 31px 0 0 131px;
	width: 480px;
}
/* END HOME STYLES */
/* START ABOUT STYLES */
.oneColFixCtrHdr #mainContent #differentText {
	margin: 10px 0 0 0;
	padding: 0 0 0 36px;
}
.oneColFixCtrHdr #mainContent #aboutText {
	margin: 10px 0 0 36px;
	width: 700px;
}
.oneColFixCtrHdr #mainContent #aboutText p {
	line-height: 18px;
	font-size: 10px;
	margin:0 0 8px 0;
}
.oneColFixCtrHdr #mainContent #aboutText #leftSide {
	margin:0 0 0 15px; padding-right: 10px;
	width: 315px;
	border-right: solid 1px #CDCECF;
	float:left;
}
.oneColFixCtrHdr #mainContent #aboutText #leftSide p {
	margin-bottom: 12px;
}
.oneColFixCtrHdr #mainContent #aboutText #leftSide p img {
	margin-left: -2px;
}
.oneColFixCtrHdr #mainContent #aboutText #rightSide { float:left; padding-left: 20px; padding-right: 25px; width: 300px; }
.oneColFixCtrHdr #mainContent #aboutText #leftSide img{ margin:0 4px 0 0;}

/* END ABOUT STYLES */
/* START SERVICE STYLES */
.oneColFixCtrHdr #mainContent #serviceTextImg {
	margin: 28px 0 0 0;
	padding: 0 0 0 160px;
}
.oneColFixCtrHdr #mainContent #serviceText {
	margin: 23px 0 0 0;
	padding: 0 0 0 246px;
	width: 340px;
}
.oneColFixCtrHdr #mainContent #serviceText p {
	margin: 0;
	padding: 0;
	line-height: 18px;
}

.oneColFixCtrHdr #mainContent #serviceTextBullets { margin-top: 90px; padding-left: 160px; width: 550px;}
.oneColFixCtrHdr #mainContent #serviceTextBullets .bullets {
	margin-right: 30px;
	float:left;
	font: 11px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	float:left;
	color:#3B231E;
	line-height: 20px;
}
.oneColFixCtrHdr #mainContent #serviceTextBullets ul {
	font: 11px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	float:left;
	color:#664928;
	line-height: 18px;
}
/* END SERVICE STYLES */
/* START CONTACT STYLES */
.oneColFixCtrHdr #mainContent #contactTextImg {
	margin: 46px 0 0 0;
	padding: 0 0 0 121px;
}
.oneColFixCtrHdr #mainContent #contactText p {
	margin: 10px 0 0 0;
	padding: 0 0 0 167px;
	
}
.oneColFixCtrHdr #mainContent #contactInfoLeft {
	margin: 35px 0 0 0;
	padding: 0 0 0 167px;
	float:left;
}

.oneColFixCtrHdr #mainContent #contactInfoRight {
	margin: 35px 0 0 0;
	padding: 0;
	float:left;
}
.oneColFixCtrHdr #mainContent #contactInfoLeft p {
	margin: 0 0 11px 0;
	padding: 0;
	line-height: 19px;
}
.oneColFixCtrHdr #mainContent #contactInfoLeft a {
	text-decoration:none;
	font: 11px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	color: #664928;
	margin: 0;
}
/* END CONTACT STYLES */
/* START PORTFOLIO STYLES */
.oneColFixCtrHdr #mainContent #portfolioWrapper {
	margin:0 0 15px 0;
	padding-left: 170px;
	
}

/* END PORTFOLIO STYLES */

.oneColFixCtrHdr #mainContent h1 { margin:0; }
.oneColFixCtrHdr #footer {
	padding: 5px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}
.oneColFixCtrHdr #footer p {
	font: 10px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	color: #3B231E;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clearFloat {clear:both; line-height: 1px; font-size: 1px;}