body {
	background: url(mainbg.jpg) repeat-x #FFFFFF;
	margin-top: 0px;
}
h1 {
	color: #669900;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 80px;
	margin-bottom: 0px;
	font-size: 18px;
}
.subtitle {
	color: #000000;
	font-size: 14px;
}
h2 {
	color: #666600;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom : 0px;
	margin-left: 25px;
	margin-right: 25px;
}
a.main {
	color: #669900;
	font-weight: bold;
	text-decoration: none;
	font-size: 20px;
}
a.link {
	color: #666600;
	text-decoration: none;
}
a.link:hover {
	color: #999900;
}
#top {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	background-image: url(top.png);
	padding: 15px 0 0 0;
	background-repeat: repeat-x;
	height: 60px;
}
#top a {
	color: #666600;
	font-weight: bold;
	text-decoration: none;
	margin-left: 30px;
}
#googlesearchbox {
	position: fixed;
	top: 55px;
	right: 0px;
	padding: 0 0 0 0;
}
#nelink {
	position: fixed;
	bottom: 0px;
	right: 0px;
	padding: 0 0 0 0;
}
#mylinks {
	position: fixed;
	top: 35px;
	left: 25px;
	background-image: url(greentexture.jpg);
	padding: 10px 10px 10px 10px;
	background-repeat: repeat-x repeat-y;
}
#webd {
	position: fixed;
	top: 35px;
	left: 135px;
	background-image: url(greentexture.jpg);
	padding: 10px 10px 10px 10px;
	background-repeat: repeat-x repeat-y;
}
#dropdowns a {
	color: #666600;
	text-decoration: none;
}
#dropdowns a:hover {
	color: #999900;
}