/* Structure CSS Document */

html, body {
	background-color: #333333;
	height:100%;
	margin:0;
    padding:0;
	color: #6e6e6e;
}

.mobile {
	position: absolute;
	left: -99999px;
}

#Wrapper {
	background: url(../images/page-bg.gif) left top repeat-y;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin-left: auto;
	margin-right: auto;
	width: 925px;
	text-align: left;
	position: relative; 
}

#Page {
	background: url(../images/clear1x1.gif) #fff left top repeat-y;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin: 0 auto;
	padding: 0;
	width: 855px;
	text-align: left;
	position: relative; 
}

#TopBanner {
	background: url(../images/topbanner-bg.gif) left top no-repeat;
	margin: 0;
	padding: 0;
	width: 855px;
	height: 138px;
}

#HomeLink {
	float: right;
	margin: 10px 20px 0 0;
	font-size: 12px;
	text-transform: uppercase;
}

#Content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#ContentLeft {
	float: left;
	width: 200px;
	margin: 50px 0 0 0;
}

#ContentRight {
	float: left;
	width: 600px;
	margin: 35px 0 0 0;
	padding: 0 0 0 20px;
	border-left: 9px solid #e1e1e1;
}

#ContentClear {
	clear: left;
	height: 35px;
}

/* Footer Area */

#Footer {
	width: 855px;
	margin: 0 auto;
	padding: 25px 0 10px 0;
	background: url(../images/footer-bg.gif) left top repeat-x;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #515455;
	line-height: 21px;
}