/**************************************************************
COMMON COLORS:
--------------------------------------------------------------
red			#f9a885
blue			#70b7d6
yellow		#f9f4b3
**************************************************************/

html, body {
	font-size: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	margin: 0;
	padding: 0px 0px 6px 0px;
	color: #6e84bb;
	font-weight: bold;
}

#outerContainer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #70b7d6;
	font-size: 12px;
}

#outerHeader, #outerNav, #outerContent {
	display: block;
	clear: both;
}

#outerHeader {
	background-color: #f9a885;
}

#outerNav {
	border-bottom: 5px solid #fff;
}

#outerContent {
	background: url(../images/bg_home.jpg) no-repeat top center #70b7d6;
}

#header, #content {
	width: 800px;
	margin: 0 auto;
}

#nav {
	width: 1024px;
	margin: 0 auto;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 6px 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
#nav ul li {
	display: inline;
	border-right: 1px solid #fff;
	padding: 0 10px;
}
#nav ul li.last {
	border-right: none;
}
#nav ul li a {
	color: #fff;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #f9f4b3;
}

#content {
	min-height: 482px;
	height: auto !important;
	height: 482px;
}

#innerContent {
	margin: 0;
	padding: 75px 100px 0 525px;
}

#donateForm {
	padding: 0;
	margin: 0 0 0 540px;
	position: absolute;
	top: 545px;
}

.alert {
	border: 3px solid #6e84bb;
	text-align: center;
	font-weight: bold;
	color: #f9a986;
	margin-bottom: 10px;
}
.alert p {
	padding: 5px;
}
.alert a {
	color: #f9a986;
	text-decoration: underline;
}
.alert a:hover {
	color: #6e84bb;
}

#statDiv {
	color: #fff;
	text-align: center;
	width: 800px;
	margin: 0 auto;
}