html, body { 
	margin: 0;
	padding: 0;
}
 
body { background: url(hex3.jpg) fixed repeat; }

div.wrapper {
	margin:0px auto 40px auto;
	padding: 0;
	padding-bottom: 20px; 
	width: 960px;
	background: url(bottom.png) no-repeat bottom;
}

/********************** header ******************************/
div#header { 
	padding: 0;
	margin: 0 40px 0 40px;
	width: 880px;
	height: 80px;
	position: relative;
	/*z-index: 2;*/
	background: url(banner-base.jpg) no-repeat bottom;
	overflow: visible;
}

#header h1 { 
	font: normal 400 48px Courier;
	padding: 0;
	margin: 0;
	height: 60px;
	/*width: 880px;*/
	background: url(banner.jpg) repeat-x;
	text-align: right;
}

#header span.net {font-size: 30px }

#header a { 
	display: block;
	float: right;
	margin: 8px 23px 19px 0;
	background: url(title.jpg) no-repeat;
	height: 33px;
	width: 236px;
	overflow: hidden;
	text-decoration: none;
}

/* unused rollover effect */
#header a:link .timoth  {color: #000000}
#header a:visited .timoth {color: #000000}
#header a:hover .timoth {color: #ff6600}
#header a:link .net  {color: #ff6600}
#header a:visited .net {color: #ff6600}
#header a:hover .net {color: #000000}
#header a span {display: none}

/**************************** floats ***********************/
.badge {
	height: 105px;
	width: 105px;
	float: left;
	position: relative;
	left: -40px;
	margin-right: -40px;
}

div#headerfloat1, div#headerfloat2 { 
	float: left;
	width: 45px;
	height: 12px;
	background-color: #00ff00;
	display: none;
}

div#headerfloat2 {
	clear: left; 
	width: 30px;
}

/**************************** content ***********************/
div.content { 
	/*width: 840px; /* 840 + 2*padding(20) = 880 */
	min-height: 480px;
	margin: -20px 40px 0px 40px; 
	border: 0;
	padding: 20px;
	background: #cccccc;
	font-size: 12pt;
	color: #1a001a;
}

h2, h3, p { margin: 0; padding: 0;}
h2 {color: #666666;}

a:link, a:visited {color: #666666; text-decoration: none}
a:hover {text-decoration: underline}

ul.main { list-style-type: none; font-size: 2em; }
ul.main>li:hover { list-style-type: disc; color: #800080 }