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

* {padding:0; margin:0; outline: none;}
body {
	background: #000 url("../_img/body-bg.jpg") top center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	}
#wrapper {
	width: 977px;
	margin: 90px auto 0 auto;
	position: relative;
	}
#container {
	width: 959px;
	height: 253px;
	border: 9px solid #000;
	background: #000;
	}
#logo {
	position: relative;
	margin: 0 0 3px 37px;
	width: 247px;
	height: 44px;
	float: left;
	}
#viewall {
	position: relative;
	margin: 39px 0 0 37px;
	width: 163px;
	height: 23px;
	float: right;
	}
#content {
	width: 450px; 
	color: #eee; 
	font-size: 14px;
	line-height: 120%;
	padding: 50px 40px 0px 35px;
	}
#content p {
	margin: 12px 0 12px 0;
	}
#content h1 {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -1px;
	}
#menu {
	height: 40px;
	margin: 0; padding:0 1em;
	}

.outer {
	float: right;
	width: 129px; height: 40px;
	margin: 0 3px 0 0;
	background: url( "../_img/nav-bg.png") no-repeat;
	}

.outer a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	font: bold 12px/1 Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color:#fff;
	text-decoration: none;
	}
.outer span {
	display: block;
	margin:0; padding: 12px 0 0 0;
	text-align: center;
	}
.outer a:hover {
	color: #2775cc;
	}
.outer a:active {
	color: black;
	}

