body {
	background-color: #eee;

	
	text-align: center;
	margin: 0px;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
h1, h2, h4, h5, h6 { padding: 0px; margin: 0px; }

#container {
	margin: auto;
	width: 800px;
	background-image: url( "./images/bg.gif" );
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: scroll;
}

#content {
	margin: auto;
	text-align: left;
	width: 730px;
}

#footer {
	margin: auto;
	width: 800px;
	text-align: center;
	background-image: url( "./images/bgfooter.gif" );
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
}

img {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0px;
}

h3 {
	width: 700px;
	margin-bottom: 10px;
	height: 20px;
	background: url( "./images/step.jpg" ) left top no-repeat;
	border-bottom: 1px solid #000;
	font-family: Courier New, Helvetica, sans-serif;
	text-indent: 70px;
	padding-top: 2px;
	clear: both;
}

.red {
	color: #FF0000;
}
