* {
	margin: 0;
	padding: 0;
}
body {
  text-align: center;
  min-width: 800px;
  background-color:#88B0AF;
  font-family:Tahoma, Arial Black, Helvetica, Arial, sans-serif;
  
}
#wrapper {
  text-align: left;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-color:#88B0AF;  
}
#header {
   width:800px;
   background-image:url(../images/Banner.png); 
   background-repeat:no-repeat;
   background-position:top;
   background-color:#604F75;
   display: block;
}
#logo a {
  position: absolute;
  height: 200px;
  width: 750px;
  top: 0px; 
  text-decoration: none;
  }
#logo a i { visibility: hidden; }
a#logo:hover { background-image: url(../images/Banner.png); border: none; opacity:0.9;} 

#header p{  /*We want to style the paragraph tags inside of the header*/
   color:#fff;
   font-family:Tahoma, Arial Black, Helvetica, Arial, sans-serif; 
   font-size:14px;
   margin:0;
   padding: 202px 6px 0px 6px; /* Top Right Bottom Left (thanks Chris) 82px will push it down enough to show the whole background...it's a hack but that's how I roll*/
}
#tabs {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #666;
	margin-bottom:1em; /*margin between menu and rest of page*/
	overflow:hidden;
    font-family:Tahoma, Arial Black, Helvetica, Arial, sans-serif; 
    font-size:12px;	
	}

#tabs ul {
	margin:10;
	padding:10px 10px 0 0px;
	list-style:none;
	
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("media/left.png") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("media/right.png") no-repeat right top;
	padding:6px 15px 4px 6px;
	margin-right:2px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}


}#content{
  background-color:#88B0AF;
  width:800px;
  font-family:Tahoma, Arial Black, Helvetica, Arial, sans-serif;  
}
.roundedCorners{
width: 220px;
padding: 10px;
background-color: #DDEEF6;
border:1px solid #DDEEF6;

/* Do rounding (native in Safari, Firefox and Chrome) */
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}

.indentsm
   {
   padding-left: 15pt;
   padding-right: 15pt;
   }

.indentlg
   {
   padding-left: 75pt;
   padding-right: 15pt;
   }

/* default opacity for IE */
img {
	filter: alpha(opacity=100);
	}

/* duplicate image positioning */
img.idupe {
	position:absolute;
	z-index:30000;
	visibility:hidden;
	}
	
/*We style the p tag here again, as well as our h tags*/
#content h1{
  font-size:18px;
  font-weight:bold; /*All h tags are BOLDED by default*/
  color:#604F75;
  margin: 0 6px;
  padding: 15px 0 3px 0;
  font-family:Lucida Handwriting, Arial Black, Helvetica, Arial, sans-serif;  
}
#content p{
  color:#604F75;
  font-size:12px;
  font-weight:bold;
  font-family:Tahoma, Arial Black, Helvetica, Arial, sans-serif;  
  margin: 0 6px; /* Top/Bottom Left/Right...we want the paragraph to flush right up to the bottom of the h1*/ 
  padding: 0 6px 9px 6px; 
}

#content p1{
  color:#fff;
  font-size:18px;
  font-weight:bold;
  font-family:Tahoma, Arial Black, Helvetica, Arial, sans-serif;  
  margin: 0 6px; /* Top/Bottom Left/Right...we want the paragraph to flush right up to the bottom of the h1*/ 
  padding: 0 6px 9px 6px; 
}
/* And now the fun part!*/
#information{
  margin:0px 6px; /*this will position it level with the h1 tag and a bit away from the edge...my preferance*/
  width:322px;
  float:right;
  background-color:#FF0000;
  border:1px solid #000;
}
#information p{
  font-size:11px;
  font-family:Tahoma, Arial Black, Helvetica, Arial, sans-serif;  
  color:#fff;
  margin: 0;
  padding: 6px;
}

/*THE FOOTER IS THE MOST IMPORTANT PART WHEN USING ANY FLOATING DIVS*/
#footer{
  width:800px;
  clear:both;
  background-color:#D5FF9D;
}

#footer p{
  font-size:10px;
  font-family:Tahoma, Arial Black, Helvetica, Arial, sans-serif;  
  font-weight:bold;
  color:#0000FF;
}