/*
----------------------------------------------------------------
	T Y P O G R A P H Y
---------------------------------------------------------------- */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #98012e;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 11px 0;
	}

h2 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #d5cb85;
	text-align: right;
	font-weight: normal;
	}
	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	margin: 11px 0 0 0;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	}
	
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	position: absolute;
	bottom: 6px;
	left: 50px;
	}
	
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #98012e;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	}
	
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	}
	
.maroon {
	color: #98012e;
	}

/*
----------------------------------------------------------------
	B A S E
---------------------------------------------------------------- */

body { 
	vertical-align: top;
	background: url(../images/bkg.jpg) repeat top left;
	}
	
/* L I N K S */

a:link, a:visited {
	color: #98012e;
	}	

a:hover {
	}
	
/* S T R U C T U R E */
	
#wrapper { 
	margin: 0 auto;
	background: url(../images/bkg-wrapper.jpg) repeat-x top left;
	height: 599px;
	}
	
#container { 
	width: 1000px; 
	margin: 0 auto;
	position: relative;
	}
	
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

/*
----------------------------------------------------------------
	C O N T E N T
---------------------------------------------------------------- */

/* Header*/

	#logo {
		position: absolute;
		top: 0;
		left: 20px;
		z-index: 10;
		}
		
	#header h2 {
		float: right;
		display: inline;
		margin: 74px 0 0 0;
		}
		
	#header h2 a {
		text-transform: none;
		letter-spacing: 0;
		color: #d5cb85;
		text-decoration: none;
		}
		
	span.white {
		color: #fff;
		}
	
#content {
	width: 1000px;
	height: 500px;
	background: url(../images/img.jpg) no-repeat top left;
	position: absolute;
	top: 99px;
	left: 0;
	}
	
/*	
	#navbox {
		width: 302px;
		height: 182px;
		background: url(../images/bkg-nav.png) no-repeat top left;
		position: absolute;
		top: 15px;
		left: 20px;
		}
		
		#nav{
			display:block;
			list-style:none;
			margin:0 0 0 10px;
			width: 282px;
			text-align: right;
			display:block;
			border-bottom: solid #000 1px;
			}
			
			#nav a, #subMenusContainer a {
				text-decoration:none;
				display:block;
				color: #aaaaaa;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 9px;
				line-height: 12px;
				text-transform: uppercase;
				letter-spacing: 1px;
				margin:0;
				height: 41px;
				padding: 16px 15px 0 0;
				background: url(../images/nav.jpg) no-repeat top left;
				}
				
			#nav a:hover, #nav a:focus {
				color:#d5cb85;
				}
		
			#nav li#tab1 a { background-position: 0 0; }
			#nav li#tab2 a { background-position: 0 -57px; }
			#nav li#tab3 a { background-position: 0 -114px; }
			
			#nav li#tab1 a:hover { background-position: -282px 0; }
			#nav li#tab2 a:hover { background-position: -282px -57px; }
			#nav li#tab3 a:hover { background-position: -282px -114px; }
			
			#nav li#tab1 a:focus { background-position: -282px 0; }
			#nav li#tab2 a:focus { background-position: -282px -57px; }
			#nav li#tab3 a:focus { background-position: -282px -114px; }
			
			*/