﻿@font-face {
    font-family: 'helvetica_lt_std_condregular';
    src: url('../fonts/helveticaltstd-cond-webfont.eot');
    src: url('../fonts/helveticaltstd-cond-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaltstd-cond-webfont.woff') format('woff'),
         url('../fonts/helveticaltstd-cond-webfont.ttf') format('truetype'),
         url('../fonts/helveticaltstd-cond-webfont.svg#helvetica_lt_std_condregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'helveticaneuelt_std_med_cnBd';
    src: url('../fonts/helveticaneueltstd-hvcn-webfont.eot');
    src: url('../fonts/helveticaneueltstd-hvcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-hvcn-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-hvcn-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-hvcn-webfont.svg#helveticaneuelt_std_med_cnBd') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background: #1a1a1a;
	margin: 0;
	background: #1a1a1a url("../siteart/bg.jpg") repeat-x;
}

p {
	font-size: 16px;
	font-family: 'helvetica_lt_std_condregular';
	margin: 20px 25px 0 25px;
}

h1 {
	font-family: 'helveticaneuelt_std_med_cnBd';
	font-size: 24px;
	text-transform: uppercase;
	margin: 0;
	padding: 20px 0 0 0;
}

a {
	color: white;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	color:#fff;
	margin-top:12px;
}

#header {
	background: url("../siteart/header-bg.jpg") repeat-x;
	height: 167px;
}

#logo {
	width: 377px;
	height: 106px;
	margin: 0 auto;
	padding-top: 17px;
}

#nav {
	background: #5a0409;
	height: 65px;
	text-align:center;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'helveticaneuelt_std_med_cnBd';
}

#navwrap {
	width: 900px;
	margin: 0 auto;
	height: 65px;
}

#navwrap td {
	vertical-align:top;
}

#navwrap p {
	color:#fff;
	line-height:18px;
    font-size: 14px;
}

#navwrap a{
	color: #fff;
	display: block;
	height: 50px;
	padding: 15px 25px 0 25px;
	text-decoration: none;

}

#navwrap a:hover {
	background: #151515;
	display: block;
	height: 50px;
	padding: 15px 25px 0 25px;
}

#contentwrap {
	margin: 0 auto;
	background: url("../siteart/red-bg.jpg") repeat-x;
	height: 465px;

}

#main-img {
	width: 1000px;
	height: 390px;
	margin: 0px auto;
}

#main-img img {
	margin: 35px 0 35px 0;
	border: 10px #fff solid;
	width: 980px;
	height: 370px;

}

#main {
	width: 1020px;
	background: #000;
	color: #fff;
	margin: 30px auto;
	text-align: center;
	padding-bottom: 25px;
}

#footer {
	margin: 25px 0;
}