﻿@charset "utf-8";
/* CSS Document */


body {	
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center; 
	}

#container { 
	width: 780px;  
	background: #878787;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align:left
} 

#header  {

	background-color:#878787; 
	padding: 0px 0px 0 0px; 
	width: 780px;
	height: 200px;
	
}


.footer  {

	background-image:url('../images/footer.jpg');
	background-repeat:no-repeat; 
	width: 780px;
	height: 86px;
	color:#f6d684
}

#logo	{

	position: relative;
	top:10px;
	right:130px;
	height:49px;
	width:328px;
}

#catch	{

	position: relative;
	top:40px;
	right:70px;
	width:368px;
	height:47px;
	
	}
	
.bodybg {

background-image:url(../images/info2.jpg);
background-repeat:no-repeat;
width:548px;
height:750px;
color:#f6d684;

}

.bodybg1 {

background-image:url(../images/pledge.jpg);
background-repeat:no-repeat;
width:548px;
height:750px;
color:#f6d684;

}


.bodybg2 {

background-image:url(../images/ryansstory.jpg);
background-repeat:no-repeat;
width:548px;
height:750px;
color:#f6d684;

}

.bodybg3 {

background-image:url(../images/about.jpg);
background-repeat:no-repeat;
width:548px;
height:750px;
color:#f6d684;

}

.bodybg4 {

background-image:url(../images/contact.jpg);
background-repeat:no-repeat;
width:548px;
height:750px;
color:#f6d684;

}

.bodybg5{

background-image:url(../images/events.jpg);
background-repeat:no-repeat;
width:548px;
height:750px;
color:#f6d684;

}




.navbg	{

background-image:url(../images/navbar%20copy.jpg);
background-repeat:no-repeat;
width:548px;
height:100px;
color:#f6d684

}

.sidebarbg	{

background-image:url(../images/sidebar.jpg);
background-repeat:no-repeat;
width:220px;
height:750px;
color:#f6d684;
padding-right:10px;
font-size:12px


}
.red	{
	
	color:red
}


a:link	{
text-decoration:none;
color:#E9B412;

}

a:visited	{
	
	text-decoration:none;
	color:#E9B412;
}

a:hover {
text-decoration:underline;
color:#E9B412;

}


