
body {
	margin: 0;
	padding: 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1em;
	color: #5C5F45;
}

h1, h2, h3, h4, h5, h6, h7 {
	color: #997867;
}

a {
	color: #7A5F52;
}

a:hover {
	text-decoration: underline;
}

/* Logo */

#logo {
	float: right;
	width:auto;
	padding: 0px 0 0 0;
}

#logo * {
	margin: 0;
	text-decoration: none;
	color: #7A5F52;
}

#logo h1 {
	letter-spacing: -2px;
	font-size: 2.5em;
}

#logo h2 {
	margin-top: -5px;
	padding-left: 2px;
	font-size: 1.1em;
}

/* Menu */

#menu {
	float: left;
	width: 900px;
	padding-top: 20px;
	padding-bottom: 35px;
	background: url(images/menu2.jpg) bottom no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	margin-left: 0;
	margin-right: 8px;
	padding: 8px 5px 0 5px;
	background: #EFF0EB url(images/img2.gif) repeat-x;
	border: 1px solid #C9CCB9;
	border-bottom: none;
	text-decoration: none;
	color: #7A5F52;
	width:auto;
}

#menu .sitearea a, #menu a:hover {
	height: 22px;
	background: #EFF0EB;
}

.ctl00_mnuHeader_0 {
	background-color:white;
	visibility:hidden;
	display:none;
	position:absolute;
	left:0px;
	top:0px;
}

.ctl00_mnuHeader_1 {
	text-decoration:none;
}

.ctl00_mnuHeader_2 {
}

.ctl00_mnuFooter_0 {
	background-color:white;
	visibility:hidden;
	display:none;
	position:absolute;
	left:0px;
	top:0px;
}

.ctl00_mnuFooter_1 {
	text-decoration:none;
}

dt {
	margin-bottom:10px;
}

dd {
	margin-bottom:20px;
}

.link, .signupframe {
	color: #226699;
	font-family: Arial, Helvetica, sans-serif;
}

.link {
	text-decoration: none;
}

.signupframe {
	border: 1px solid #000000;
	background: #ffffff;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 900px;
	background: url("/path/to/your/background_cols.gif") repeat;
}

#header {
	margin: 0 0 15px 0;
	background: white;
}

#side-a {
	float: left;
	width: 200px;
}

#side-b {
	float: right;
	width: 200px;
}

#content {
	float: left;
	width: 55%;
	margin: 0 auto;
	padding-top: 10px;
}

#footer {
	clear: both;
	background: white;
	text-align:center;
	margin: 0 auto;
	padding: 1em;
	border-top: 1px solid #C9CCB9;
	padding-top: 50px;
	background: url(images/footer.jpg) top no-repeat;
}

#footer p {
	font-size: .7em;
	margin: 0 auto;
}

#footer1 ul {
	text-align: center;
	margin: auto;
	list-style: none;
}

#footer1 li {
	display: inline;
	padding: 5px 5px 5px 5px;
}

