html {	height: 100%;}
body {
	padding-top: 30px;
	padding-left: 30px;
	background-color: #3A0101;
	background-image: url(/images/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin: 0px;
}

a:link, a:visited {
	color: #3085BF;
	text-decoration: none;
}
a:hover {
	color: #66666;
	text-decoration: underline;
}

.mainbox {
	border: 1px solid #747474;
	width:650px;
}

#damenu {
	background-color: #FFFFFF;
}

#content {
	margin-left: 15px;
	margin-bottom: 20px;
	height: auto;
	position: relative;
}

.footer {
	background-color: #F7F7F7;
	height: 50px;
	width: 650px;
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
	border-top: 1px solid #747474;
	border-right, border-bottom, border-left: none;
}

#copyright {
	width: 650px;
	font: 9px Arial, Helvetica, Verdana, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	text-align: right;
	margin-top: 5px;
}

h1 {
	font-size: 21px;
	color:#6b0000;
	padding: 0px;
	margin: 20px 0px 5px;
}
h2 {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

input, textarea, select {
	font: 11px Arial, Helvetica, sans-serif;
	color: #747474;
	background: #E2E2E2;
	border: 1px solid #3085BF;
}


#menubar {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #747474;
	border-bottom-color: #747474;
	background-color: #E2E2E2;
	height: 20px;
}
#menubar a {
	text-decoration: none;
}

img {
	border:0;
}

.emailer {
	background: url(/images/mail.gif) no-repeat left center;
	margin: 5px 0px;
	padding-left: 20px;
}

.clr {clear: both; height: 5px;}