/* Reset 
------------------------------- */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, font, img, strong, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}

/* Global 
------------------------------- */

body {
	line-height: 1.50;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	color: #ffffff;
	background: #000000 url('../img/site_bk.jpg');
}

#wrap {
	max-width: 747px;
	padding: 0;
	margin: 0 auto;
}

h1 {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 15px;
	font-weight: 300;
	color: #f15b4f;
	letter-spacing:1px
}

h2 {
	font-size: 22px;
	margin-bottom: 18px;
	margin-top: 18px;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	font-weight: bold;
}

p {
	margin-bottom: 5px;
	margin-top: 16px;
}

a {
	color: #f15b4f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
}

iframe {
	max-width: 100%;
}

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	height: 0px;
	width: 0px;
	clear: both;
}

/* Header 
------------------------------- */

#header {
	float: left;
	width: 665px;
	margin: 0 auto;
	padding: 0 35px 35px 35px;
	background: url('../img/header_bk.png') repeat-x;
}

.inner {
	
	
}

#header img {
	float: left;
}

#tagline {
	float: right;
	margin-top: 35px;
	margin-right: -30px;
	font-size: 11px;
}

#tagline span {
	color: #f15b4f;
}

#header ul {
	clear: right;
	margin-top: 9px;
	margin-left: 29px;
	float: left;
}

#header li {
	font-size: 12px;
	line-height: 14px;
	padding: 2px;
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	color: #f15b4f;
}

#header li a {
	color: #cccccc;
	text-decoration: none;
	padding: 10px 5px 6px;
	font-weight: normal;
}

#header li a:hover {
	background-color: rgba(0, 0, 0, .1);
}
 
#header li a.on {
	color: #ffffff;
	font-weight: bold;
}


#top_copy {
	float: left;
	margin: 35px 0 0 35px;
	width: 470px;
}

/* Main Content Area 
------------------------------- */

#content {
	width: 680px;
	float: left;
	background: #6e6964;
	padding: 0 20px 20px 35px;
}

.border {
	border-color: #eee;
	border-width: 6px;
	border-style: solid;
}


/* Footer 
------------------------------- */

#footer {
	padding: 0 0 35px 0;
	clear: both;
	color: #b2b2b2;
	margin: 0 auto;
	max-width: 747px;
}

.copyright {
	clear: left;
	padding: 10px 0 0 0;
	margin: 0px;
	float: left;
	font-size: 10px;
}
.copyright a {
	color: #f15b4f;
}
