html, body {
	margin:0px;
	padding:0px;
	}
body {
	background-color:#164e67;
	background-image:url(images/bg.gif);
	}
hr {
	border:1px solid #CCCCCC;
}
.title {
	font-weight:bold;
	font-style:italic;
	color:#666666;
}
#wrap {
	width:800px;
	margin:0px auto;
	}
#content h1.home {
	margin-bottom:0px;
	}
p.home {
	margin-top:0px;
	font-style:italic;
	}
#logo {
	height:60px;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	margin:10px 0px;
	}
#header {
	display:block;
	height:226px;
	background-image:url(images/watchusgrow.jpg);
	background-repeat:no-repeat;
	border-bottom:1px solid #CCCCCC;
	}
#nav {
	padding:10px;
	background-color:#246176;
	font-family:'Trebuchet MS';
	font-weight:bold;
	}
#nav a {
	color:#FFFFFF;
	text-decoration:none;
	padding:10px;
	font-size:13px;
	}
#nav a:hover {
	padding:10px 10px 5px 10px;
	border-bottom:5px solid #CCCCCC;
	background-color:#666666;
	}
.subnav {
	width: 100%;
	background-color: #E5EEEE;
	font-family:'Trebuchet MS';
	font-weight:bold;
	}
.subnavl {
	color: #000000;
	text-decoration: none;
	font-size:13px;
	}
/*#subnav a:hover {
	padding:10px 10px 5px 10px;
	border-bottom:5px solid #317286;
	background-color:#666666;
	}
*/
#content {
	display:block;
	background-color:#FFFFFF;
	padding:20px;
	font-family:Arial;
	}
#content h1 {
	padding: 10px 0px;
	font-style:italic;
	margin:10px 0px 10px 0px;
	font-family:'Trebuchet MS';
	font-size:28px;
	}
#content p, #content ul, #content ul li {
	line-height:150%;
	font-size:14px;
	}
#footer {
	color:#CCCCCC;
	font-size:12px;
	padding:10px;
	font-family:'Trebuchet MS';
	}
#footer a {
	color:#CCCCCC;
	text-decoration:none;
	}
#footer b {
	color:#EDEDED;
	font-size:14px;
	}
#footer a:hover {
	text-decoration:underline;
	color:#FFFFFF;
	}
#footer #left {
	float:left;
	width:40%;
	}
#footer #right {
	float:right;
	wdth:40%;
	text-align:right;
	}
.clear {
	clear:both;
	}
.answer {
	color: #5e0b0b;
	font-weight: bold;
}
.number {
	list-style-type: decimal;
}
.question {
	margin-bottom: 20px;
}
.pic {
	padding: 10px;
	background: #ededed;
	border: 1px solid #cccccc;
	margin: 10px;
	overflow:hidden;
}

#content .pic p {
	font-size: 11px;
}

#menu {
	padding: 10px;
	border: 1px solid black;
	border-top: none;
	background: #E5EEEE;
}
#pict, #pict2, #pict3, #pict4 {
	display:block;
	padding-left:30px;
	}
#pict {
	height:325px;
}
#home.pics {
	z-index:0;
}
.pics {
	height:229px;
	margin-left:30px;
	overflow:hidden;
	position:relative;
}
#pict2, #pict3, #pict4 {
	height:400px;
}
.gallery, .gallery2 {
	display:block;
	border:0;
	}
.gallery {
	width:420px;
	height:280px;
	overflow:hidden;
	position:relative;
}
.gallery2 {
	width:500px;
	height:367px;
	overflow:hidden;
	position:relative;
}
.buttons {
	width:627px;
	height:61px;
	padding:5px 0px;
	}
.prev {
	height:31px;
	width:27px;
	background-image:url("images/prev-hov.gif");
	display:block;
	}
.next {
	height:31px;
	width:27px;
	background-image:url("images/next-hov.gif");
	display:block;
	}
.clear {
	clear:both;
	}
#content table.donate {
	border:1px solid #CCCCCC;
	padding:20px;
	text-align:left;
}
#content table.donate tr td {
	padding:5px;
}