/* CSS RESEST */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
body {
	line-height: 1;
	font-family: Helvetica, Arial, Sans-Serif;
}
ol, ul {
	list-style: none;
}
blockquote, q #e6baaf
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Global declarations */

@font-face {
    font-family: 'RieslingRegular';
    src: url('/fonts/riesling.eot?') format('eot'),
         url('/fonts/riesling.woff') format('woff'),
         url('/fonts/riesling.ttf') format('truetype'),
         url('/fonts/riesling.svg#webfonto3Titnbr') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Layout */
body {
	background: #000;
}
#container {
	width: 998px;
	margin-left: auto;
	margin-right: auto;
	
}

#header {
	margin-top: 40px;
	height: 330px;
	width: 998px;
	background: url('/images/Background_top.jpg') no-repeat;
}
#header .flourish {
	width: 364px;
	height: 358px;
	margin-left: -56px;
	margin-top: -27px;
	float: left;
	z-index: 20;
	position: absolute;
}
	
#header	.background {
	width: 960px;
	height: 662px;
	float: left;
	margin-left: 22px;
	margin-top: 22px;
	z-index: 10;
	position: absolute;
		
}

#s1 {
	width: 960px;
	height: 662px;
	overflow: hidden;
}
	
h1.logo {
	font-family: RieslingRegular, Arial;
	color: #fff;
	font-size: 100pt;
	margin-left: -160px;
	top: 460px;
	position: absolute;
	z-index: 40;
	font-weight: 100;
}


	
#navigation {
	width: 960px;
	height: 43px;
	background: #e6baaf;
	position: absolute;
	margin-top: -100px;
	margin-left: 22px;
	z-index: 30;
}
#navigation ul.items{
	font-family: RieslingRegular, Arial;
	display: inline;
	font-size: 30pt;
	font-weight: 100;	
}
		
#navigation li {
	display: inline;
	margin-left: 40px;
	width: 137px; 
}

#navigation a, #navigation a:visited {
	color: #000000;
}

#navigation a:hover, #navigation a:active {
	color: #575850;
}

#content {
	width: 798px;
	height: 226px;
	background: url('/images/Background_body.jpg') repeat-y;
	color: #6d6e65;
	padding-left: 200px;
	padding-right: 0px;
	padding-bottom: 80px;
}

#foot {
	height: 68px;
	width: 998px;
	background: url('/images/Background_footer.jpg') no-repeat;
	clear: both;
	float: left;	
}
#foot .flourish2 {
	width: 364px;
	height: 339px;
	margin-left: 680px;
	margin-top: -240px;
	float: left;
	z-index: 20;
	position: absolute;
}

#foot .tagline {
	width: 600px;
	height: 40px;
	margin-left: 100px;
	margin-top: -26px;
	float: left;
	z-index: 20;
	position: absolute;

}

