body, h1, h2, h3, h4, h5, h6, ul, li, form, fieldset {
	margin: 0;
	padding: 0;
}
#wrap {
	width: 934px;
	margin: 10px auto;
	background: url(../images/wrap-bg.png) repeat-y;
	font: small Verdana, Geneva, Tahoma, sans-serif;
	line-height: 1;
	color: #000;
}
#wrap-top {
	width: 934px;
	margin: 0 auto;
	background: url(../images/wrap-bg-top.png) no-repeat;
	height: 11px;
}
#wrap-bot {
	width: 934px;
	margin: 0 auto;
	background: url(../images/wrap-bg-bottom.png) no-repeat;
	height: 11px;
}
#logo {
	width: 892px;
	height: 198px;
	margin: 0 auto;
	background: url(../images/background.jpg) no-repeat;
}
#content {
	clear: both;
	padding-top: 20px;
	width: 650px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#bottom {
	clear: both;
	padding-top: 40px;
}
#footer {
	height: 100px;
	background: url(../images/footer.gif) left 50px no-repeat;
	width: 650px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	clear: both;
}
.clear {
	clear: both;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
#logo h1 {
	padding: 80px 0 0 200px;
}
#logo h2 {
	padding: 0 0 0 250px;
	margin-bottom: 0;
	color: #000;
	font-size: 1.6em;
}
h1, h2, h3, h5 {
	font-family: Times, "Times New Roman", Georgia, serif;
}
h2 {
	font-size: 1.5em;
	margin: 10px 0;
	color: #0e4f99;
}
h3 {
	font-size: 1.2em;
	margin: 10px 0;
	color: #cc2738;
}
h4 {
	font-size: 1.6em;
	margin: 23px 0;
	color: #0e4f99;
}
h5 {
	font-weight: bold;
	margin: 23px 0;
	font-size: 1.6em;
	color: #0e4f99;
}
h6 {
	font-size: 1em;
	color: #646464;
}
img.border {
	padding: 5px;
	background: #ebe4cb;
}
img.float-right {
	margin: 0 0 10px 20px;
}
p {
	line-height: 1.4;
}
p#login {
	text-align: center;
	margin: 0 auto;
	font-size: .8em;
	position: absolute;
	top: 55px;
	left: 150px;
	color: #fff;
}
#login a {
	color: #fff;
}
ul {
	padding-left: 20px;
}
ol {
	line-height: 1.4;
	font-weight: bold;
}
ol li {
	margin: 15px 0;
}
.bio li ul li, .bio li ul {
	margin-top: 5px;
	padding-top: 0;
}
ul#attributes {
	float: right;
	color: #0e4f99;
	border-top: 1px dotted #000;
	list-style: none;
	margin-left: 10px;
	padding: 0;
	width: 300px;
}
#attributes li {
	border-bottom: 1px dotted #000;
}
#more-attributes {
	width: 300px;
}
#more-attributes ul {
	list-style: circle;
	color: #cc2738;
	float: right;
	padding-left: 30px;
	font: bold .9em Verdana, Geneva, Tahoma, sans-serif;
	line-height: 2;
}
ul.bio {
	font-weight: bold;
	line-height: 1.4;
}
.bio li {
	margin: 20px 0;
}
a {
	color: #0e4f99;
}
a#donate {
	text-indent: -9999px;
	font-size: 1%;
	overflow: hidden;
	background: url(../images/donate.png);
	display: block;
	width: 121px;
	height: 31px;
}

#menu {
	width: 650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	height: 30px;
	padding-top: 3px;
}
#nav {
	list-style: none;
	width: 640px;
	font-size: 1em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	float: left;
}
#nav li {
	float:left;
	background: url(../images/tab.png) no-repeat;
	width: 105px;
	margin: 0 0 0 1px;
}
#nav li a {
	color: #e8e8e8;
	text-decoration: none;
	display: block;
	width: 95px;
	height: 23px;
	padding-top: 7px;
	padding-left: 30px;
	background: url(../images/star.png) 10px top no-repeat;
}
#menu2 {
	width: 650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	height: 30px;
	padding-top: 5px;
}

#nav2 {
	list-style: none;
	width: 250px;
	font-size: 1em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	height: 30px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#nav2 li {
	float:left;
	width: 240px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
	background-image: url(../images/tab2.png);
	background-repeat: repeat-x;
	height: 31px;
	text-align: left;
}
#nav2 li a {
	color: #e8e8e8;
	text-decoration: none;
	display: block;
	height: 25px;
	padding-top: 7px;
	padding-left: 30px;
	background-image: url(../images/star.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}


fieldset {
	border: none;
}
fieldset ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
fieldset li {
	margin: 10px 0;
}
label {
	display: block;
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: .8em;
}
input, textarea {
	background: #e8e8e8;
	border: 1px solid #8e8e8e;
}

