html {
	margin: 0;
	padding: 0;

	}

body {
	background-image: url(../bg.jpg);
	background-repeat: repeat-x;
	text-align: center; /* To get the site to center in IE*/
	width:915px;
	margin:0 auto;
	padding:0px;
	font-family: Verdana;
	
	
}


#wrapper {
	width:915px;
	overflow:auto; /* WE ONLY NEED THIS LINE BECAUSE 	INTERNET EXPLODER ISN'T READING CODE PROPERLY */
	padding:25px 15px 15px 15px;
	text-align: left;
	background-color:#FFFFFF;
	overflow: hidden; /*  REMOVES SCROLLBARS IN IE */
	
	
}
/*
#bgcolor {
	width:900px;
	overflow:auto; 
	margin-top:50px;
	text-align: left;
	background-color:#FFFFFF;
}

*/

#logo {
	width:480px;	
	float:left;
	min-height:80px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:80px; /* for IE5.x and IE6 */

}

#tagline {
	text-align: right;
	width:350px;
	min-height:80px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:80px; /* for IE5.x and IE6 */
	float:right;
	color: #800000; 
	font-weight:500;	
	padding: 5px 5px 0 0;
	font-size:22px;

}





#nav {
	float:left;
	width:900px;
	color: #800000;
	text-align: left;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0; 
	margin:0 0 10px 0;
	padding:5px 0 5px 0;
		

}




.navItem {
	margin: 0 15px 0 15px;
	font-size: 12px;
	
}



#navItemBlue a {
	text-decoration: none; 
	font-size: 12px;
	
}


#navItemBlue a:hover {
	color: #136F9B;
	text-decoration: underline; 
	font-size: 12px;
}





#content{
	float:left;
	width:880px;
	padding:10px;

}

#footer {
	text-align: center;
	color: #800000;
	font-size: 11px;
	float:left;
	width:900px;
	border-top: 1px solid #C0C0C0;
	margin:0 auto;
	padding:0px;
	
}

.footerPipe {
	color: #800000;
	font-weight: bold;
	margin: 5px 15px 0 15px;
	
}

#copyright {
	text-align: center;
	color: #C0C0C0;
	font-size: 10px;
	float:left;
	width:900px;
	margin:20px 0 10px 0;
	
}


#copyright a {
	color: #C0C0C0;
	font-size: 10px;
	text-decoration: none; 
	
}

#copyright a:hover {
	color: #C0C0C0;
	font-size: 10px;
	text-decoration: underline; 
	
}


a:link, a:visited { 
	
	text-decoration: none; 
	color: #800000;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #800000;
	}