/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body {
	padding:0;
	margin:0;
	background: #8d8382;
	color: #000000;
}

#outer{
	height: 100%;
	min-height: 100%;
	margin-bottom: -62px;
	color: #000000;
}

/*for mozilla as IE treats height as min-height anyway*/
html>body #outer {
	height: auto;
} 

#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:127px;
}

#footer {
	width:100%;
	clear:both;
	height:60px;
	background: #8d8382;
	color: #000000;
	text-align:center;
	position:relative;
}

* html #footer {/*only ie gets this style*/
	\height: 62px;/* for ie5 */
	he\ight: 60px;/* for ie6 */
}

/*needed to make room for header*/
#clearheader {
	height: 127px;
}

/*needed to make room for footer*/
#clearfooter {
	clear:both;
	height:60px;
}

* > html #clearfooter {
	float:left;
	width:100%;
}

/*clear top margin for mozilla*/
div, p {
	margin-top:0;
}

/* combat IE's 3 pixel jog */
* html #centrecontent {
	height: 1%;
	margin-bottom: 12px;
}

a.links:link { color: #ffffff; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
a.links:visited { color: #ffffff; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
a.links:hover { color: #0099CC; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 10px; }

.clear {
	clear: both;
}

#centrecontent {
	float: right;
	width: 100%;
	position: relative;
	margin: 0 -0.5%;
	text-align:left;
}

#contentBox {
	width: 750px;
	height: 450px;
	padding: 25px;
	margin: 20px auto 20px auto;
	border: 1px solid #dcd6d6;
	background-color: #4b4646;
}

#contentBoxHome {
	width: 750px;
	height: 450px;
	padding: 25px;
	margin: 20px auto 20px auto;
	border: 1px solid #664b4a;
	background-image: url(../images/home/home_bg.jpg);
}

#contentBoxCredits {
	width: 800px;
	height: 500px;
	margin: 20px auto 20px auto;
	border: 1px solid #664b4a;
	background-image: url(../images/credits/credits_bg.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #000000;
}

div.contentItem {
	float: left;
}

.outerwrap {
	text-align: center;
	width: 99%;
}

#headbg {
	background-color: #8d8382;
	background-position: top right;
	background-image: url(../images/header/untitled_logo.gif);
	background-repeat: no-repeat;
	height: 100px;
}

#ennexus, #ennexus a:link, #ennexus a:viisted {
	font-size: 0.7em;
	color: #ffffff;
	text-decoration: none;
}

.text {
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
}

#hometext {
	width: 535px;
	padding: 10px;
	margin-left: 105px;
	margin-top: 145px;
}

#hometext p {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
}

#profText {
	float: left;
	width: 510px;
	padding: 10px;
	margin-left: 20px;
	margin-top: 170px;
}

#eventsText {
	position: relative;
	left: 280px;
	height: 385px;
	width: 475px;
	top: 70px;
	overflow: auto;
	padding: 10px;
	scrollbar-face-color: #8d8382;
	scrollbar-shadow-color: #dcd6d6;
	scrollbar-highlight-color: #635749;
	scrollbar-3dlight-color: #dcd6d6;
	scrollbar-darkshadow-color: #635749;
	scrollbar-track-color: #dcd6d6;
	scrollbar-arrow-color: #dcd6d6;
}

#eventsText a:link, #eventsText a:visited {
	color: #0099CC;
	font-weight: bold;
	text-decoration: underline;
}

#eventsText a:hover {
	color: #9966CC;
}

#creditsText {
	position: relative;
	text-align: center;
	left: 0px;
	height: 500px;
	width: 447px;
	overflow: auto;
	background-color: #000000;
	scrollbar-face-color: #8d8382;
	scrollbar-shadow-color: #dcd6d6;
	scrollbar-highlight-color: #635749;
	scrollbar-3dlight-color: #dcd6d6;
	scrollbar-darkshadow-color: #635749;
	scrollbar-track-color: #dcd6d6;
	scrollbar-arrow-color: #dcd6d6;
}

#creditsText a:link, #creditsText a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#creditsText a:hover {
	color: #0099CC;
}

#contactText {
	position: relative;
	left: 300px;
	height: 100px;
	width: 200px;
	top: 290px;
	padding: 10px;
}

#contactText a:link, #contactText a:visited {
	color: #3366CC;
	text-decoration: none;
}

#contactText a:hover {
	color: #0099CC;
}

#contactText p {
	color: #666666;
	font-size:14px;
}

#shopText {
	position: relative;
	height: 235px;
	width:410px;
	overflow: auto;
	left: 332px;
	margin-bottom: 10px;
	padding: 10px;
	scrollbar-face-color: #8d8382;
	scrollbar-shadow-color: #dcd6d6;
	scrollbar-highlight-color: #635749;
	scrollbar-3dlight-color: #dcd6d6;
	scrollbar-darkshadow-color: #635749;
	scrollbar-track-color: #dcd6d6;
	scrollbar-arrow-color: #dcd6d6;
}

#shopText a:link, #shopText a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

#shopText a:hover {
	color: #0099CC;
	text-decoration: underline;
}

#gallerylist {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 0.8em;
}

#gallerylist a:link, #gallerylist a:visited {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 0.8em;
	text-decoration: none;
}

#gallerylist a:hover {
	color: #0099CC;
}

#thumbnails {
	position: relative;
	border: 1px solid #dcd6d6;
	height: 340px;
	width: 300px;
	overflow: auto;
	padding-bottom: 10px;
	scrollbar-face-color: #8d8382;
	scrollbar-shadow-color: #dcd6d6;
	scrollbar-highlight-color: #635749;
	scrollbar-3dlight-color: #dcd6d6;
	scrollbar-darkshadow-color: #635749;
	scrollbar-track-color: #dcd6d6;
	scrollbar-arrow-color: #dcd6d6;
}

.thumbnail {
	float:left;
	margin-left: 10px;
	margin-top: 10px;
}

.thumbnail img{
	border: 1px solid #dcd6d6;
}