body {
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: White;
	color: #666666;
	font-size: 14px;
}
div.clearer {
	clear: both;
	line-height: 0;
	height: 0;
}
#page {
	width: 800px;
/*	margin: 0px;*/
	margin: 0px auto;
	padding: 0px;
	background: White;
	margin-top: 30px;
}
html>#page {
	width: 800px;
	padding: 5px;
}
a {
	color: #3333CC;
}
a:hover {
	color: #3333CC;
}
#frame {
	height: 600px;
}
#header {
	
}
#logo {
	float: left;
}
#top_ill {
	float: right;
}
#leftcol {
	float: left;
	width: 150px;
	height: 410px;
	margin: 20px 0px 10px 0px;
	padding: 0px;
	background: #FF7D26;
}
#rightcol {
	float: right;
	width: 585px;
	height: 410px;
	margin: 20px 5px 10px 0px;
	padding: 0px;
	overflow: auto;
}
#text {
	padding: 0px 4px 4px 4px;
}
#bottom {
	text-align: right;
	background: #00A9CD;
}
ul {
	list-style: circle url(images/orange_bullet.png);
}
.title {
	color: #FF6633;
}