body {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center top;
	background-color: #EEEEEE;
	width: 700px;
	margin: auto !important;
}
a {
	font-size: 12px;
	color: #009900;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009900;
}
a:hover {
	text-decoration: none;
	color: #006600;
}
a:active {
	text-decoration: none;
	color: #009900;
}

h1 {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	color: #009900;	
	margin-top: 0px;
}
#main {
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
}
#banner {
	width: 700px;
	height: 80px;
}
#content {
	width: 680px;
	height: auto;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 10px;
	line-height: 15px;
	overflow: auto;

}
#nav {
	width: 680px;
	height: 30px;
	margin: 10px;
}
#footer {
	width: 690px;
	height: 80px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-left: 10px;

}