/*Global CSS DoorPower.com */
 /*  Z-indexes:    */

/*  Color Reference: BG-Tan #D4CCAA;   Crimson: #8B1F0F   Blue: #0075BA */
html {
	position: relative;
	height:100%;
}

body {
	position: relative;
	height:100%;
	font-family: Lucida Sans Unicode, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 100%;
	letter-spacing: .1em;
	line-height: 1.16666667em;
	color: #ddd;
	background: #000 url('../images/pw_maze_black.png') 0 0 repeat;
}

.wrapper {
	position: relative;
	height:100%;
	/*min-height: 700px;*/
	margin: 0px auto;
	padding: 0;
	width: 960px;
	/*background-color: #123;*/
}

header {
	position: relative;
	width: 920px;
	margin: 0 auto 20px auto;
	background-color: rgba(0,0,0,.3);
	padding: 20px;
	border: 3px solid #666;
	border-top: 0;
	-webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, .5);
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, .5);
	border-radius: 0 0 20px 20px;
}

.main {
	position: relative;
	width: 920px;
	min-height: 600px;
	margin: 0 auto 0 auto;
	background-color: rgba(0,0,0,.3);
	padding: 20px;
	border: 3px solid #666;
	-webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, .5);
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, .5);
	border-radius: 20px 20px 20px 20px;
}

footer {
	position: relative;
	/*bottom: 0;*/
	margin: 0 auto 0 auto;
	width: 920px;
	background-color: rgba(0,0,0,.3);
	padding: 20px;
	border: 3px solid #666;
	border-bottom: 0;
	-webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, .5);
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, .5);
	border-radius: 20px 20px 0 0;
	color: #888;
}

.clearleft {
	clear: left;
}
.clear {
	clear: both;
}

.floatl {
	position: relative;
	float: left;
	margin-right: 20px;
}

.floatr {
	position: relative;
	float: right;
	margin-left: 20px;
}

a {
	color: #bbb;
	text-decoration: none;
}

a:hover {
	color: red;
}


h1 {
/*	font-weight: bold;*/
	font-size: 1.6em;
	line-height: 1.2em;
}

h2 {
	/*font-weight: bold;*/
	font-size: 1.3em;
	line-height: 1.2em;
}

header h1 {
	font-size: 4em;
	line-height: 1.3em;
}

header h2 {
	font-size: 1.3em;
	line-height: 2em;
	color: #888;
}

header a {
	color: #ddd;
	text-decoration: none;
}

header a:hover {
	color: #ddd;
}


.center {
	text-align: center;
	margin: 0 auto;
}

.txtcenter {
	text-align: center;
}

.main p {
	margin: 0 .75em 1em .75em;
}