body {
	font-family: verdana;
	background-color: white;
	margin: 0px;
	width: 500px;
	color: #666666;
	padding-bottom: 30px;
}	

p,li,ol,ul {
	font-size: 12px;
	padding-left: 40px;
	padding-right: 40px;
}

a,a:hover,a:visited {
	color: #0071DD;
}

a:hover {
	text-decoration: underline;
}

#main {
	width: 500px;
	text-align: center;
	background-color: white;
	border: solid #80D010;
	border-width: 0px 1px 1px 1px;
	margin: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#header {
	color: #80D010;
	text-transform: uppercase;
	font-size: 25px;
	margin: 20px;
	text-align:center;
	text-decoration: underline;
}

#menu {
	border: solid #FFFFFF 1px;
	border-top-width: 0px;
	background-color: #D2F4A0;
	font-size: 12px;
	text-align: center;
	width: 500px;
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 10px;
	padding-bottom: 5px;
}

#scavhead {
	color: white;
	background-color: #D2F4A0;
	font-size: 35px;
	width: 500px;
	border: solid #FFFFFF 1px;
	border-bottom-width: 0px;
	margin-left: 40px;
	margin-top: 30px;
}

#menu a, a:visited {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#special {
	border: solid #80D010 0px;
	border-top-width: 1px;
	height: 72px;
	background-image: url('scissor-robot.gif');
}

#footer {
	
}

.note {
	font-size: 10px;
	width: 500px;
	margin: 5px;
	margin-left: 40px;
	text-align: center;
	border: solid white 1px;
	background-color: #5DCCFF;
	color: black;
}

.note a {
	color: white;
}

