* {
	margin:0;
	padding:0;
	}
	
body {
	color:#000;
	background:#e6e6e6;
	font:12px Georgia, "Times New Roman", serif;
	}

h1 {
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	word-spacing:normal;
	display:inline;
	font-style:italic;
	}
	
h2 {
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	font-style:italic;
	margin-bottom:10px;
	}
	
h3 {
	color:#fe2f2f;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	word-spacing:normal;
	font-style:italic;
	margin-bottom:10px;
	}
	
h4 {
	color:#111;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	word-spacing:normal;
	display:inline;
	}
	
h4 a {
	color:#111 !important;
	}

hr {
	border-top:1px dashed #333;
	border-bottom:1px dashed #ccc;
	border-right:0;
	border-left:0;
	margin-right:16px;
	}

#wrap {
	width:736px;
	margin:24px auto;
	}
	
a img {
	border:0;
	}
	
a:link,
a:visited {
	color:#000;
	text-decoration:underline;
	}
	
a:hover,
a:active {
	color:#000;
	text-decoration:none;
	}
	
#navcontainer {
	height:72px;
	padding:0px 22px;
	background:#fff;
	border-bottom:11px solid #d8d8d8;
	margin-bottom:13px;
	}

#nav {
	white-space:nowrap;
	list-style-type:none;
	font:10px Tahoma, Helvetica, Arial, sans-serif;
	letter-spacing:2px;
	text-transform:uppercase;
	text-align:right;
	padding-top:29px;
	}
	
#nav li {
	display:inline;
	}
	
#nav li a:link,
#nav li a:visited {
	color:#000;
	background:#fff;
	padding:10px 15px;
	margin-left:36px;
	text-decoration:none;
	}

#nav li a:hover,
#nav li a:active {
	background:#fff;
	color:#fe2f2f;
	}
	
li#active a:link,
li#active a:visited {
	background:#fe2f2f;
	color:#fff;
	}
	
li#active a:hover,
li#active a:active {
	background:#fe2f2f;
	color:#fff;
	}
	
.thumbnail a:link img,
.thumbnail a:visited img {
	border:2px solid #fff;
	}

.thumbnail a:hover img,
.thumbnail a:active img {
	border:2px solid #e8e8e8;
	}
	
#logo {
	float:left;
	width:98px;
	margin:24px 0 0 4px;
	}
	
#donate {
	margin-top:35px;
	text-align:center;
	}

.container1 {
	background-color:#fff;
	background-image:url(../img/hereissomestuff.gif);
	background-repeat:no-repeat;
	background-position:60px 40px;
	line-height:20px;
	text-align:justify;
	}
	
.container1 p {
	padding:140px 33px 100px 280px;
	}
	
.container2 {
	background:#fff;
	padding:25px;
	}
	
.container3 {
	background:#fff;
	padding:22px 28px 20px 24px;
	height:100%;
	background-image:url(../img/contact.gif);
	background-repeat:no-repeat;
	background-position:405px 65px;
	}
	
.container4 {
	background:#fff;
	padding:22px 28px 45px 24px;
	height:100%;
	line-height:20px;
	text-align:justify;
	}
	
.container5 {
	background:#fff;
	padding:25px 0 18px 22px;
	height:100%;
	}
	
.footer {
	background:url(../img/footer.gif);
	background-repeat:repeat-x;
	height:8px;
	margin-bottom:18px;
	}
	
.album  {
	margin-top:10px;
	}
	
.albumnav {
	font-size:14px;
	word-spacing:8px;
	margin-bottom:20px;
	}

.album img {
	float:left;
	}

.thumbnail {
	width:127px;
	height:80px;
	background-color:#fdfdfd;
	background-image:url(../img/x.gif);
	border:1px solid #ddd;
	margin:0 11px 11px 0;
	float:left;
	}
	
br.clear {
	clear:both;
	}

.treemenu {
	list-style:none;
	line-height:22px;	
	}

.treemenu ul {
	list-style:none;
	}

.treemenu li {
	}
	
.treemenu a {
	padding:0 0 2px 16px;
	margin-bottom:15px;
	}

.treemenu .treeopen {
	background-image:url('../img/open.gif');
	background-repeat:no-repeat;
	background-position:left;
	}		

.treemenu .treeclosed {
	background-image:url('../img/closed.gif');
	background-repeat:no-repeat;
	background-position:left;
	}
	
#arrow1 {
	padding-left:239px;
	}
	
.hide {
	display:none;}
	
fieldset { 
	border:0;
	}
	
label { 
	display:block;
	}
	
input.text, 
textarea { 
	width:320px;
	font:12px courier, monospace;
	padding:4px;
	margin:2px 0px 12px 0;
	border:1px solid #ccc;
	background:#fdfdfd;
	color:#222;
	}
	
input#submit {
	font:12px Georgia, "Times New Roman", serif;
	display:block;
	}
	
#brokenform {
	background:#fff;
	margin:25px 0 10px 0;
	}