@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
}
#wrapper {
	width: 850px;
	padding: 0;
	margin: 10px auto;
	border: 1px solid #006;
	background-image: url(images/bugman-bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	position: relative; 
}
#masthead {
	height: 100px;
	margin: 0;
	padding: 0;
}
#title{
	position: absolute;
	top:10px;
	left: 120px;
}
#topnav {
	position: absolute;
	top: 65px;
	left: 120px;
	font-size: 10px; 
	font-weight: bold; 
}
#topnav a:link,	#topnav a:visited {
	color: #630; 
	text-decoration: none;
}
#topnav a:hover, #topnav a:active {
	color: #900; 
	text-decoration: underline;
}
#content {
	padding: 20px;
	overflow: auto;
}
#content h1 {  
	font-size: 14px; 
	font-weight: bold; 
	color: #333;
}
#content p, #content td, #content li {
	font-size: 12px;
}
#content .caption { 
	font-size: 9px;
	text-align: center;
}
#content .border1 {
	float: right;
	font-size: 9px;
	text-align: center;
	background-color: #FFF;
	border: solid 1px #333;
	padding: 8px;
	margin: 8px;
}
#content .border2 {
	float: left;
	font-size: 9px;
	text-align: center;
	background-color: #FFF;
	border: solid 1px #333;
	padding: 8px;
	margin: 8px;
}
a:link, a:visited {
	color: #900;
}
a:hover, a:active {
	color: #009;
}
.clr-right {
	clear: right;
}
.clr-left {
	clear: left;
}
#footer {
	margin: 10px auto;
	width: 850px;
	font-size: 9px; 
	text-decoration: none; 
	color: #000000; 
	text-align: center
}

