body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(/images/bggrad.jpg);
	background-repeat: repeat-x;
	background-color: #A35C0A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.autosurfmyth #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.autosurfmyth #header {
	background-image: url(/images/asm_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.autosurfmyth #mainbody {
	background-image: url(/images/asm_03.jpg);
	background-repeat: repeat-y;
}
.autosurfmyth #footer {
	background-image: url(/images/asm_04.jpg);
	background-repeat: no-repeat;
	height: 64px;
	font-size: 80%;
}
.autosurfmyth  #content {
	font-size: 90%;
}
.autosurfmyth #postfooter {
	background-image: url(/images/asm_05.jpg);
	background-repeat: repeat-y;
	font-size: 80%;
}
.autosurfmyth #content p {
	padding-left: 10px;
	padding-right: 5px;
}
.autosurfmyth #footer a:link, .autosurfmyth #footer a:visited {
	color: #A35C0A;
	text-decoration: none;
}
.autosurfmyth #footer a:hover, .autosurfmyth #footer a:active {
	color: #A35C0A;
	text-decoration: underline;
}
.autosurfmyth #content a:link, .autosurfmyth #content a:visited {
	color: #A35C0A;
	text-decoration: none;
}
.autosurfmyth #content a:hover, .autosurfmyth #content a:active {
	color: #A35C0A;
	text-decoration: underline;
}
.autosurfmyth #postfooter a:link, .autosurfmyth #postfooter a:visited {
	color: #000;
	text-decoration: none;
}
.autosurfmyth #postfooter a:hover, .autosurfmyth #postfooter a:active {
	color: #FFF;
	text-decoration: underline;
}
.autosurfmyth #content #membermenu ul li a, .autosurfmyth #content #membermenu ul li a:link, .autosurfmyth #content #membermenu ul li a:visited {
	color: #FFF;
	text-decoration:none;
}

