body {
	background: url(images/bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-align: justify;
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #000000;
}

h1, h2, h3 {
	font: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#page {
width:900px;
}

#header{
width: 900px;
height: 170px;
background-image:url(images/banner.jpg);
}

#nav {
width: 900px;
}

#content {
background-image:url(images/page-background.jpg);
width: 900px;
}

.post{
float: left;
}

.post image {
float: right;
width: 400px;
padding: 0px 10px 10px 10px;
}

.bot {
background-image:url(images/top-tape.jpg);
width: 900px;
height: 22px;
}


.text-style {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px 10px 10px 30px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	width: 400px;

}
.disclaimer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
}
.page-title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	padding: 10px 10px 10px 30px;
	color: #CC0000;
	text-decoration: none;
}
