body,td,th {
	font-family: Myriad Bold, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background-color: #83221B;
	margin:0;
	padding:0;
}

/* HOMEPAGE */
#wrapper-home {
	width:760px;
	margin:0 auto;
}
#content-home {
	width:760px;
	height:510px;
	margin:0;
	background-image:url(images/bg_home.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}
h1#title-home {
	margin:0 auto;
	width:640px;
	height:68px;
	background-image: url(images/h1_title_home.png);
	background-repeat: no-repeat;
}
h1#title-home span {
	display:none;
}

h2#tagline-home {
	margin:0 auto;
	width:640px;
	height:45px;
	background-image: url(images/h2_tagline_home.png);
	background-repeat: no-repeat;
}
h2#tagline-home span {
	display:none;
}

ul#nav-home {
	display: block;
	margin: 0 0 0 60px;
	padding: 0px;
	position: absolute;
	top: 315px;
}
ul#nav-home li {
	margin: 6px 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
}
ul#nav-home li a:link, ul#nav-home li a:visited {
	color: #FFF;
	text-decoration: none;
}
ul#nav-home li a:hover {
	color: #B96E13;
}
ul#nav-home li a:active {
	color: #FF0;
}

img#logo-home {
	position:relative;
	top:190px;
	left:410px;
}

#footer-home {
	margin-top:15px;
	text-align:right;
}
