body {
	margin: 0;
	padding: 0;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333333;
}

#maranatha {
	background: #2A5C2B url(../images/bg.jpg) center top no-repeat;
}

#senior {
	background: #2A5C2B url(../images/bg_seniors.jpg) center top no-repeat;
}

#junior_challenge {
	background: #2A5C2B url(../images/bg_jr_challenge.jpg) center top no-repeat;
}

#junior_high {
	background: #2A5C2B url(../images/bg_jr_high.jpg) center top no-repeat;
}

#memories {
	background: #2A5C2B url(../images/bg_mm.jpg) center top no-repeat;
}

#quilters {
	background: #2A5C2B url(../images/bg_quilters.jpg) center top no-repeat;
}

#donate {
	background: #2A5C2B url(../images/bg_donate.jpg) center top no-repeat;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #3366CC;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 0 0;
	line-height: 24px;
	text-align: left;
}

a:link {
	color: #FF9900;
}

a:hover, a:active, a:visited {
	text-decoration: none;
	color: #3CF;
}

/* IMAGES */

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

img.center {
    display: block;
	margin: 10px auto 10px auto;
}


/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* FLASH HEADER */

#home_flash {
	width: 891px;
	margin: 0 auto;
	height: 377px;
}

/* BODY CONTENT */

#content-wrap {
	width: 920px;		
	height: 0 auto;
	margin: 0 auto;
}

#content {
	float: left;
	width: 548px;
	margin: 20px 30px 0px 50px;
	font-family: Verdana, Geneva, sans-serif;
}

#content-donate {
	float: left;
	width: 825px;
	margin: 20px 30px 0px 50px;
}

#content-registration {
	float: left;
	width: 900px;
	
}

/* FOOTER */

#footer {
	width: 600;
	height: 500px;
	margin: 0 auto;
	background: url(../images/footer_bg.jpg) center top no-repeat;
}

#donate-f {
	background: url(../images/footer_bg_donate.jpg) center top no-repeat;
}

/*#footer {
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0; 
}*/

html>body #footer {
	height: 250;
}

#footer p {
	font-size: 10px;
}

#legal {
	clear: both;
	padding-top: 60px;
	text-align: center;
	color: #FFF;
}

#legal a {
	color: #F90;
}

#legal a:hover, a:active {
	text-decoration: none;
	color: #3CF;
}

#legal a:visited {
	color: #3CF;
}


/* SIDEBAR */

#sidebar {
	float: right;
	width: 250px;
	margin: 10px 10px 0px 0px;
}

.sidebar_category {
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	letter-spacing: -1px;
	line-height: 19px;
	text-align: center;
	font-weight: bold;
}

.sidebar_text {
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: normal;
}

.sidebar_text_small {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: normal;
}


sidebar h1 {
	font-size: 10px;
	color: #FF9900;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 25px;
}

#sidebar h2 {
	width: 250px;
	height: 60px;
	padding: 8px 0 0 25px;
	margin-bottom: 10px;
	background: url(images/img07.jpg) no-repeat left top;
	font-size: 20px;
	color: #DADADA;
}

/* Boxes */


.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}


/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 94%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: -10px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -1px; /* negative value of footer height */
	height: 190px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 100%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#training {
	width: 891px;
	margin: 0 auto;
	height: 377px;
	background-image: url(../images/flash/training.png);
	background-repeat: no-repeat;
}

