
/* basic elements */
	

body {
	font: 10px verdana;
	text-align: center;
	margin: 0;
	background-color: #523b05;
	color:#000;

	}




td{
	font: 11px verdana; 

}


h1{
	font: 14px verdana; 
	font-weight:bold;
	padding:5px 0px 0px 14px;
	color: #434037; 
	margin:0px;
	
}

h1.myself{
	font: 14px verdana; 
	font-weight:bold;
	padding:5px 0px 10px 14px;
	color: #ffc925; 
	background-color:#523b05;
	margin:0px;
	
}

h1.built{
	font: 14px verdana; 
	font-weight:bold;
	padding:5px 0px 10px 14px;
	color: #000; 
	margin:0px;
	border-bottom:1px solid #dcdbd8;
	
}

h2.built{
	font: 14px verdana; 
	font-weight:bold;
	padding:5px 0px 10px 0px;
	color: #000; 
	margin:0px;

	
}

h2.plan{
	font: 14px verdana; 
	font-weight:bold;
	padding:5px 0px 0px 0px;
	color: #000; 
	margin:0px;

	
}

h2.product{
	font: 12px verdana; 
	font-weight:bold;
	padding:5px 0px 10px 0px;
	color: #000; 
	margin:0px;

	
}

h2{
	font: 12px verdana; 
	font-weight:bold;
	padding:15px 0px 0px 14px;
	color: #000; 
	margin:0px;

}

h2.viz{

	padding:15px 0px 0px 5px;


}
.tabs{
	width:960px;
	
	}

/* specific divs */
#container { 
	width:970px;
	margin-left: auto;
	margin-right: auto;
	background-color:#fff; 
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
	background: #fff;
	}

	
/* home */

#header1{
	height:60px;
	width:960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #434037;

	}
	

div.fix{
	position:relative; height: 270px;

}	
#header{
	height:270px;
	width:960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #434037;
z-index: 1;
  position: absolute;
  top:0px;
  left:5px


	}

div.lift{
z-index: 2;
position:absolute;
top:0px;
left:5px;


}



/* footer */

	#foot {
	height:30px;
	width:100%;
	color:#fff

	}
div.credit{
	color:#fff
}


	
#foot {
	background-color: #fff;
}





