html,body{
	margin:0;
	padding:0;
	}

body{
	font: 76% arial,sans-serif;
	background: #F6F498;
	}

p{
	margin:0 10px 10px;
	}

a{
	text-decoration: none;
	color: #660000;
	}

a:visited{
	color:#660000;
	}

a:hover{
	text-decoration: underline;
	}

div#about img {
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	}

div#header h1{
	height:80px;
	line-height: 80px;
	font-size:48pt;
	text-align: center;
	font-style: bold;
	margin:0;
	padding-left: 10px;
	padding-bottom: 10px;
	background: #776548;
	color: #EEE;
	}

div#content p{
	line-height:1.4;
	padding: 10px;
	}

div#content a{
	color: #855C2D;
	padding:1px;
	font-weight: bold;
	}

div#content img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

div#caption {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0px 10px 0px;
	font-size: 8pt;
	text-align: center;
	width: 75%;
	}

div#random {
	float: left;
	clear: left;
	width: 168px;
	height: 114px;
	background: #C69F60;
	font-weight: normal;
	border-style: dotted;
	border-width: 0px 2px 0px 0px;
	}

div#top-nav{
	float: left;
	width: 168px;
	background:#C69F60;
	border-style: dotted;
	border-width: 0px 2px 0px 0px;
	}


div#top-nav a {
	font: 13pt tahoma;
	}

div#bot-nav{
	float: left;
	clear: left;
	width: 168px;
	background: #C69F60;
	border-style: dotted;
	border-width: 0px 2px 2px 0px;
	}

div#bot-nav a{
	font: 13pt tahoma;
	}

div#bot-nav img {
	padding: 4px;
	}


div#donate{
	float: right;
	clear: right;
	width: 168px;
	text-align:justify;
	background:#C69F60;
	border-style: dotted;
	border-width: 0px 0px 0px 2px;
	}

div#donate input {
	display: block;
	margin-right: auto;
	margin-left: auto;
	}

#donate-title {
	font-size: 10pt;
	font-weight: bolder;
	text-align: center;
	}

div#news {
	float: right;
	clear: right;
	width: 168px;
	background: #C69F60;
	border-style: dotted;
	border-width: 0px 0px 2px 2px;
	}

div#news a{
	font-size: 10pt;
	color: #2B1903;
	}

div#footer{
	clear:both;
	width:100%;
	}

div#footer{
	background: #333;
	color: #FFF;
	}

div#footer p{
	margin:0;
	padding:5px 10px;
	text-align: center;
	}

div#footer a{
	color: #EEE;
	}

div#wrapper{
	float: right;
	width:100%;
	margin-left:-200px;
	}

div#content{
	float: left;
	width:600px;
	margin-left:200px;
	}