/* CSS Document */


html{ height: 100%;
	}

body {
	background: #524c16 url(../images/final-wood.jpg);
  	padding: 0px;
	margin: 0px;
    height:100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
    min-height:100%; /* when FF/etc automatically size the body/html it should be AT LEAST the height of the entire browser window, but can expand based on content. */
}


#fullheightcontainer {
  position: relative; /*** Let's be nice to IE ***/
  width: 1250px; /*** Content Width ***/
  display: table; /*** For non-IE browsers ***/
  height: 100%;
	min-height: 100%;
  }

#container {
	position: relative;
  background: url(../images/bkgd.jpg) repeat-y top left;
   display: table; /*** For non-IE browsers ***/	
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	width: 1200px;
	
	}
	
#header {
position: relative;
	background: url(../images/header.jpg) no-repeat top left;
	height: 270px;
	width: 1200px;
	}
	
#more {
	position: absolute;
	background: url(../images/more.png) no-repeat right;
	height: 900px;
	width: 200px;
	left: 780px;
	top: 350px;
}

#more2 {
	position: absolute;
	background: url(../images/email.png) no-repeat right;
	height: 600px;
	width: 200px;
	left: 780px;
	top: 350px;
}

.aboutme {
	background: url(../images/about-headers.png) no-repeat top left;
	width: 500px;
	height: 120px;
	display: block;
	margin-left: 30px;
	margin-bottom: -24px;
	margin-top: -20px;
}

.aboutme span{
	margin-left: -800px;
	}
	

.webdesign {
	background: url(../images/web.png) no-repeat top left;
	width: 500px;
	height: 120px;
	display: block;
	margin-left: 30px;
	margin-bottom: -24px;
	margin-top: -20px;
}

.webdesign span{
	margin-left: -800px;
	}
	

	
.graphicdesign {
	background: url(../images/graphic.png) no-repeat top left;
	width: 500px;
	height: 120px;
	display: block;
	margin-left: 170px;
	margin-bottom: -24px;
	margin-top: 14px;
}

.graphicdesign span{
	margin-left: -800px;
	}
	
	
.myart {
	background: url(../images/myart.png) no-repeat top left;
	width: 500px;
	height: 120px;
	display: block;
	margin-left: 30px;
	margin-bottom: -24px;
	margin-top: 14px;
}

.myart span{
	margin-left: -800px;
	}


#gallery {
	position: relative;
	background: url(../images/gallerybkgd.png) no-repeat top left;
	margin: 12px 0 0 30px;
	padding: 2px;
	width: 725px;
	height: 425px;
	text-align: center;
	}
	

#gallerymid {
	position: relative;
	margin-top: 28px;
	margin-left:28px;
	margin-right: auto;
	padding: 10px;
	width: 662px;
	}
* html #gallerymid {
	display: block;
	 margin-top: 28px;
	 margin-left: 28px;
	
	}	

#gallery2 {
	position: relative;
	background: url(../images/gallerybkgd2.png) no-repeat top left;
	margin: 12px 0 0 30px;
	padding: 2px;
	width: 725px;
	height: 425px;
	text-align: center;
	}
	

#gallerymid2 {
	position: relative;
	margin-top: 28px;
	margin-left:28px;
	margin-right: auto;
	padding: 10px;
	width: 662px;
	}
* html #gallerymid2 {
	display: block;
	 margin-top: 28px;
	 margin-left: 28px;
	
	}	
	

#gallery3 {
	position: relative;
	background: url(../images/gallerybkgd3.png) no-repeat top left;
	margin: 12px 0 0 30px;
	padding: 2px;
	width: 725px;
	height: 425px;
	text-align: center;
	}
	

#gallerymid3 {
	position: relative;
	margin-top: 28px;
	margin-left:28px;
	margin-right: auto;
	padding: 10px;
	width: 662px;
	}
* html #gallerymid3 {
	display: block;
	 margin-top: 28px;
	 margin-left: 28px;
	
	}	


/* CSS for thumbnails  */
.thumbnail 
{
position: relative;
float: left;
width: 200px;
height: 100px;
border: 1px solid #999;
margin: 0 8px 8px 0;
padding: 4px;

}

.thumbnail a
{
z-index: 1;
position: relative;
width: 200px;
height: 100px;
}

.clearboth { clear: both; }


#footer {
position: relative;
	background: url(../images/footer.jpg) no-repeat top left;
	height: 217px;
	width: 1200px;
	}

#aboutfooter {
position: relative;
	height: 35px;
	width: 1200px;
	}
	
	
#portfolio {
	background: url(../images/portfolio.png);
	position:absolute;
	top: 130px;
	left: 640px;
	height: 154px;
	width: 304px;
	}
	
#art {
	background: url(../images/art.png);
	position:absolute;
	top: 260px;
	left: 720px;
	height: 41px;
	width: 169px;
	}
	
	
#about {
position: absolute;
top: 0;
left: 0;
margin: 0 0 0 -2px;
padding: 0;
}

#aboutbtn {
position: absolute;
z-index: 10;
top: auto;
left: auto;
width: 49px; 
height: 263px;
}	

h3.section {
	margin-top: 1em;
}
#horizontal_slide {
float: left;
	background: url(../images/aboutbox.png) no-repeat top left;
	color: #8A7575;
	padding: 10px;
	margin: 0;
	font-weight: bold;
	width: 450px;
	height: 650px;
	z-index: 20;
	
}
#abouttextbox {
	width: 350px;
	height: auto;
	border-right: 1px solid #333333;
	}
	
.abouttext{
padding-left: 10px;
padding-right: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .8em;
line-height: 1.4em;
color:#511818;
text-align: left;
}

#eForm {
float: right;
margin-left: 5px;
padding: 0;
width: 300px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .8em;
line-height: 1.8em;
color:#511818;
text-align: left;
}

div.marginbottom {
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin-bottom: 10px;
}
