@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: "Tahoma", "Geneva", sans-serif;
	font-size: 12px;
	background-color: #CDA268;
}
p, h1, h2 {
	padding: 0;
	margin: 0;
}
h1, h2 {
	color: #C1272D;
	padding-bottom: 5px;
}
h1 {
	font-size: 21px;
}
h2 {
	font-size: 18px;
}
a {
	color: #C1272D;
}
li {
	padding-bottom: 5px;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c1272d;
}
a img {
	border: none;
}
.clear {
	clear: both;
}
#wrapper {
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/background5.jpg);
	background-repeat: repeat-y;
	background-position: center 499px;
}
#container {
	background: url(images/background6.jpg) no-repeat top center;
	padding-left: 190px;
	padding-right: 200px;
}
#header {
	padding-bottom: 30px;
}
#logo {
	padding-top: 10px;
	float: left;
}
#top-nav {
	float: right;
	background: url(images/top-nav.png) repeat-x;
	padding: 5px;
	color: #ffffff;
}
#top-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 45px;
}
#top-nav li {
	display: inline;
	padding: 5px;
	white-space: nowrap;
}
#top-nav a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
#top-nav a:hover {
	text-decoration: underline;
}
#slogan {
	float: right;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 24px;
	padding-top: 90px;
	white-space: nowrap;
	text-align: right;
	min-width: 400px;
}
#content {
}
#content-left {
	float: left;
	width: 225px;
}
#nav {
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav li {
	padding: 0;
	margin: 0;
}
#nav a {
	text-decoration: none;
	font-size: 14px;
	padding-left: 10px;
	width: 205px;
	display: block;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c1272d;
	font-weight: bold;
}
#nav a:hover {
	background-color: #C1272D;
}
#sm {
	padding-top: 30px;
	padding-left: 40px;
}
#content-right {
	float: right;
	width: 645px;
}
#footer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c1272d;
	margin-top: 30px;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
}
#fl {
	float: left;
}
#fr {
	float: right;
	text-align: right;
}
