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

html {
	min-height:100%;
	margin-bottom:1px;
	font-size:100.01%;
	}
html, body, form, fieldset {
	margin:0;
	padding:0;
	}
body {
	background:#000000 url(../_images/body-bg.jpg) repeat-y top;
	font:normal 13px/18px Arial, Helvetica, sans-serif;
	color:#101A2B;
	text-align:center;
	padding:24px;
	}
	
#container {
	margin:0 auto;
	width:798px;
	text-align:left;
	background:#050505 url(../_images/container-bottom.jpg) no-repeat bottom;
	padding-bottom:20px;
}
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl {
	margin:1em 0;
	padding:0;
	}
	
/**************************************************************************
------------------------------------ HEADER --------------------------------------
**************************************************************************/

h2#header {
	width:798px;
	height:374px;
	background:url(../_images/header.jpg) no-repeat;
	margin:0;
}
h2#header span {
	display:none;
}
h2#header a {
	display:block;
	width:798px;
	height:426px;
}

	
/**************************************************************************
------------------------------------ NAVIGATION ----------------------------
**************************************************************************/	
#nav_contain {
	margin:0 auto;
	width:798px;
	background:url(../_images/nav-bg.jpg) no-repeat top;
	}
#nav_contain:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  }
	
#MenuBar1 li a {
	padding:8px 14px;
	font:normal 15px/18px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#A38C58;
}
#MenuBar1 li a:hover {
	color:#708733;
}



/**************************************************************************
---------------------------- MAIN CONTENT ---------------------------------
**************************************************************************/
.content-video {
	background:url(../_images/content-bg-video.jpg) no-repeat top;
	height:280px;	
	}

.content-top {
	background:url(../_images/content-bg-top.jpg) no-repeat top;
	height:20px;	
	}
	
.content {
	background:url(../_images/content-bg.jpg) repeat-y top;
	font:normal 13px/18px Arial, Helvetica, sans-serif;
	color:#333;
	padding:6px 75px;
	}
.content-bottom {
	background:url(../_images/content-bg-bottom.jpg) no-repeat bottom;
	height:20px;	
	}
	
.content_contain {
	background:url(../_images/content-contain.jpg) repeat-y top;
	font:normal 13px/18px Arial, Helvetica, sans-serif;
	color:#333;
	}
	
.content h1 {
	font:italic 25px/27px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color:#873925;
	margin-top:5px;
}

.float-left {
	float:left;
	margin:2px;
}

.float-right {
	float:right;
	margin:2px;
}
.content a {
text-decoration:none;
color:#000a41;
}
.content a:hover {
text-decoration:underline;
color:#d7d7d9;
}

.horizontal-images {
	margin-top:5px;
	height:170px;
	}
	
.horizontal-images li {
	display:inline;
}

.horizontal-images li a {
	display:block;
	float:left;
	text-decoration:none;
	padding:0 70px;
}