@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(images/layout/nav_off_03.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#container {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
#footer {
	font-size: 10px;
}
#rates {
	height: 85px;
	width: 550px;
	padding: 10px;
	border: 1px solid #000000;
}
#logo {
	height: 250px;
	width: 344px;
	float: left;
}
#nav {
	height: 250px;
	width: 606px;
	float: right;
}
#topbar {
	height: 250px;
	width: 950px;
}
#content {
	width: 950px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#images {
	width: 300px;
	height: 300px;
	float: left;
}
#text {
	width: 560px;
	margin-right: 45px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
	float: left;
}
.header {
	font-size: 24px;
	font-weight: bold;
	color: #A5CE3A;
}
a:link {
	color: #A5CE3A;
	text-decoration: underline;
}
a:visited {
	color: #A5CE3A;
	text-decoration: underline;
}
a:hover {
	color: #080A0B;
	text-decoration: none;
}
a:active {
	color: #080A0B;
	text-decoration: none;
}
.edit {
	font-weight: bold;
	color: #C00;
}

