body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
	background-image: url(../images/global/bg_01.gif);
	background-repeat: repeat-x;
	background-color: #121007;
	}
	
a {
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
	color: #a99018;
	font-family: Arial, sans-serif;
	}	
	
a:visited {
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
	color: #a99018;
	font-family: Arial, sans-serif;
	}
	
a:active {
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
	color: #a99018;
	font-family: Arial, sans-serif;
	}
	
a:hover {
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
	color: #141414;
	font-family: Arial, sans-serif;
	}
	

a.nav {
	text-decoration: none;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #a99018;
	}	
	
a.nav:visited {
	text-decoration: none;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #a99018;
	}
	
a.nav:active {
	text-decoration: none;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #a99018;
	}
	
a.nav:hover {
	text-decoration: none;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #141414;
	}
	
a.nav2 {
	text-decoration: none;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #141414;
	}	
	
a.nav2:visited {
	text-decoration: none;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #141414;
	}
	
a.nav2:active {
	text-decoration: none;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #141414;
	}
	
a.nav2:hover {
	text-decoration: none;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #3a3106;
	}

a.footer {
	text-decoration: none;
	font-family: Helvetica;
	font-weight: normal;
	font-size: 9px;
	color: #a99018;
	}	
	
a.footer:visited {
	text-decoration: none;
	font-family: Helvetica;
	font-weight: normal;
	font-size: 9px;
	color: #a99018;
	}
	
a.footer:active {
	text-decoration: none;
	font-family: Helvetica;
	font-weight: normal;
	font-size: 9px;
	color: #a99018;
	}
	
a.footer:hover {
	text-decoration: none;
	font-family: Helvetica;
	font-weight: normal;
	font-size: 9px;
	color: #141414;
	}
	
a.url {
	text-decoration: none;
	font-family: Helvetica;
	font-weight: normal;
	color: #a99018;
	}	
	
a.url:visited {
	text-decoration: none;
	font-family: Helvetica;
	font-weight: normal;
	color: #FFF;
	}
	
a.url:active {
	text-decoration: none;
	font-family: Helvetica;
	font-weight: normal;
	color: #FFF;
	}
	
a.url:hover {
	text-decoration: none;
	font-family: Helvetica;
	font-weight: normal;
	color: #FFF;
	}
	
h1 {
	font-size: 26px;
	line-height: 44px;
	font-weight: normal;
	color: #333;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 22px;
	line-height: 28px;
	font-weight: normal;
	color: #333;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	margin-top: 20;
	margin-bottom: 20;
	color: #a99018;
	text-align: left;
	background-color: #141414;
	padding: 5px;
	}
h4 {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	color: #9c070b;
	}
h5 {
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	color: #333;
	}


#wrap {
	margin:0 auto;
	width:960px;
}


#navigation {
	float: right;
	width: 100px;
	margin-top: 30px;
}

#logo {
	float: left;
	margin-top: 30px;

}

#content {
	float: left;
	width: 900px;
	padding-left: 60px;
	margin-top: 30px;
}


#footer {
	width: 960px;
	float: left;
	font-family: Helvetica;
	font-size: 9px;
	color: #333;
	background-color: #CCC;
	height: 20px;
	text-align: center;
	padding-top: 5px;
	
}