* {
    padding: 0;
    margin: 0;
} 

body {
	background: #F2F1E9;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #555;
	line-height: 17px;
}

img { border: none; }
a {
	color: #303;
}
a:hover { text-decoration: none; color : #444; }

#wrap {
	padding: 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	width: 780px;
	background-image: url(images/fade.png);
	background-repeat: repeat-y;
	background-position: 740px;
}
#header h1 {
	font-size: 38px;
	font-weight: 600;
	letter-spacing: -2px;
}
#header h1 a {
color: #FF7400;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
text-decoration: none;
}

#content {
	margin-top: 0px;
	width: 740px;
	background-color: #cccc99;
}
#nav_bar {
	float: right;
	width: 740px;
	margin-top: 0px;
	background-color: #CC6;
	height: 60px;
}
#top_pic {
	float: left;
	width: 590px;
	height: 175px;
}
#donate {
	height: 87px;
	width: 150px;
	float: right;
	background-color: #DDD9B9;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-color: #888;
	border-bottom-style: solid;
	margin: 0px;
}
#email_list {
	float: right;
	height: 86px;
	width: 150px;
	background-color: #DDD9B9;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.right {
	float: right;
	width: 740px;
}
.right h2 {
	color: #330033;
	font-size: 24px;
	font-weight: 100;
	padding : 10px 0 15px 0;
}
.right h2 a {
	color: #330033;
}
.right h2 a:hover {
color: #333;
}

#footer {
	font-size: 11px;
	color: #444;
	text-align: left;
	margin: 0px;
	border-top-color: #ccc;
	background-color: #ffffcc;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-image: url(images/fade02.png);
	background-repeat: repeat-x;
}
#footer_right {
	float: right;
	width: 40px;
	margin-left: 740px;
	margin-top: -44px;
	background-color: #ffffcc;
	height: 40px;
	background-image: url(images/fade03.png);
	background-repeat: no-repeat;
	background-position: -1px -5px;
}
#back_right {
	width: 25px;
	margin-left: 740px;
	height: 900px;
	float: right;
}
#sidebar {
	float: left;
	width: 200px;
}
#b_left {
	width: 20px;
	margin-left: 740px;
	float: right;
	height: 900px;
	margin-top: 10px;
}
#footer a { 
color: #aaa;
}
#footer a:hover {
color: #aaa; 
text-decoration: underline; 
}
#body_content {
	padding-left: 10px;
	padding-right: 10px;
}

