@charset "utf-8";
/* CSS Document */

#logo {
	height: 193px;
	width: 1000px;
	margin: auto;
	background-color: #D5CAB6;
	border: thin solid #BAA96D;
}
#navigation-bar {
	width: 1000px;
	margin: auto;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	height: auto;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border: thin solid #BAA96D;
}
#content {
	height: auto;
	width: 950px;
	background-color: #FFFFCC;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	border: thin solid #BAA96D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
}
#footer {
	height: 100px;
	width: 1000px;
	margin: auto;
	background-color: #FFFFCC;
	padding-top: 1px;
	padding-bottom: 1px;
	border: thin solid #BAA96D;
}
#copyright {
	height: auto;
	width: 1000px;
	background-color: #CCCC99;
	background-position: center;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	vertical-align: middle;
	border: thin solid #BAA96D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
#wrapper {
	background-color: #333333;
	margin: auto;
	height: auto;
	width: 1000px;
	padding: 10px;
	border: thick double #FCFFFF;
}

