* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: .95em;
 color: #000;
}
#wrapper { 
 margin: 10px auto;
 width: 800px;  /*922*/
 border: 2px solid #39f;
 background:url(images/navbg.gif) repeat-y;
}	

#header {
 width: 790px;  
 float: left;
 padding: 1px 5px; 
 background-color: #39f;
 height: 135px;
 margin: 0;
}
#hdr_logo {
 width: 228px;
 float: left;
 height: 135px;
}
#hdr_title {
 float: right;
 width: 550px;  /* 528 */ 
 text-align:center;
 margin-top: 50px;
 font-size: 1.5em;
 color: #fff;
}

#navigation {
float: left;
width: 240px;
font-size: 1.2em;
background: #39f;
vertical-align: top;
list-style: none;
text-align: right;
padding-top: 15px;
}

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

#navigation ul a {
color: #fff;
text-decoration: none;
display: block;
margin: 0 1em .5em .5em; 
}

#navigation a:visited {
color: white;
}

#navigation a:hover {
color: yellow;
}

/*  style the menu item of the current page */
#navigation #current {
font-size: 120%;
margin: 0;
}

#content { 
 float: right;
 color: #333;
 margin-top: 15px;
 padding: 12px;
 width: 510px;   /*678*/
 display: inline;
}

.sponsor {
  margin:2px;
  height:auto; 
  width:auto;
  float:left;
  text-align:center;
  }
.sponsor img
  {
  display:inline;
  margin: 2px;
  }

/* photos at the bottom of the page */
.photo
  {
  margin:3px;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }

.photo img
  {
  display:inline;
  margin: 5px;
  }

h2 {
font-size: 1.5em;
color: white;
text-align: center;
}
		
h3 {
font-size: 1.3em;
color: white;
text-align: right;
font-weight: 100;
}

h5 {
 font-size: .9em;
 font-weight: lighter;
 text-align: right;
 top: auto;
}
.floatleft {
	float:left;
	padding-left: 20px;
}
.floatright {
	float:right;
	text-align:center;
	padding-right: 45px;
	padding-top: 60px;
	
}
.clearfloat {
	clear:both;
}

.larger {
	font-size: 1.2em;
}

.indent {
	margin-left: 20px;
	padding-right: 10px;
}

#footer { 
  clear: both;
  width: 790px; 
  height: 80px;
  background: #3cf;
  padding-right: 10px;
  text-align:right;
}
#footer_left {
  width: 250px;
  float: left;
  color: #fff;
  padding-top: 12px;
}
#footer_right {
  float: right;
  width: 530px;  /* 528 */ 
  padding-top: 15px;
}