@charset "ISO-8859-1";
#container {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	float: left;
	height: 31px;
	width: 800px;
}
#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	width: 800px;
	background-color: #FFF;
}
#footer {
	float: left;
	height: 29px;
	width: 800px;
	background-image: url(images/footer.gif);
}
#lft-col {
	float: left;
	width: 250px;
	background-color: #FFF;
}
#rt-col {
	float: right;
	width: 550px;
	background-color: #FFF;
}
#lft-menu {
	float: left;
	width: 250px;
}
#rt-menu {
	float: right;
	width: 250px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.bold-red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
}
