html {
	background-color: #FFFFFF;
	}
	
body {
	min-width: 650px;
	color: #000000;
	font-style: normal;
	font-stretch: normal;
	font-family: arial, helvetica, sans-serif;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-top: 5px;
	}

a {
	color: #996F76;
	font-style: normal;
	font-stretch: normal;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	}
	
a img {
	border: none;
	}
	
a:hover {
	font-style: normal;
	font-stretch: normal;
	font-family: arial, helvetica, sans-serif;
	text-decoration: underline;
	}
	
a:visited {
	font-style: normal;
	font-stretch: normal;
	font-family: arial, helvetica, sans-serif;
	}

h1, h2, h3 {
	color: #996F76;
	font-family: arial, helvetica, sans-serif;
	}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	}

#header {
	width: auto;
	height: 150px;
	border-bottom: 1px #D5C3C6 solid;
	background-color: #FFFFFF;
	}
	
#header #headerleft {
	width: 206px;
	height: 150px;
	position: relative;
	float: left;
	}

#header #headeright {
	width: auto;
	height: 150px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	float: left;
	}
	
#header #headeright #headerlinks {
	width: auto;
	height: 130px;
	}
	
#header #headeright #headernav {
	width: auto;
	height: 20px;
	color: #BEA4A9;
	font-size: 14px;
	}

#mainbody {
	width: auto;
	height: auto;
	padding: 5px;
	min-height: 350px;
	background-color: #FFFFFF;
	}
	
#footer {
	width: auto;
	height: 50px;
	text-align: center;
	font-size: 11px;
	padding: 5px 5px 25px 5px;
	border-top: 1px #D5C3C6 solid;
	background-color: #FFFFFF;
	}

.bzr {
	width: 550px;
	font-size: 13px;
	height: auto;
	padding: 10px;
	background: #D5C3C6;
	border: 1px #996F76 solid;
	}

.donations {
	width: 100%;
	border: solid #996F76 1px;
	}

.donations .title {
	background-color: #D5C3C6;
	}

#ads {
	text-align: center;
	}
	
