body {
	background-color: white;
	background-image: url(../images/back.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin: 0px;
	padding:0px;
	padding-top: 10px;
}

a {text-decoration: none}

form { margin: 0px; }

h1 {
	font-size: 12px;
	line-height: 1em;
	margin: 0em 0em 1.5em 0em;
	color: red;
}

h2 {
	font-size: 12px;
	line-height: 1em;
	margin: .2em 0em .8em 0em;
	color: #333;
}

#txt {
	width: 230px;
	margin: 0em;
}

#container {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

#header {
	height: 245px;
	margin: 0px;
	padding: 0px;
	color: white;
}

#content {
	width: 800px;
	min-height: 280px;
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#copy {
	margin: 0px;
	padding: 15px 25px;
}

#footer, #flashfooter {
	width: 800px;
	margin: 0px;
	font-size: 10px; 
	text-align: right;
	color: #666; 
}

#footer {
	background-image: url(../images/footer.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 45px;
	padding: 25px 0px 0px 0px;
}
#footer a, #flashfooter a { color: #AAA; }
#footer p, #flashfooter p { margin: 0px 15px; }