* {
	margin: 0;
	padding: 0;
}
body {
	margin: 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #074d69;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #94B0C8;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	color: #BABABA;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	clear:both;
	color:#999999;
	display:block;
	font-style:normal;
	font-variant:normal;
	font-weight:700;
	letter-spacing:-1px;
	line-height:140%;
	margin-top:5px;
}
h1 a:link, h1 a:hover, h1 a:visited {
	color: #999999;
	text-decoration: none;
}
#header {
	width: 868px;
	height: 182px;
	background-image: url(images/header.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#nav {
	width: 868px;
	height: 87px;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}
#nav ul.navlist li {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 18px;
	margin-bottom: 0px;
}
#stream ul.navlist li {
	position: relative;
	display: inline;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 0px;
	top: -15px
}
#nav #links a {
	color: #257a8c;
	text-decoration: none;
}
#nav #links a:hover {
	color: #34ABC5;
}
#sentry {
	width: 868px;
	margin: 0 auto;
	background-image: url(images/sentry.jpg);
	background-repeat: no-repeat;
}
#page {
	width: 868px;
	margin: 0 auto;
	background-image: url(images/content.jpg);
}
#content {
	float: right;
	width: 620px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#content p.info {
	color: #999999;
	margin-bottom: 5px;
}
#content p.post {
	color: #FFFFFF;
	margin-bottom: 25px;
}
#content p.donation {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
#content ul.donsub li {
	position: relative;
	display: inline;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 0px;
	top: -15px
}
form#donation {
	text-align: center;
}
#sidebar {
	float: right;
	width: 164px;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 22px;
	text-align: center;
}
#donpage {
	width: 500px;
	margin: 0 auto;
}
#donleft {
	float: right;
	width: 210px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#donright {
	float: right;
	width: 210px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#footer {
	width: 868px;
	background-image: url(images/footer.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 120px;
}
#legal {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 868px;
}
