html, body {
	margin:0;
	padding:0;

}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #323232;
	width:806px;
	background-image: url(images/shadow.gif);
	background-position:800px 0px;
	background-repeat:repeat-y;
	height:100%;
	width:100%;
}

p {
 	margin:20px;
	font-size:11px;
	line-height:150%; 
}

#header {
	background-color: #FFFFFF;
	width:800px;
	height:50px;
}

/*
#footer {
  width: 600px;
  float:left;
  background-color: #ffffff;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: x-small;
}
*/
#footer {

  background-color: #ffffff;
  padding: 0px 0px 0px 0px;
  margin: 60px 0px 0px 0px;
  font-size: x-small;
}

#footer-right {
	background-color: #000000;
	width:200px;
	height:123px;
	float:left;
}

#footer p {
	border-top: solid 1px #FF3517;
	padding-top: 4px;
}


#topnav {
	background-color: #000000;
	width:800px;
	height:26px;
}

#subpagetitle {
	background-image: url(images/subtitlegradient.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	width:800px;
	height:75px;
}

#content {
	background-color: #FFFFFF;
	width:600px;
	height:100%;
	float:left;
}

#content ul {
	font-size:11px;
	margin-top: 2px;
	line-height:175%;
}

#content li {
	font-size:11px;
	margin-left: 25px;
	line-height:175%;
}

#rightnav {
	background-color: #000000;
	width:200px;
	height:100%;
	float:left;
}

#rightnav a {
 	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}

#rightnav a:visited {
 	color: #FFFFFF;
}

#rightnav a:hover {
 	color: #FF3517;
	text-decoration:none;
}

.redborder {
	 border-bottom: solid 1px #FF3517;
	 border-top: solid 1px #FF3517;
}

.redtext {
	color: #FF3517;
	font-size:12px;
	padding:10px 10px 0px 14px ;
	margin:0px;
}

#whitetext {
	margin-left: 15px;
 	padding-left: 0;
 	list-style: none;
}
	
#whitetext li  {
 padding-left: 15px;
 background-image: url(images/whitearrow.gif);
 background-repeat: no-repeat;
 background-position: 0 .5em;
 line-height:125%;
}

#quote {
	width:210px;
	float:left;
	margin:10px 20px 20px 10px;
	background-image:url(images/quote_bg.jpg);
	background-repeat:repeat-y;
	background-position:top left;
}

.quote-head {
  font-size: 12px;
  font-weight: bold;
  text-align:center;
  margin:5px 0px 10px 9px;
  width:201px;
  border-bottom:solid red 1px;
 }

.quote-body {
   font-size: 11px;
   line-height:120%;
   padding:0px 5px 5px 18px;
   margin:0px;
 }

.quote-attr {
 font-size: 11px;
 text-align:center;
 color: #444;
 width:201px;
 margin:5px 0px 10px 9px;
 font-weight:bold;
}

p.big-header {
	font-size:110%;
	font-weight:bold;
	margin-bottom:2px;
	margin-top:10px;
}

form {
	display:inline;
}

#donate_btn {
	margin:18px auto 2px auto;
	width:173px;
}
