@charset "UTF-8";
body {
	background-attachment: fixed;
	background-image: url(Images/bkgd2.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
	color: #cc9966;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #300;
}
#wrapper {
	text-align: left;
	width: 760px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(Images/diamondlayout.png);
	background-repeat: repeat-y;
	border: medium dashed #FFF;
}
#header {
	font-family: Verdana, Geneva, sans-serif;
	color: #cc9966;
	margin-top: 10px;
	background-image: url(Images/logo.png);
	background-repeat: no-repeat;
	height: 200px;
}
#logo {
	height: 200px;
	width: 760px;
	clear: both;
}
#nav {
	height: 30px;
	background-color: #336666;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	width: 560px;
	top: 160px;
}
#content {
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	margin-top: 20px;
	padding-left: 20px;
}
#wrapper #content {
	margin-top: 20px;
	clear: both;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	font-size: 70%;
	height: 50px;
	padding: 10px;
}
#banner {
	height: 300px;
	clear: both;
	float: none;
}
#footer p a {
	color: #FFF;
}
.fltlt {
	float: left;
	padding-right: 20px;
}
.fltrt {
	float: right;
	padding-right: 10px;
}
.rs {
	float: right;
	margin-top: -30px;
	margin-right: -20px;
}
