html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}



/* BASICS */
body {
	font : 14px/1.5 Times, serif;
	color : #b59858;
	background : #000;
}

h1, h2, h3, h4, h5, h6 {
	margin : 30px auto 15px;
	font-weight : normal;
}

h2 {
	font-size : 20px;
	text-transform : uppercase;
	text-align: center;
}
h2:before {
	content: url(../images/symbol-left.gif);
	position: relative;
	left : 0;
	width: 59px;
	height: 21px;
	margin-right: 6px;
}
h2:after {
	content: url(../images/symbol-right.gif);
	position: relative;
	width: 59px;
	height: 21px;
	margin-left: 6px;
}
h3 {
	font-size : 15px;
	text-align: center;
	text-transform : uppercase;
	color : #fff;
}
h4 {
	font-size : 16px;
	text-align : left;
	margin : 0;
}

p {
	font-size : 14px;
	text-align: left;
	color : #fff;
	letter-spacing: 0.6pt ;
	line-height: 13pt;
	margin-bottom : 10px;
}

a, a:link, a:visited {
	color: #b59858;
	text-decoration: none;
}
a:hover {
	color: #fff;
}

#main-container { width : 960px; margin : 0 auto 0	; }

#header-container {
	height : 414px;
	width : 960px;
	margin : 0 auto;
	text-align: center;
	font-size: 15px;
	font-style: uppercase;
	background : url(../images/background-image-top.jpg) no-repeat center top;
}

#header-container nav {
	margin: 20px 0 -0 0;
}

#footer-container {
	padding-top : 142px;
	text-align: center;
	font-size: 15px;
	font-style: uppercase;
	background : url(../images/background-image-bottom.jpg) no-repeat center top;
}

#footer-container nav{
	margin-top : 20px;
}

.navi-item {
	text-align: center;
	padding : 20px 40px;
	display : inline;
}

.content-item {
	width : 600px;
	margin : 0 180px;
	padding : 20px 0;
	text-align: center;
}

.signature {
	text-align: right;
	color : #fff;
	font-style : italic;
}


#body-container {
	background : url(../images/background-image-middle.jpg) repeat-y center top;
}

#body-title {
	text-align: center;
	text-transform: uppercase;
	font-size:  19px;
}

#content-container {
	margin-bottom : 15px;
}


.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }