body {
	height:100%;
	text-align: center;
	background: #CCCFFF;
	margin: 9px 9px 9px 9px;
	padding 0;
	font-family: Verdana, Trebuchet, Lucida, Arial, sans-serif;
	font: 11px/1.5 Verdana, Trebuchet, Lucida, Arial, sans-serif;
}



#maindiv {
	align: center;
	width:736px;
	background-color: #CCCFFF;

}

#imageandfeed {
	display:block;
	width:548px;
	background-color: #CCCFFF;

}

#newsfeed {
	float: right;
	padding-top: 10px;
	background-color: #CCCFFF;
}

#bodytext {
	float: left;
	height:100%;
	width:548px;
	background: #CCCFFF;
}

#headerdiv {
	width: 736px;
	background: #CCCFFF;
}

#contentdiv {
	float: left;
	height:100%;
	width:548px;
	background: #CCCFFF;
	padding: 0px 10px 0px 10px;
}



#rightdiv {
	float: right;
	margin-left: 0px;
	width: 168px;
	height:600px;
	background-color:#000000;
	border: none;
}


#bottomdiv {
	float: right;
	width: 168px;
	height: 32px;
	margin-top: -2px;
	background:#CCCFFF;
	background-position: right;
}

p {
text-align: justify;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
	vertical-align: bottom;
}
.header {
	text-align: center;
	font-weight: bold;
}

ul {
	text-align: left;
}
img.sunset {
	padding: 10px 0 10px 0; 
}


h1,h2,h3 {
	text-align: left;
}

img.left {
	float: left;
	margin: 10px 10px 10px 10px;
}

img.left_home {
	float: left;
	margin: 0px 0px 0px 0px;
}

img.right {
	float: right;
	margin: 10px 10px 10px 10px;
}

span.center{
	text-align: center;
}

span.bold{
	font-weight: bold;
}

span.italic{
	font-style: italic;
}
.center {
	text-align: center;
	display: block;
}
