@charset "utf-8";
html, body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
}
body {
	font: 110% Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(../images/universal/bg_body.jpg) repeat center top;
	color: #6D321C;
}
#head_bg {
	height: 250px;
	background: url(../images/universal/bg_header.png) no-repeat center top;
}
#wrapper {
	min-height: 100%;
	width: 960px;
	position: relative;
	margin: -250px auto -200px;
	text-align: left;
}
#header {
	height: 250px;
}
#logo {
	width: 240px;
	float: left;
	height: 250px;
	background: url(../images/universal/logo.png) no-repeat left top;
}
#logo span {
	display: none;
}
#flash {
	width: 720px;
	float: right;
	background: url(../images/universal/bg_flash.png) no-repeat center bottom;
	height: 250px;
}
#innerwrapper {
	padding-top: 20px;
}

#nav {
	width: 220px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
#nav li {
	list-style: none;
	padding-bottom: 6px;

}
#nav a:link, #nav a:visited {
	color: #6D321C;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	width: 216px;
	display: block;
	border-top: 2px dotted #6D321C;
	border-bottom: 2px dotted #6D321C;
	padding: 2px;
}
#nav a:hover, #nav a:active, #nav a:focus {
	border-top: 2px solid #6D321C;
	border-bottom: 2px solid #6D321C;
}
#content {
	padding-left: 10px;
	margin-left: 240px;
	padding-right: 10px;
	padding-bottom: 200px;
}
#content h2 {
	font-size: 90%;
	padding-bottom: 10px;
}
#content h3 {
	font-size: 70%;
	padding-bottom: 2px;
}
#content p {
	font-size: 70%;
	line-height: 1.4;
	padding-bottom: 10px;
}
#content ul {
	font-size: 70%;
	padding-bottom: 20px;
	padding-left: 20px;
}
#content a:link, #content a:visited {
	color: #6D321C;
	text-decoration: none;
}
#content a:hover, #content a:active, #content a:focus {
	text-decoration: underline;
}
#footwrapper {
	height: 200px;
	text-align: center;
	margin-top: -200px;
	position: relative;
	clear: both;
	background: url(../images/universal/bg_footer.png) no-repeat center bottom;
}
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	font-size: 70%;
	padding-top: 125px;
	color: #6D321C;
	text-align: right;
	padding-right: 10px;
}
#footer span {
	display: none;
}
#footer a:link, #footer a:visited {
	color: #6D321C;
	text-decoration: none;
}
#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration: underline;
}
.clearfooter {
	clear: both;
	height: 200px;
}
.fltlft {
	float: left;
}
.fltrt {
	float: right;
}
.center {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.imgrt {
	float: right;
	border: 3px solid #FFFFFF;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imglft {
	float: left;
}
.imgcenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.imgnormal {
	margin-bottom: 10px;
	border: 3px solid #FFFFFF;
	margin-right: 10px;
}
.imgborder {
	margin-bottom: 10px;
	border: 3px solid #FFFFFF;
}
