body {
	padding: 0;
	
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	font: small Arial, Helvetica, Verdana, sans-serif;
	margin-top: 3%;
	margin-right: 0;
	margin-bottom: 10%;
	margin-left: 0;
}
#wrapper {
	
	width: 880px; /* the auto margins (in conjunction with a width) center the page */
  
 
	margin-right: auto;
	margin-left: auto;
	
}
#header-bottom {
	
	height: 1%;
}
#header-bottom ul {
	
	padding: 0;
	padding: 30px 30px 8px 0px;
	text-align: right;
	font-size: 130%;
}
#header-bottom li {
	display: inline;
	color: #999;
}
#header-bottom a:link, #header-bottom a:visited {
	text-decoration: none;
	color: #CCC;
}
#tagline {
	font-weight: bold;
	font-style: italic;
	margin: 0;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 20px;
	background-image: url(images/titlebar.png);
	width: 880px;
	padding-bottom: 50px;
}
#content {
	
	text-align: center;
	margin-top: 0px;
}
#footer {
	width: 100%;
	border-top: 1px solid #ccc;
	
	margin-top: 10px;
	clear: both;
}
#footer p {
	font-size: 90%;
	color: #256290;
	margin: 0;
	padding: 0.2em 0 0.2em 0;
}

#footer-bottom {
	
	height: 1%;
}
#footer-bottom ul {
	padding: 0;
	padding: 0px 0px 0px 0px;
	text-align: right;
	font-size: 120%;
}
#footer-bottom li {
	display: inline;
	color: #999;
}
#footer-bottom a {
	color: #CCC;
}
#clearone {
	clear: both;
	height: 1px;
}
#image {
	width: 10%;
}
.picleft {
	padding-right: 5px;
	padding-bottom: 5px;
	white-space: normal;
	clear: left;
	float: left;
	font-size: 80%;
	padding-top: 3px;
}
.picright {
	padding-right: 5px;
	padding-bottom: 5px;
	white-space: normal;
	clear: right;
	float: right;
}
