/* MAIN LAYOUT ELEMENTS	*/

html {
	width: 100%;
	height: 95%;
	}
body {
	margin: 0px;
	height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 112%;
	color: #e4e4e4;
	padding: 0px 0px 0px 0px;		/* TEMP!!! */
	background-color: #000000;
	}

/* LAYOUT BLOCKS */


#outer {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: table;
	#position: relative;	/* IE7 */
	}
#vcenter {
	#position: absolute;	/* IE7 */
	#top: 55%;				/* IE7 */
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	}
#frame {
	position: relative;
	width: 950px;
	margin: 0px auto;
	z-index: 4;
	height: 520px; !important
	height: 520px;
	#position: relative;	/* IE7 */
	#top: -50%;				/* IE7 */
	#left: -50%;			/* IE7 */
	font-size: 62%;
	border: 1px solid #e4e4e4;
	background-color: #000000;
	text-align: left;
	}

#inner {
	position: relative;
	width: 950px;
	height: 520px; !important
	height: 520px;
	overflow: hidden;
	text-align: left;
	}
#top {
	position: relative;
	width: 950px;
	height: 70px;
	padding: 1px 0px 0px 0px;
	margin: 0px;
	z-index: 100;
	}
#main {
	position: relative;
	width: 950px;
	height: 420px;
	padding: 1px 0px 0px 0px;
	margin: 3px 0px 0px 0px;
	z-index: 10;
	}
#left {
	position: absolute;
	width: 400px;
	height: 422px;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 12;
	overflow: hidden;
	}
#content {
	position: relative;
	width: 530px;
	height: 380px;
	margin: 0px 0px 0px 400px;
	padding: 40px 10px 0px 0px;
	z-index: 11;
	}
#footer {
	position: relative;
	clear: both;
	width: 950px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	line-height: 25px;
	border-top: 1px solid #464646;
	}

/* Alternate layout: wide image */
body.contentpgwide #left {
	width: 600px;
	}
body.contentpgwide #content {
	width: 340px;
	margin: 0px 0px 0px 600px;
	}

/* Alternate layout: higher content block */
body.contentpghigh #content {
	padding-top: 20px;
	height: 380px;
	}

/* Alternate layout: full-page image */

#entryimg {
	position: absolute;
	width: 950px;
	height: 407px;
	top: -10px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	z-index: 12;
	overflow: hidden;
	}

/* TOP: Internal layout */

#logoholder {
	position: relative;
	width: 950px;
	height: 20px;
	z-index: 900;
	border-top: 1px solid #464646;
	border-bottom: 1px solid #464646;
	text-align: center;
	margin: 20px auto 0px auto;
	}
#navi {
	position: relative;
	width: 950x;
	height: 30px;
	margin: 0px auto;
	padding: 0px;
	border-bottom: 1px solid #464646;
	}

/* CONTENT: internals */

#textcontent {
	width: 380px;
	margin: 0px 10px 10px 100px;
	padding: 10px 20px;
	border: 1px solid #464646;
	}
body.contentpgwide #textcontent {
	width: 280px;
	margin: 10px;
	}
body.sub_12 #textcontent {
	width: 480px;
	margin: 0px 10px 10px 0px;
	}
body#page_5 #textcontent {
	width: 480px;
	margin: 0px 10px 10px 10px;
	}
body#page_51 #textcontent {
	width: 280px;
	margin: 0px 10px 10px 10px;
	}

body.contentpghigh #textcontent {
	height: 340px;
	overflow: auto;
	}

/* FOOTER: internals */

#footernotice {
	height: 25px;
	text-align: center;
	}

