body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	}
	
#container {
	margin:0 auto;
	width:725px;
	}
	
#header {
	width:725px;
	height:240px;
	background-image:url(images/donate_header.jpg);
	background-repeat:no-repeat;
	}
	
	

/*NAVIGATION*/
#navigation {
	height:50px;
	width:725px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	}
	
ul#navlist {
	margin:20px;
	padding-left:0;
	text-align:center;
	}

#navlist li {
	margin:0 auto;
	display:inline;
	padding-right: 5px;
	padding-left: 5px;
	}

#navlist a {
	padding:7px 15px;
	}
	
/*LINK STATES*/
#navlist a:link, #navlist a:visited {
	color:#000000;
	/*background-image:url(images/btn_brown.jpg);*/
	text-decoration:none;
	}

#navlist a:hover {
	color:#ffffff;
	background-color:#009933;
/*	background-image:url(images/btn_blue.jpg);*/
	text-decoration:none;
	}
	
#navlist #current{
	background-color:#009933;
	color:#FFFFFF;
	}
	

/*CONTENT*/
#content {
	width:725px;
	height:600px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#explain {
	width:630px;
	margin:0 auto;
	}
	
#content h1 {
	margin:0;
	font-size:13px;
	color:#3e1505;
	}
	
#content h2 {
	margin:0;
	font-size:14px;
	line-height:24px;
	color:#3e1505;
	}
	
#explain p {
	font-size:11px;
	line-height:17px;
	color:#7e7e7e;
	}
	
#explain a:link {
	color:#f30431;
	text-decoration:underline;
	}
	
#donation_form {
	text-align:center;
	}

#donation2_form {
	text-align:center;
	}

#shopping {
	width:450px;
	height:400px;
	margin:10px auto;
	border-top:#7e7e7e 1px solid;
	padding-top:10px;
	}
	
#categories {
	width:425px;
	height:200px;
	margin:10 auto;
	padding-top:10px;
	}
	
.category_box {
	width:225px;
	height:75px;
	float:left;
	}

.category_box img {
	margin-left:12.5px;
	border:none;
	border-style:none;
	display:block;
	}
