body.orange	{
	background: #C30;
}

body.orange h1	{
	color: #C30;
	border-bottom-color: #C30;
}

.tab_on	{
	float: left;
	text-align: center;
	padding: 5px 0 0 0;
	background-color: #f96;
	width: 125px;
	height: 20px;
}

.tab_off	{
	float: left;
	text-align: center;
	padding: 5px 0 0 0;
	background-color: #c63;
	width: 125px;
	height: 20px;
}

#leftcol	{
	text-align: left;
	background-color: #f96;
	width: 525px;
	float: left; 
	padding: 10px 10px 10px 15px;
	margin-bottom: 10px;
}

div.rightcol	{
	text-align: left;
	background-color: #f96;
	width: 165px;
	float: left; 
	padding: 10px 10px 10px 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#fullcol {
	text-align: left;
	background-color: #f96;
	width: 725px;
	float: left; 
	padding: 10px 10px 10px 15px;
	margin-bottom: 10px;
}
