/*begin overall HTML restyling*/
body
{
    font-family: "Century Gothic";
    background-color: #000000;
}
a:link {
	text-decoration:none;
	color:#999999;
	}
a:visited {
	text-decoration:none;
	color:#999999;
	}	
a:hover {
	text-decoration:none;
	color: #CCCCCC;
	}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	}
td.a:link {
	text-decoration:none;
	color:#999999;
	}
td.a:visited {
	text-decoration:none;
	color:#999999;
	}	
td.a:hover {
	text-decoration:none;
	color: #CCCCCC;
	}
td.a:active {
	text-decoration: none;
	color: #FFFFFF;
	}	
.font1 {
	font-family: "Century Gothic";
	font-size: 20px;
	background-color: #000000;
	color: #CCCCCC;
	font-weight: bolder;
	}
.font2 {
	font-family: "Century Gothic";
	font-size: 11px;
	background-color: #000000;
	text-transform: uppercase;
	color: #999999;
	}
.font3 {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #999999;
	text-transform: uppercase;
	font-weight: normal;
	}
.font4 {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #999999;
	font-weight: normal;
	}	
#p1 {
	font-family: "Century Gothic";
	font-size: 10px;
	text-transform: uppercase;
	color: #999999;
	}
#p2 {
	font-family: "Century Gothic";
	font-size: 10px;
	text-transform: uppercase;
	color: #999999;
	}
#p3 {
	font-family: "Century Gothic";
	font-size: 10px;
	text-transform: uppercase;
	color: #999999;
	}
#biolnk {
	font-family: "Century Gothic";
	font-size: 10px;
	text-transform: uppercase;
	color: #999999;
	}
#cntlnk {
	font-family: "Century Gothic";
	font-size: 10px;
	text-transform: uppercase;
	color: #999999;
	}					
#hmlnk {
	font-family: "Century Gothic";
	font-size: 10px;
	text-transform: uppercase;
	color: #999999;
	}
#btslnk {
	font-family: "Century Gothic";
	font-size: 10px;
	text-transform: uppercase;
	color: #999999;
	}		
ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	}
li {
	font-family: "Century Gothic";
	font-size: 10px;
	text-transform: uppercase;
	line-height: 11pt;
	list-style-type: none;
	}
.anchor {
	clear:both;
	margin:0;
	padding:0;
	font-size:.1em;
	}

/* Image navigation */	
#nextprev {
	float: left;
	z-index: 3;
	position: relative;
	width: 100%;
	top: -20px;
	visibility: visible;
	}
#navline {
	width: 643px;
	position: relative;
	}	
#navBack {
	float:left;
	}
#navNext {
	float:right;
	}
#navbox {
	padding: 1px 0 1px 0;
	position: relative;
	float: left;
	width: 643px;
	}
#navbox ul {
	}
		
/* Header */	
#header {
	width: 100%;
	float: left;
	position: relative;
	padding: 20px 0 0 0;
	}
#logo {
	width: 615px;
	position: relative;
	display: block;
	background-color: #000000;
	}
#wurthlogo {
	width: 100px;
	float: left;
	}		

/* Navigation Menu */	
#menu{
	width: 100%;
	float: left;
	position: relative;
	padding: 0 0 0 0;
	top: -20px;
	}
#menulinks{
	width: 610px;
	position: relative;
	}	
#homelinks {
	display: block;
	z-index: 2;
	position: relative;
	overflow: hidden;
	padding: 0 0 0 0;
	text-align: left;
	float: left;
	width: 120px;
	}
#portfoliolinks
{
    display: block;
    z-index: 2;
    position: relative;
    text-align: left;
    float: left;
    width: 120px;
}
#bts {
	display: none;
	z-index: 3;
	position: relative;
	overflow: hidden;
	padding: 0 0 0 3px;
	text-align: left;
	float: left;
	width: 200px;
	top: -28px;
	}	
#counter {
	width: 40px;
	padding: 0 0 0 0;
	position: relative;
	float: left;
	display: block;
	}
#currentcount {
	font-family: "Century Gothic";
	font-size: 11px;
	text-align: right;
	color: #999999;
	}
#imagetxt {
	width: 445px;
	padding: 0 0 0 0;
	position: relative;
	float: left;
	display: block;
	}
#currenttext {
	font-family: "Century Gothic";
	font-size: 11px;
	text-align: right;
	color: #999999;
	}
		
/* Main body */
#content{
	float:left;
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 430px;
	}
#bio {
	display: block;
	position: relative;
	z-index: 3;
	height: 430px;
	}
#contact {
	display: block;
	position: relative;
	z-index: 3;
	height: 430px;
	}
#images {
	display: block;
	position: relative;
	z-index: 3;
	height: 430px;
	}
#border {
	visibility: visible;
	z-index: 2;
	border: solid #FFFFFF 1px;
	width: 600px;
	height: 420px;
	margin-top: 5px;
	}	
#filler {
	float: left;
	z-index: 3;
	position: relative;
	width: 100%;
	top: -20px;
	visibility: hidden;
	height: 25px;
}

