@charset "UTF-8";
body {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	background-color: #def1df;
}
#container {
	height: 700px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/crc_bg.jpg);
}
#text {
	width: 695px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#body {
	float: left;
	height: auto;
	width: 900px;
}
#left_menu {
	float: left;
	height: inherit;
	width: 165px;
}
#footer {
	height: 21px;
	width: 900px;
	background-image: url(images/footer.jpg);
	text-align: center;
	float: left;
	padding-top: 8px;
}
#links {
	height: 25px;
	width: 900px;
	float: left;
	text-align: center;
	padding-top: 10px;
	background-color: #DEF1DF;
}
#header {
	background-image: url(images/header.jpg);
	height: 151px;
	width: 900px;
	float: left;
}
#home_btn {
	float: left;
	height: 30px;
	width: 105px;
}
home.mouseover_a:link {
	background-image: url(images/home_norm.jpg);
}
#download_btn {
	float: left;
	height: 30px;
	width: 226px;
}
#advertise_btn {
	float: left;
	height: 30px;
	width: 201px;
}
#rates_btn {
	float: left;
	height: 30px;
	width: 87px;
}
#about_btn {
	float: left;
	height: 30px;
	width: 122px;
}
#contact_btn {
	float: left;
	height: 30px;
	width: 159px;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #006632;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
#newsflash {
	background-color: #DEF1DF;
	float: left;
	height: 120px;
	width: 359px;
	border: 2px dashed #006431;
	padding: 5px;
}
