html, body {
	margin: 0px;
	background: #666666;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
}
#maindiv {
	background: #FFFFFF;
	width: 787px;
	border-right: 2px solid #000000;
	position: relative;
	min-height:100%;
}
#header {
	height: 78px;
	background: #FFFFFF url(../images/bg_header.jpg) no-repeat;
}
#menu {
	background: #FFFFFF url(../images/bg_menu.jpg) no-repeat;
	height: 28px;
}
#image {
	background: #000000 url(../images/mainimage.jpg) no-repeat left top;
	height: 239px;
	width: 787px;
	float: left;
}
#findit {
    background: #EBEBCD url(../images/bg_top_content.gif) repeat-x;
	height: 160px;
	width: 787px;
	float: left;
	clear: both;
}
#content {
	background: #EBEBCD url(../images/bg_top_content.gif) repeat-x;
	height: 277px;
	width: 787px;
	float: left;
	clear: both;
}
#scroll_box {
	background: #ebebcd url(../images/bg_top_content.gif) repeat-x;
	border: 1px solid #ccc;
	height: 287px;
	width: 540px;
	overflow: auto;
	margin: 1em 0;
}
#footer {
	background: #ffffff;
	border-top: 7px solid #999900;
	float: left;
	width: 787px;
	text-align: center;
	font-size: 65%;
	padding-top: 10px;
	color: #999999;
	height: 30px;
	position: relative;
}
#menu ul {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	list-style: none;
	padding-left: 20px;
	margin: 0px;
	float: left;
	padding-top: 8px;
	width: 600px;
}
#menu ul li {
	line-height: normal;
	padding-right: 5px;
	background: url(../images/menu_list_img.gif) no-repeat left top;
	padding-left: 7px;
	display: inline;
	color: #FFCC00;
}
#menu ul li a {
	color: #FFCC00;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #FFffff;
	text-decoration: none;
}
#donate {
	width: 161px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	float: right;
	background: url(../images/but_donate_active.gif);
	height: 28px;
}
#donate a {
	background: url(../images/but_donate_active.gif);
	padding-left: 10px;
	display: block;
	padding-top: 7px;
	color: #FFFFFF;
	text-decoration: none;
}
#donate a:hover {
	color: #FFCC00;
	background: #990000;
	display: block;
}
#image #text_intro p {
	font: bold .8em/130% Helvetica, Arial, sans-serif;
	width: 400px;
	color: #FFFFFF;
	margin-top: 10px;
}
#image p a {
	font-size: 75%;
	color: #FFFFFF;
}
#subnav {
	height: 28px;
	width: 460px;
	background: url(../images/bg_subnav.png) repeat-x left bottom;
	margin-left: 327px;
	margin-top: 190px;
}
#subnav ul {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	list-style: none;
	padding-left: 25px;
	margin: 0px;
}
#subnav ul li {
	float: left;
	width: 100px;
	margin-right: 30px;
	
}
#subnav ul li a {
	width: 100px;
	color: #FFFFFF;
	height: 20px;
	text-align: center;
	background: url(../images/bg_subnav_but.png) no-repeat;
	display:block;
	text-decoration: none;
	padding-top: 8px;
}
#subnav ul li a:hover {
	color: #FFFFFF;
	background: #000000;
	text-decoration: none;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#content p {
	font-size: 70%;
	font-family: Helvetica, Arial, sans-serif;
	width: 470px;
	margin-left: 33px;
	line-height: 130%;
}
#content p a {
	font-weight: bold;
	color: #990000;
}
#header form {
	float: right;
	width: 230px;
	text-align: right;
	display: block;
	height: 25px;
	margin: 0px 25px 0px 0px;
}
#header form label {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: right;
}
#header form input {
	height: 14px;
	width: 95px;
	font-size: 10px;
}
