html, body { 
	height:100%;
	margin:0;
	padding:0;
}
body {
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:42px;
	padding:4px 0;
	margin-top:24px;
}
p {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	line-height: 18px;
	width: 60%;
}
a {
	color:#900;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	line-height: 18px;
	width: 60%;
}
.sub {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	padding:4px 0;
	margin-top:24px;
}
#container {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 967px;
}
#content {
	padding-bottom: 2em;
}
#footer_bar {
	height:107px;
	width:100%;
	background: url(../images/footer_image.jpg) repeat-x;
}
#footer_bar1b {
	height:107px;
	width:100%;
	background: url(../images/footer_image_b.jpg) repeat-x;
}
#footer_bar1c {
	height:107px;
	width:100%;
	background: url(../images/footer_image_c.jpg) repeat-x;
}
#footer_bar2 {
	height:107px;
	width:100%;
	background: url(../images/footer_image2.jpg) repeat-x;
}
#footer_bar2b {
	height:107px;
	width:100%;
	background: url(../images/footer_image2b.jpg) repeat-x;
}
#footer_bar2c {
	height:107px;
	width:100%;
	background: url(../images/footer_image2c.jpg) repeat-x;
}
#footer {
	height:100%;
	background: #333;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding-top: 15px;
}
#image1 {
	background: url(../images/side1.jpg) no-repeat right top;
}
#image2 {
	background: url(../images/side2.jpg) no-repeat right top;
}
#image3 {
	background: url(../images/side3.jpg) no-repeat right top;
}
#image4 {
	background: url(../images/side4.jpg) no-repeat right top;
}
#image5 {
	background: url(../images/side5.jpg) no-repeat right top;
}
#image6 {
	background: url(../images/side6.jpg) no-repeat right top;
}
form {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	line-height: 18px;
	width: 60%;
}
#red {
color:#900;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	line-height: 18px;
	width: 60%;
}
div.inline { 
	display:inline; 
}

