@charset "utf-8";
/* CSS Document */

@import "reset.css";

html, body {
	text-align:center;
	font-family: "Lucida Sans Unicode", Courier New, courier, serif;
	font-size:11px;
	background-image:url(_images/pow_background.jpg);text-align:center;
	background-repeat:repeat-x;
	background-color: #f2c816;
	height:100%;
	margin: 0;	
	padding: 0;
	text-align:center;
}

#container {
	position:relative;
	width: 805px;
	margin: 0 auto;		/* for ie bug apparently */
	padding: 0;
}

#top-quote {
	color:#FFF;
	margin: 20px;
	font-size: 13px;
}

#top-quote q {
	font-weight: bold;
}


.showmenu {
	display:block;
	text-align: center;
	padding:0;
	margin:0;
	list-style-type:none;
	}

.showmenu li {
	list-style-type:none;
	display:inline;
	margin:0 !important;
	padding:0 !important;
	}
	
.showmenu a:hover {
	background-color:#000000;
	color:#FFFFFF;
	}
	
.showmenu a  {
	padding: 0 2px;
	}
	
.showmenu ul {
	padding:0 !important;
	margin:0 !important;
	}

.description {
	font-size: 13px;
}


	#paper {
		position:relative;
		width: 800px;
		padding: 1px;
		z-index: 10;
		top: -40px;
		margin: 0 auto;		/* for ie bug apparently */
	}

	#paper-top {
		height:32px;
		width: 800px;
		background-image:url(_images/paper-top.png);
		background-repeat:no-repeat;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0 auto;		/* for ie bug apparently */
		padding: 0;
	}
	
	#paper-bottom {
		height:40px;
		width: 800px;
		background-image:url(_images/paper-bottom.png);
		background-repeat:no-repeat;
		position:absolute;
		bottom:0;
		left: 0;
		margin: 0 auto;		/* for ie bug apparently */
		padding: 0;
	}
	
	#paper-content {
		width:760px;
		margin-bottom: 39px;
		margin-top: 31px;
		padding:0 20px;
		background-color:#e8eff1;
		position: relative;
	}
	
	#heading {
		position: relative;
		z-index: 100;
		margin: 0;
		padding: 0;
	}
	
	.other_links {
		position: relative;
		top: -20px;
	}
	
	.logos {
		position: relative;
		top: -30px;
	}	
	.logos img {
		margin: 0 30px;
	}
	
	.no-adjust { /* for when images aren;t there */
		top: 0 !important; 
		margin: 10px;
	}

a {
	outline:none;
}

.visible {	display:auto;	}
.hidden { 	display:none; 	}
