@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	margin:0px;
	padding:0px;
	background:#441f17 url('images/GreenEdge.gif') repeat-y;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#b19863;
}


#LeftEdge{
	width:260px;
}

#NameBanner {
	float:left;
	margin-top:127px;
	width:262px;
	height:70px;
	background-image:url(images/NameBanner.gif);
}

#AboutNav {
	float:left;
	margin:59px 0 0 79px;
	width:181px;
	height:34px;
}

#WorkNav {
	float:left;
	margin:9px 0 0 79px;
	width:181px;
	height:34px;
}

#ResumeNav {
	float:left;
	margin:9px 0 0 79px;
	width:181px;
	height:34px;
}

#ContactNav {
	float:left;
	margin:9px 0 0 79px;
	width:181px;
	height:34px;
}


#TopBar{
	background:url('images/TopBar.gif') repeat-x;
	margin-left:260px;
	height:34px;
}

#TopWood {
	background:url('images/TopWood.gif') repeat-x;
	margin-left:260px;
	margin-bottom:0px;
	height:33px;
}

#ContentHolder{
	background:url('images/ContentBG.gif') repeat-x;
	margin-left:260px;
	height:779px;
}

.Content{
	float:left;
	margin:-150px 0 0 55px;
	padding:0px;
	width:850px;
}

#tab {
	left:470px;
	position:absolute;
	top:226px;
}

#tab2 {
	left:840px;
	position:absolute;
	top:226px;
}

#BottomWood{
	background:url('images/BottomWood.gif') repeat-x;
	margin-left:260px;
	margin-top:50px;
	height:180px;
}

#BottomBar{
	background:url('images/BottomBar.gif') repeat-x;
	height:61px;
}


	h1,h2{font: 80% "Times New Roman", Times, serif;font-size:16px;}
	a{color:#c8a65e;text-decoration:none;outline:none;}
	a:hover{color:#bd9746;}
	.caption{position:relative;top:5px;left:1px;width:200px;}
	.demo{position:relative;margin-top:0;}
	.gallery_demo{width:200px;float:left;}
	.gallery_demo li{width:55px;height:70px;border:3px  solid #f3f0de;margin: 0 2px 2px 0;background:#eee; list-style:none;}
	.gallery_demo li.hover{border-color:#bd9746;}
	.gallery_demo li.active{border-style:solid;border-color:#c8a65e;}
	.gallery_demo li div{left:240px}
	.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}
	
	.galleria_container{margin:0 auto 60px auto;height:438px;width:700px;float:right;}
		
	.info{text-align:left;margin:30px 0;padding-top:30px;clear:both;}
	.info p{margin-top:1.6em;}
	

