/* CSS Document */

body {
	background: #1966B9 url(images/bg_gradient.gif) bottom left repeat-x;
	}
	
#container {
	background: #DC2516;
  	width: 900px;
  	margin: 0 auto;
  }

#header {
  width: 900px;
  height: 235px;
  margin: 0 auto;
  background: url(images/mapp_header.gif) no-repeat top center;
  }

/* begin navigation styles */

#nav {
  float: left;
  width: 885px;
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none;
  background: #DC2516 url(images/nav_bottom.gif) repeat-x bottom left;
  }

#nav li {
  float: left;
  margin: 0 5px 0 0;
  list-style: none;
  color: #1A438B;
  font-family: "Gill Sans MT", Arial, Helvetica, Verdana, sans-serif;
  
  }
  
#nav a {
  float: left;
  display: block;
  margin: 0;
  padding: 5px 15px;
  color: #1A438B;
  text-decoration: none;
  border: 1px solid #1A438B;
  background: #FFF url(images/nav_bg.gif) repeat-x top left;
  }

#nav a:hover, body#home #t-home a, body#about #t-about a, body#events #t-events a, body#friends #t-friends a, body#donate #t-donate a, body#explorers #t-explorers a{
  float: left;
  display: block;
  margin: 0;
  padding: 5px 15px 10px 15px;
  color: #1A438B;
  text-decoration: none;
  border: 1px solid #1A438B;
  border-bottom: none;
  background: #FFF url(images/nav_bg.gif) repeat-x top left;
  }

/* styles for main content blocks */

#content {
  float: left;
  width: 625px;
  margin: 0 0 5px 15px;
  padding: 20px 0 0 0;
  background: #FFF url(images/content_bottom.gif) bottom left repeat-x;
  border-left: 1px solid #1A438B;
  border-bottom: 1px solid #1966B9;
  }

#content p {
	margin: 0 50px 10px 50px;
	}

#sidebar {
	float: right;
	width: 240px;
	margin: 0 15px 10px 0;
	background: #FFF url(images/sidebar_bg.gif) top left repeat-y;
	border-right: 1px solid #1A438B;
  	border-bottom: 1px solid #1966B9;
	}

#sidebar p {
	margin: 10px 20px;
	}

p {
	font-size: medium;
	font-family: "Gill Sans MT", Arial, Helvetica, Verdana, sans-serif;
	}
	
/* footer styles */

#footer {
	clear: both;
	background: #24A33B;
	width: 865px;
	margin: 0 0 5px 15px;
	}

#footer p {
	color: #FFF;
	font-size: 90%;
	padding: 5px 10px;
	}