html, body {
height: 98%;
padding: 1%;
margin: 0;
text-align: center;
background: #437751;
}
#wrapper {
height: 90%;
width: 650px;
text-align: left;
margin: 3% auto 0;
border: 4px solid #2B623A;
background: #FFF;
}
h1#header {
	margin: 0 20px;
	padding: 0;
	background: url(../images/logo.gif) 100% 20px no-repeat;
	height: 105px;
	border-bottom: 4px solid #B21736;
}
#header a {
	text-indent: -1234em;
	height: 105px;
	display: block;
	text-decoration: none;
}
#text {
	padding: 50px;
}
/* Standard sans stylesheet - D2 Interactive */
* {
	padding:0;
	margin:0;
}
body {
	padding:5px;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
a:link {
	color: #2B6A3C;
	text-decoration: underline;
}
a:visited {
	color: #BB9724;
}
a:hover,
a:active {
	color: #B21736;
	text-decoration: none;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
p, 
pre, 
blockquote, 
form, 
label, 
ul, 
ol, 
dl, 
fieldset, 
address {
	margin: 10px 0;
}
li, 
dd, 
blockquote {
	margin-left: 40px;
}
fieldset {
	padding:10px;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	color: #2B6A3C;
	font-weight: bold;
}
h1 {
	font-size: 16px
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
}

