html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	margin: 0px;
	letter-spacing: 1px;
	background-image: url(bg.jpg);
	height: 100%;
	background-attachment: fixed;
	background-color: #ebebeb;
	background-repeat: repeat-y;
	background-position: center;
}
#header {
	width: 900px;
	height: 90px;
	background-image: url(bg_header.jpg);
}
#banner {
	width: 900px;
	height: 150px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #0099CC;
	background-image: url(h1arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 20px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-left-width: 20px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #0099CC;
	border-left-color: #0099CC;
	padding-left: 10px;
	margin-bottom: 30px;
}
h2{
	font-size: 14px;
	color: #0066CC;
}
.float_left {
	float: left;
	padding-right: 20px;
}

#container {
	width: 900px;
	background-color: #FFFFFF;
	height: 150px;
	color: #333333;
	text-align: left;
	font-size: 11px;
	letter-spacing: normal;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 10px;
}

#container p {
	padding-right: 20px;
	padding-left: 10px;
}
.border_left {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #666666;
	padding-left: 20px;
}
.padding {
	padding-left: 20px;
}

#footer {
	width: 900px;
	background-color: #000000;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 90px;
	padding-right: 20px;
}
hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #666666;
	border-left-color: #FFFFFF;
}

#building {
	background-image: url(building.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#text {
	font-size: 12.5px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}