

body {
	background-color: #000000;
	color: #bababa;
	margin: 0;
	padding: 0;
    background-image: url(images/eg_bg2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;        	
	font-family: Verdana, Geneva, sans-serif;		
}

.fullSize {
	width: 100%;		
	margin: 0 auto;
	padding: 0;	
}

.mainContent {
        margin: 0 auto;
	width: 800px;
}

.headerContent {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	clear: both;
	float: left;	
}

.middleContent {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	clear: both;
	float: left;
	vertical-align: top;
	background-image: url(images/black_50per.png);
	background-repeat: repeat;
	background-position: top center;
}

.roundedBottom {
	margin: 0;
	padding: 0;
	clear:both;
	width: 800px;
	height: 25px;
	background-image: url(images/black_50per_bottom.png);
	background-repeat:repeat;	
}

.middleContent p, a, a:visited {
	color: #a9a9a9;	
}

.middleContent a:hover {
	color: #FFF;		
}

.middleContentRow {	
	clear: both;
	margin-bottom: 10px;
	float: left;
}

.middleContentRowHeader {
	clear: both;
	margin-bottom: 30px;
	float: left;	
}

.middleContentRowLeft {
	float:left;
	width: 190px;
	margin-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	display: table-cell;
	vertical-align: bottom;
}

.middleContentRowRight {
	float:left;
	width: 590px;
}

.middleContentRowQuote {
	clear: both;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	float: left;
	font-size: 19px;
	font-family: Verdana, Geneva, sans-serif;
	font-stretch:extra-condensed;
	width: 760px;
	font-style: italic;
	color: #F93;
}

.footerContentRow {
	clear: both;
	margin-top: 30px;
	margin-bottom: 30px;	
	float: left;
}

.footerContentRowLeft {
	float:left;
	width: 190px;
	margin-right: 10px;
	font-weight: bold;
	vertical-align:middle;
}

.footerContentRowRight {
	float:left;
	width: 600px;
}

.textRight {
	margin: 0;
	border: 0;
	text-align:right;
}

.textSpacing {
	margin: 0 0 5px 0;
	border: 0;
	text-align:left;
	font-weight:bold;
}

h1 {
	color:#bababa;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	border: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: none;
	
}



   



