body {
	background-color:#768956;
	color:#000000;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 717px;
}
a{
	font-size:12px;
}
p{
	margin: 0px 15px 10px 5px;;
	text-indent: 5%;
	font-size: 14;
	
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(../images/header.jpg);
	width:717px;
	height:288px;
	position:relative;
}
#header ul{
	background-color:#85a157;
	width:711px;
	border: 3px solid #FFFFFF;
	display:block;
	top:255px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}
#header ul a:hover{
	text-decoration:underline;
	color:#28556b;
}
#logo_w1,#logo_w2 {
	font-size: 24px;
	font-style:italic;
	color:#FFFFFF;
	position:absolute;
}
#logo_w1{
	top:15px;
	left:70px;
}
#logo_w2{
	top:44px;
	left:94px;
}
#header_text {
	top:90px;
	left:43px;
	width:230px;
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
#content {
/*	background-image:url(images/content_bg.gif); 
	background-image:url(images/bg_tank.png);				*/
	
	background-image:url(../images/bg_tank.jpg);
	width: 711px;
	height: auto;	
	border-left: #FFF 3px solid;
	border-right: #FFF 3px solid;

	background-repeat: no-repeat;
	background-color: #DEE1CC; 

}

img{
	border-width:0px;
}

h1{
	color: #336600;
	font-size:16px;
	margin: 20px 0px 20px 0px;
	
	
}

h2{
	color:#85a157;
	font-size:14px;
	text-align:center;
	width:200px;
	margin: 10px 0px 15px 0px;
}
#left {
	float:left;
	width:715px;
	margin-left:15px;
	padding: 0px 10px 30px 0px;
	display:inline;
}


#left a{color:#28556b;}
#left a:hover{color:#c77e0c;}

#photos a{
  	margin:5px;
  	border:1px solid #a6bf79;
	background-color: #E4E4CB;
  	height:35%;
  	width:35%;
  	float:left;
  	text-align:center;
}


#right {
	float:right;
	width:410px;
	padding: 0px 20px 20px 20px;
/*	margin-top:10px;
	border-left: #FFF 2px solid; */
}

#right a{
	color:#c77e0c;
}
#right a:hover{
	color:#85a157;
}
/********************** Footer ***************************/
#footerline {
clear:both;
font-size:1px;
height:10px;
border-bottom: #FFF 3px solid;

}


#footer {
	width:717px;
	text-align:center;
	padding: 20px 0px;
}


/******************** Misc *******************************/

/*
#thumbnail {
	float:right;
	width:410px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid; 
}



#thumbnail {
	padding: 3px 3px 8px 3px;
	width: 50%;
	height: 50%;
	border: 1px solid #2a2a2a;

}
*/

#thumbnail {

	width:200px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;

}


.section{
	border-top: 4px solid #3d3d33;
	padding: 1.4em 0 3.2em 0;
	overflow: auto;
	width: 100%;
	}


.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-top:10px;
	margin-right: 10px;
	margin-bottom: 10px;
}


.clip{
        clip:rect(50px 218px 155px 82px);
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-top:10px;
	margin-right: 10px;
	margin-bottom: 10px;
  }

#front {
/*	background-image:url(images/content_bg.gif); 
	background-image:url(images/bg_tank.png);				*/
	
	background-image:url(../images/bg_tank.jpg);
	width:711px;
	height:400px;
	border-left: #FFF 3px solid;
	border-right: #FFF 3px solid;
	border-bottom: #FFF 3px solid;
	background-repeat: no-repeat;
	background-color: #DEE1CC; 

}

#video {
	float:left;
	width:715px;
	margin-left:12%;
	margin-top: 5%;
	
	padding: 0px 10px 30px 0px;
	display:inline;
}


#resume a{
  	margin:5px;
  	border:1px solid #a6bf79;
	background-color: #E4E4CB;
  	height:280px;
  	width:250px;
  	float:left;
  	text-align:center;
}




/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 2px;
	color: inherit;
	padding: 3px;
	margin: 7px;
	vertical-align: top;
	width: 200px;
	height: 150px;
	/*
	width: 155px;
	height: 120px;
	*/
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}



hr
{
	width: 95%;
	border: 0px;
	color: #999999;
	background-color: #999999;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
} 
