@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #151515;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #868686;
}

#banner{
	height:90px; width:940px;
	padding: 30px 0 0 0;
	margin-left: 10px;
	margin-right: 10px;
	background-repeat:no-repeat;
}

.oneColFixCtr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #262525;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px auto;
	width: 940px;
	
}

.heading{
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:28px;
	
}

#home{
	margin-top: 0px;
	position:relative;
	top: 45px;
	padding: 0 30px;
}

#footer{
	color: #555;
	margin:15px;
	font-weight: bold;
	font-size: 14px;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

#leftdisplay {
	position:relative;
	float:left;
	left:15px;
	width:575px;
	height:450px;
}
#rightdisplay {
	float:right;
	position:relative;
	width:300px; height:450px;
}

.paragraph {
	text-indent:20px;
	text-align:justify;
	font-size:14px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}