

/* global
--------------------------------------------------------------*/

body {
	background-color:#000;
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* wrappers
--------------------------------------------------------------*/

#headerwrapper {
	position: relative;
	height: 135px;
	width: 100%;
	background: #fff url(../images/star_bg.png) bottom left repeat-x;
}

#contentwrapper {
	position: relative;
	background: #000;
	width: 100%;
}



/* main layout
--------------------------------------------------------------*/

#header-container {
	position: relative;
	width: 800px;
	height: 135px;
	margin: 0 auto;
}

#header-container .logo {
	position: absolute;
	top: 0px;
	left: 20px;
	width:800px;
	height: 69px;
	text-align: center;
	background: #fff url(../images/logo.png) no-repeat;
	margin: 0 auto;
}

#header-container .menu {
	position: absolute;
	bottom: 35px;
	left:0px;
	height: 30px;
	width: 779px;
	text-align: center;
}

/* menu
--------------------------------------------------------------*/

#nav {
	position: absolute;
	left: 0;
	bottom: 0;
	padding:0px;
	margin: 0;
	text-align: center;
}


#nav ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	
}

#nav li {
	display: inline;
}

#nav a {
	display: block;
	float: right;
	margin: 0 0 0px 5px;
	padding: 4px 18px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Century Gothic",sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing:1px;
	color: #000;
}

#nav a:hover, #nav a:active {
	display: block;
	float: right;
	margin: 0 x 0px 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Century Gothic",sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing:1px;
	color: #ee3537;
}

#illustration {
	position: relative;
	width: 952px;
	height: 550px;
	margin: 0 auto;
	background: url(../images/illustration.png) no-repeat;
}



#home-content {
	position: relative;
	background: transparent;
	width: 952px;
	height: 100px;
	margin: 0 auto;
	font: 14px;
	color: #fff;
	text-align: center;
	
}

#home-content p {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

#home-content a {
	color: #ee3537;
	text-transform: uppercase;
	text-decoration: none;
}

#home-content a:hover{
	color: #ee3537;
}



#content {
	position: relative;
	background: transparent;
	width: 970px;
	height: 100px;
	margin: 0 auto;
	font: 14px;
	color: #fff;
	
}


#content p {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

#content a {
	color: #ee3537;
	text-transform: uppercase;
	text-decoration: none;
}

#content a:hover{
	color: #ee3537;
}

