#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 775px;
	text-align: left;
	/* to realign your text */
}

body {
	margin: 0; /* to avoid margins */
	text-align: center; /* to correct the centering IE bug*/
	background-color : #000000;
}

#header {
	height: 170px;
	width: 775px;
}

#mainPanel {
	background-color: #000000;
	height: 400px;
	width: 775px;
}

#navigation {
	background-color: #000000;
	position: relative;
	top: 10px;
	left: 0px;
	height: 40px;
	width: 775px;
	float: left;
}

#lh-column {
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/background/lh-fade.jpg);
	height: 350px;
	width: 10px;
	float: left;
}

#textDescription {
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/background/fade1.jpg);
	background-repeat: repeat-x;
	height: 350px;
	width: 560px;
	float: left;
}

#textOnly {
	position: relative;
	top: 0px;
	width: 775px;
}

#panelImage {
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/background/fade1.jpg);
	background-repeat: repeat-x;
	height: 350px;
	width: 195px;
	float: left;
}

#contact1, #contact2 {
	position: relative;
	float: left;
}

#contact2 {
	padding: 36px 0px 0px 30px;
}

#rh-column {
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/background/rh-fade.jpg);
	height: 350px;
	width: 10px;
	float: left;
}

#banner, #footer {
	position: relative;
	top: 0px;
	left: 0px;
	text-align : center;
	height: 110px;
	width: 775px;
}

#footer {
	height: 75px;
}

h1, h2, .mainText, .titleText, .readerText, .servicesText, .legalText, .formText, .wLink, .topOfPageText {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin:0px; 
	font-weight : normal;
	padding: 0px 0px 5px 0px;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 15px;
	padding: 0px 0px 0px 0px;
}

.servicesText {
	font-size: 12px;
	padding: 0px 0px 3px 0px;
}

.mainText, .titleText {
	font-size: 14px;
}

.titleText {
	font-weight: bold;
}

.panelImage {
	padding: 10px 0px 0px 0px;
}

.formBox {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	border: 1px solid #000000;
}
.white {
	color: #FFFFFF;
}
.wLink {
	color: #FFFFFF;
}

