@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0 none;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	vertical-align: baseline;
	outline: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #000000;
}
/* for IE6 */
* html body {
	font-size: 75%;
}

/* for IE7 */
*:first-child+html body {
	font-size: 75%;
}
/* for mac safari*/
html:\66irst-child body {
	font-size: 74%;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	background: #101919;
}
a {
	color: #fff;
}
a:hover {
	color: #ff4e02;
	text-decoration: none;
}
/*header*/
#header {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 338px;
	width: 960px;
}

/*navigation*/
#navigation {
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
	width: 930px;
	height: 38px;
	background: url(../images/nav_bg.gif) no-repeat;
}
#navigation ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
	list-style: none;
	width: 900px;
}
#navigation li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
}
#navigation li a {
	height: 38px;
	width: 180px;
	display: block;
}

#navigation:after {
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
	display: block;
	content: ".";
}

/*content*/
#content {
	margin: 0px 10px 15px 10px;
	padding: 0 0 0 0;
	width: 940px;
	background: #343B3B;
}

/*footer*/
#footer {
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
	height: 40px;
	width: 960px;
	text-align: center;
	background: url(../images/foot.gif) no-repeat top;
}
