/* 
	stylesheet for MPowerseries.com :: single-column pages (specials page etc.)
	design and graphics copyright AllYourStrength, LLC all rights reserved
	*/
	
* {
	padding: 0;
	margin: 0;
	}
	
body {
	text-align: center; /* IE6 hack */
	font-size: 12px;
	color: #333;
	background: #336699;
	padding-top: 10px;
	}
	
	/* link behaviour */
	
a, a:link, a:visited {
	color: #69c;
	background: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #666;
	}
	
a:hover, a:active {
	color: #666;
	background: #fff;
	border-bottom: 1px dotted #69c;
	}
	
	img {
		border: none;
		}
	
#foot a, #foot a:link, #foot a:visited {
	color: #69c;
	background: #fff;
	padding: 1px;
	text-decoration: none;
	border: none;
	}
	
#foot a:hover, #foot a:active {
	color: #666;
	background: #fff;
	}

	/* structural boxes */	

#login, #wrap {
	text-align: left; /* recover from IE6 hack */
	margin-left: auto;
	margin-right: auto;
	width: 734px;
	}
	
#wrap {
	background: #fff;
	/* background: #fff url(/images/header_static.jpg) no-repeat top left; */
	/* padding-top: 138px; */ /* the height of the masthead graphic */
	border: 3px solid #aaa;
	}

	#minimast { /* deprecated in all files within Specials folder */
		display: none; /* remove this div from all remaining templates... then delete this ID altogether */
		}

	#copy {
		padding: 40px 40px 30px 40px;
		}

#foot {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	text-align: left;
	font: 11px Verdana, Helvetica, sans-serif;
	padding: 3px 0 60px 0;
	}
	
	#foot ul {
		list-style-type: none;
		padding: 0 0 0 80px;
		}
	
	#foot li {
		font: 10px Verdana, Helvetica, sans-serif;
		display: inline;
		margin: 0 8px 0 0;
		background: none;
		padding: 0;
		}