body {
	font: 11px Verdana, serif;
	}
h1 {
	font-size: 16px; 
	font-weight: bold; 
	color: orange;
	}
#masthead {
	width: 769px;
	background-image: url(images/cobweb3.gif);
	background-repeat: no-repeat;
	height: 125px;
	border-bottom: 1px solid orange;
	background-position: 0 23px;
	}
#masthead h1 { 
	font-size: 16px; 
	font-weight: bold; 
	color: orange; 
	background-color: white;
	width: 210px;
	border-bottom: 1px solid orange;
	}

h2 {
	font: bold 14px Georgia; 
	color: #999;
	border-bottom: 1px solid orange;
	} 
h3 {
	font: bold 12px Georgia;
	color: #999;
	margin-top: 15px;
	}
ul li {list-style-image: url(images/spider_micro_up.gif);}
#nav {
	float: left;
	width: 200px;
	margin-left: 0; 
	margin-top: 15px;
	}
#content {
	float: left;
	width: 369px;
	height: 400px;
	}
#content p {
	text-align: justify; 
	margin-top: 15px; 
	padding: 7px;
	}
#content ul li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	padding-right: 35px;
	}
#content td {
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 10px;
	vertical-align: top;
	}
#sidebar {
	float: left;
	width: 200px;
	}
#sidebar p {
	text-align: left;
	margin-left: 25px;
	margin-top: 15px;
	}
#sidebar h2 {
	margin-left: 25px;
	}
#container {
	background-image: url(images/spider_sm_up.gif); 
	background-position: 75% 90%; 
	background-repeat: no-repeat;
	}
#footer {
	width: 769px;
	clear: both;
	margin-top: 10px; 
	text-align: center; 
	border-top: 1px solid orange;
	}
#nav_on_left {
	float: left;
	padding-left: 7px;
}	
#nav_on_right {
	float: right;
	padding-right: 7px;
}
	
a {color: orange; text-decoration: none;}
a:link {color: orange;}
a:visited {color: orange;}
a:hover {color: blue;}
a:active {color: orange;}

