body {
	background-color: #fff;
	background-image : url(/outdoored/images/pagebg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: 0% 100%;
	font-family: tahoma, arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4 {
	color: #556;
}
p, ul, ol, dt, dd, dl, li, form, td, blockquote {
	color: #223;
}
h1 {
	font-size: 20px;
	border-bottom: 1px solid #ccc;
}
h2 {
	font-size: 16px;
}
h3, p.promo {
	font-size: 14px;
}
h4, p, ul, ol, dt, dd, dl, li, form, td, blockquote {
	font-size: 13px;
}
#navbar p, p.header, p.select {
	font-size: 12px;
	color: #999;
}
#footer p {
	font-size: 11px;
	color: #999;
}
p#logins {
	font-size: 10px;
}
ul {
	list-style-image: url(/outdoored/images/bullet.jpg)
}
img {
	border: 0px;
}
#wrapper {
	width:600px;
	background-color: #fff;
	background-image : url(/outdoored/images/title.jpg);
	background-repeat: no-repeat;
	padding-top:0px;
	padding-bottom:24px;
	margin-left: 112px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#maintext, #footer {
	padding-left:18px;
	padding-right:18px;
}
#maintext {
	padding-top:12px;
	padding-bottom:12px;
}
#footer p {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
#logins {
	margin: 6px;
	margin-top: 60px;
}
#navbar p {
	font-weight:bold;
}
a:link {
	color: #55a;
}
a:visited {
	color: #777;
}
a:active, a:hover {
	background-color: #acd;
	color: #fff;
}
a:active.image, a:hover.image {
	background-color: transparent;
}
a:link.image, a:visited.image, a:active.image, a:hover.image {
	text-decoration: none;
}
.select a:link, .header a:link, #footer a:link, .nav a:link, #logins a:link {
	text-decoration: none;
}
.select a:visited, .header a:visited, #footer a:visited, .nav a:visited, #logins a:visited {
	color: #55a;
	text-decoration: none;
}
.select a:active, .header a:active, #footer a:active, .nav a:active, #logins a:active {
	color: #fff;
	text-decoration: none;
}
.select a:hover, .header a:hover, #footer a:hover, .nav a:hover, #logins a:hover {
	color: #fff;
	text-decoration: none;
}
