body {
	color: #CCC;
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(images/backgrounds/enormity_bg.jpg) top left repeat;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #F4683A;
	margin: 0;
}

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

a:hover {
	color: #FFFFFF;
}

/* DIV */

#siteWrapper {
	margin: 0 auto;
	width: 800px;
	min-height: 650px;
	border: 3px solid #1E1E1E;
	background: #000;
}

#topBG {
	background: url(images/backgrounds/top_bg.gif) top left no-repeat;
	width: 800px;
	height: 200px;
}

#picBar {
	margin-top: 10px;
}

#picBar a img {
	border: 1px solid #666;
}

#picBar a:hover img {
	border: 1px solid #FFF;
}

#mainCopy {
	margin: 10px 20px;
	min-height: 300px;
}

#footer {
	width: 800px;
	text-align: center;
	line-height: 30px;
	background-color: #1E1E1E;
}

/* Classes */ 

.subhead {
	font-size: 12px;
	font-weight: bold;
	color: #F4683A;
}

.homeCover {
	float: left;
	clear: both;
	display: inline;
	padding: 10px 20px 30px 0;
	*padding: 0 20px 0 0;
}

#homeCoverCopy {
	float: left;
	display: inline;
	margin: 5px 0 30px 0;
	width: 400px;
}

.cover:after {
  content: '.';
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
}

.cover {
    zoom: 1;
}

.clear {
	clear: both;
}
