/*
main layout
*/	
#mainlayout {
	width:802px;
	margin:auto;
	text-align:left;
	height: 100%;
	bottom: 0px;
	padding: 0px;
	}
#layoutOuter {
	width: 800px;
	height: 100%;
	border: 1px solid #333333;
	background-repeat: repeat-y;
	background-position: left -100px;
	background-color: #F9EACA;
}

/*
main content
*/	

#maincontent {
	
}

.contentimg {
	float: right;
}

/*
content
*/	

#content {
	width: 100%;

}

#leftCol {
	width: 205px;
	float: left;
	font-size: 9px;
	/* border: 1px solid pink; */
}

#middleCol {
	float: none;
	background-color: #F9EACA;
	width: 100%;
	/* border: 1px solid green; */
}
.leftItem {
	
	color: #333333;
	font-size: 9px;
}
.clearer {
	height: 1px;
	clear: both;
}

#nav {
	height: 16px;
	background-color: #e7c652;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	width: 758px;
}


#copyright {
	font-size: 10px;
	text-align: center;
	width: 760px;
	height: 30px;
	vertical-align: bottom;
	margin: 0px;
	padding-top: 8px;
}

#disclaimer{
	width: 100%;
}
