body    {
	margin: 0;
	border: 0;
	padding: 0;
	text-align: center;
	min-width: 902px;
	background-color: #6E4C64;
}

#wrapper {
	position:relative;
	margin:0 auto;
	width:902px;
	text-align: left;
}

#index-bloggerarea {
	position: relative;
	border: 1px solid #6E4C64;
	margin: 15px 15px 15px 0pt;
	padding: 0px 10px 5px 10px;
	background: #cccccc;
	float: right;
	text-align: left;
	width: 280px;
	font-size: 13px;
	line-height: 17px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #000000;

}

#pagecontainer {
	border-top: 0 none;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	position: absolute;
	width: 900px;
	left: 0px;
	top: 0px;
	height: auto;

}


#index-highlightarea {
	position: relative;
	border: 0;
	margin: 0pt 15px 15px 0pt;
	padding: 0px 5px 5px;
	background: #ffffff;
	float: left;
	text-align: left;
	width: 550px;
	font-size: 13px;
	line-height: 17px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;	
	color: #333333;
}

#navcontainer {
    border: 0 none;
	position: absolute;
	width: 900px;
    left: 2px;
    top: 150px;
	z-index: 25;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
}

#navcontainerbg {
    border: 0 none;
	position: absolute;
	width: 900px;
	height: 30px;
	background: #cccccc;
    left: 1px;
    top: 162px;
	z-index: 20;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
}

.whitebg {
	background: #ffffff;
	}

