/* CSS Document */
body {
	font-family: "Trebuchet MS", verdana, tahoma, arial;
	background-color: #D8964B;
	font-size: 12px;
	color: #fff;
	margin: 0;
}

a {
	color: #fff;
	text-decoration: none;
}

img {
	border: 0px !important;
}

#container {
	margin: 0 auto 0 auto;
	width: 900px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-image: url(../images/body_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #000;
	
	min-height: 500px;
}

#header {
	height: 95px;
	padding: 0 19px 0 27px;
}
	#header .leftHeader {
		float: left;
		padding: 6px 0 0 0;
		width: 619px;
		font-size: 16px;
		font-weight: bold;
	}
	
		#header .leftHeader #logo {
			color: #D8964B;
		}
		
		#header .leftHeader #subTitle {
			color: #000;
		}
	
	#header .rightHeader {
		float: right;
		padding: 0 0 0 0;
		width: 171px;
	}
		
		#header .rightHeader #donate {
			height: 71px;
			color: #B95D4E;
			font-size: 16px;
			font-weight: bold;
			text-transform: uppercase;
		}
		
		#header .rightHeader .topLinks {
			font-size: 11px;
			color: #000;
			margin: 8px 0 0 0;
			text-align: center;
		}
		
			#header .rightHeader .topLinks a {
				color: #000;
				text-decoration: none;
				padding: 0 16px 0 16px;
			}
			
#content {
	color: #fff;
	font-size: 13px;
	padding: 131px 19px 0 27px !important;
}

	#content #contentArea {
		width: 620px !important;
		float: left;
		padding: 0 0 50px 0;
	}
	
	#content #quotes {
		width: 139px;
		float: right;
		margin: 50px 2px 0 0;
		padding: 21px 11px 21px 21px;
		/*background-image: url(../images/quote_bg.gif);
		background-position: top left;
		background-repeat: no-repeat;*/
		line-height: 25px;
		min-height: 200px;
		height: 200px;
	}
	
		#content #quotes .small {
			font-size: 11px;
		}
	
#nav {
	clear: both;
	padding: 0 19px 0 27px;
	vertical-align: baseline;
}

	#nav a {
		text-decoration: none;
		padding: 0 34px 0 0 !important;
	}
			
#footer {
	height: 138px;
	clear: both;
	padding: 14px 0 0 0;
	background-color: #000;
}

	#footer #leftBg {
		width: 223px;
		float: left;
		padding: 23px 0 0 0;
		background-repeat: no-repeat;
	}
	
	#footer #rightBg {
		width: 520px;
		float: right;
		text-align: right;
	}

/*--------------------*/

h1 {
	font-size: 14px;;
	font-weight: bold;
	margin: 0 0 10px 0;
}

ul {
	list-style-position:inside;
	list-style-type:circle;
	margin:0;
	padding:0;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:12px;
}
li {
	margin:0;
	padding:0;
}
div#main {
	margin-left: 0;
	margin-top: 0;
	text-align: center;
}

div#main img {
	border: 5px solid #fff !important;
}

div#main p {
	margin: 10px 0 0 0;
}

div#left {
	position:absolute;
	left:10px;
	top:35px;
	width:200px;
	text-align:left;
	font-size:14px;
}
div#top {
	position:absolute;
	left:0px;
	top:0px;
	right:0;
	width:auto;
	height:20px;
	text-align:left;
	font-size:14px;
	background:#369;
	color:white;
	padding:5px;
}
div#top a {
	color:white;
}
h2 {
	margin:0;
	font-size:14px;
	font-weight:bold;
}

h1 a {
	text-decoration:none;
}
h1 a:hover {
	text-decoration:none;
}
li.current {
	font-weight: bold;
	color: red;
}
div#top p, div#top ul {
	display: inline;
	text-align: left;
}
div#top li {
	display:inline;
	margin-left:10px;
}
