html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #000000;
	font-family: sans-serif;
	font-size: 100%;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
} 



 
#header {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 80%;
}
#main {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 80%;
}
#footer {
	margin: 0 auto;   /* align for good browsers */
	text-align: center; /* counter the body center */
	width: 80%;
	background-color: #FAFAFA;
}

a {
	color: #0099FF;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
h1 {
	color: #339966;
	margin-top: 0.3em;
	margin-right: 0.3em;
	margin-bottom: 0.5em;
	margin-left: 0.3em;
	background-color: #FAFAFA;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #339966;
	font-size: 1.4em;
	border-right-color: #339966;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0.2em;
	padding-left: 0em;
}
h2 {
	color: #339966;
	font-size: 1em;
	margin-top: 0.3em;
	margin-right: 0.3em;
	margin-bottom: 0.5em;
	margin-left: 1em;
}
h3 {
	color: #666666;
	font-size: 1em;
	margin-top: 0.3em;
	margin-right: 0.3em;
	margin-bottom: 0.5em;
	margin-left: 2em;
	font-weight: normal;
}
p {
	color: #CC6600;
	font-size: 0.7em;
	margin-top: 0.3em;
	margin-right: 0.3em;
	margin-bottom: 0.5em;
	margin-left: 2em;
}
hr {
	text-decoration: none;
	height: 1px;
}
textarea#text {
	padding: 5px;
	font-family: sans-serif;
	color: #000000;
	font-size: 0.9em;
}
