@charset "utf-8";
/* CSS Document */

body,p,h1,h2,h3,h4,h5,h6,h7,ul,li{
	margin:0px;
	padding:0px;
}

@font-face {
    font-family: 'MyriadProRegular';
    src: url('buttons-webfont.eot');
    src: url('buttons-webfont.eot?#iefix') format('embedded-opentype'),
         url('buttons-webfont.woff') format('woff'),
         url('buttons-webfont.ttf') format('truetype'),
         url('buttons-webfont.svg#MyriadProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html{
	background:#111111;
}

body{
	background:url(../images/header-bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

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

a:hover{
	text-decoration:underline;
	color:#fff;
}

img{
	border:none;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	line-height:20px;
	margin-bottom:20px;
}

h1{
    font-family: 'MyriadProRegular';
	font-weight:normal;
	font-size:24px;
	color:#fff;
	margin-bottom:20px;
}

.wrapper{
	width:1040px;
	height:auto;
	margin:0 auto;
}

.nav{
	width:1009px;
	height:23px;
	padding-top:24px;
	margin-bottom:20px;
}

.nav ul{
	list-style:none;
}

.nav li{
	width:auto;
	height:23px;
	float:left;
	margin-right:3px;
}

.nav li.last{
	margin-right:0px;
}

.banner{
	width:1040px;
	height:301px;
	clear:both;
}

.content{
	width:960px;
	height:auto;
	overflow:auto;
	background:#1f1f1f;
	color:#fff;
	padding:40px;
	padding-top:30px;
}

.footer{
	width:100%;
	height:80px;
	background:#000;
}

.footer-inner{
	width:1040px;
	height:auto;
	margin:0 auto;
	color:#fff;
	line-height:22px;
	text-align:center;
	padding-top:15px;
}