body {
	font-family: Arial;
	font-size: 12px;
}

h3 {
 	font-size: 14px;
	color: #0782b5;
}

p {
	margin: 5px;
}

a {
	text-decoration: none;
	color: #0782b5;
}

hr{
	margin: 5px;
	color: #57aacd;
}
#wrapper {
	width: 800px;
	margin:auto;
}

#nav {
	width: 800px;
	height: 51px;
	display:block;
	background: url('images/top.jpg');
	line-height: 51px;
}

#links {	
	position: relative;
	top: 15px;
	left: 250px;
}

#banner {
	width: 800px;
}

#content {
	width: 800px;
	background: #fff url('images/content_bg.jpg');
	background-repeat: repeat-x;
}

#subpage {
 	float:left;
	width: 760px;
	margin-left:10px;
	background: #fff url('images/subpagebg.jpg');
	background-repeat: no-repeat;
}

#subpage h3{
	margin: 5px;
	font-size: 16px;
}

#bodyLeft {
 	background: #fff url('images/bodyLeftbg.jpg');
 	background-repeat: no-repeat;
	width: 477px;
	float: left;
}

#bodyRight {
 	background: #fff;
 	background: url('images/bodyRightbg.jpg');
 	background-repeat: no-repeat;
	width: 268px;
	float: left;
	color: #fff;
	margin-bottom: 15px;
}

#bodyRight h3{
 	font-size: 14px;
	color: #fff;
	margin: 5px;
}

#smallnotify {
	background: #b8dfea;
}

#footer {
 	float:left;
 	clear:both;
	width: 800px;
	border-top: 3px solid #0782b5;
	background: #fff;
}

#footerLeft {
	float: left;
}

#footerRight {
	float: right;
}

#footerRight a{
	text-decoration: none;
}

#footerRight a:hover{
	color: #ff0011;
}

#donate {
	position: fixed;
	top: 0px;
	left: 0px;
}
