@charset "utf-8";

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 12px;
	color: #CCCCCC;
	line-height: 175%;
}

/* - - - - - - - - - - Text and links - - - - - - - - - - */

a {
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #00CCFF;
}


a:visited {
	text-decoration: none;
	color: #00CCFF;
}


a:hover {
	text-decoration: underline;
	color: #7FFFFF;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

p.subtle {
	color: #666666;
}

/* - - - - - - - - - - Containers - - - - - - - - - - */

img {
	border: 0; 
	display: block;
}

div {
	vertical-align: top;
	margin: 0px;
	border: 0;
	padding: 0px;
	float: left;
}

div.nofloat {
	float: none;
}

div#pagewrap {
	width: 800px;
	margin: 0 auto;
	float: none;
}


div#header {
	width: 800px;
	height: 255px;
}

div#headerleft {
	width: 266px;
	height: 255px;
}

div#headermid {
	width: 230px;
	height: 255px;
}

div#headerright {
	width: 266px;
	height: 255px;
}


div#subheading {
	width: 800px;
	height: 24px;
}

div#content {
	background-image: url("images/textbg.png");
	background-repeat: no-repeat;
	width: 800px;
	height: 250px;
	text-indent:50px;
}

/* padding: 50px; This was in content but messes up the width. */

div#footer {
	width: 800px;
	text-align: right;
}