@charset "utf-8";
/*----------basic styling----------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:85%;
	text-align: center;
	background-color: #C96;
	color: #FFF;
}
#wrapper {
	width: 960px;
	text-align: center;
	background-image: none;
	clear: both;
	position: relative;
	min-height: 100%;
	margin: 0 auto 0;
	background: #996533 url(images/background.jpg) repeat-y center center;
	border: 1px solid #630;
}
#footer {
	border-top-color: #630;
	border-right-color: #630;
	border-bottom-color: #630;
	border-left-color: #630;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 25px;
	font-size: .85em;
	background: #996533;
}

/*---------- Image Gallery----------------*/

.imageGallery
{
	margin: 0;
	padding: 0;
	width: 960px;
	height: 720px;
	text-align: center;
}



/*---------- Image Gallery----------------*/

#picture_left {
	width: 200px;
	float: left;
	margin-left: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#woodgrain_left_index {
	background: url(images/woodgrain_index.jpg) no-repeat top center;
	float: left;
	height: 100%;
	width: 66px;
}

#woodgrain_left_construction {
	background: url(images/woodgrain_construction.jpg) no-repeat top center;
	float: left;
	width: 66px;
}
#woodgrain_left_design {
	background: url(images/woodgrain_design.jpg) no-repeat top center;
	float: left;
	height: 100%;
	width: 66px;
}
#woodgrain_left_images {
	background: url(images/woodgrain_images.jpg) no-repeat top center;
	float: left;
	height: 100%;
	width: 66px;
}

/* Shared by What We Do */
#woodgrain_left_whatsnew {
	background: url(images/woodgrain_whatsNew.jpg) no-repeat top center;
	float: left;
	height: 100%;
	width: 66px;
}
#woodgrain_left_contact {
	background: url(images/woodgrain_contact.jpg) no-repeat top center;
	float: left;
	height: 100%;
	width: 66px;
}

#header {
	text-align: center;
	width: 960px;
	height: 415px;
	background-color: #996533;
}

#content1 {
	width: 960px;
	padding-bottom: 45px;
	background: url(images/sketchBG.jpg) no-repeat right bottom;
	overflow: hidden;
	/* background-color: #996533; */
}
#sketchBG {
	float: right;
	overflow: hidden;
	z-index: -1;
}


/*---------- text styling----------------*/

#text 
{
	margin: 30px 15px 0 0;
	padding: 10px;
	width: 600px;
	min-height: 244px;
	#height: 244px;
	#height: auto !important;
	float: left;
	text-align: left;
	background-color: #663300;
}

#text h1 
{
	color: #F9F5B5;
	text-align: left;
	font: bold 18px Arial, san-serif;
	clear: both;
}

#text h2
{
	color: #F9F5B5;
	text-align: left;
	font: bold 14px Arial, san-serif;
	clear: both;
}

#text h3
{
	color: #F9F5B5;
	text-align: left;
	font: bold 12px Arial, san-serif;
	clear: both;
}


p
{
	margin: 0 0 10px 0;
	padding: 0;
	font: normal 12px Arial, san-serif;
	clear: both;
}

.bold
{
	font-weight: bold;
}

a,
a:link,
a:visited 
{
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

a:hover 
{
	color: #E49552;
	font-weight: bold;
}

a img
{
	padding-top: 5px;
	border: none;	
}

#text ul
{
	margin: 0 0 10px 15px;
	padding: 0;
	font: normal 12px Arial, san-serif;	
}

#text ul li
{
	list-style: round;
}


#text .floatLeft
{
	margin: 0 0 10px 0;
	padding: 0;
	font: normal 12px Arial, san-serif;	
	float: left;
	width: 50%;
}

.border
{
	border: 1px solid #653300;	
}

.absoluteWhatDo
{
	position: relative;
	left: 300px;
	top: -7px;
	width: 200px;
}