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

body {
	background-color: #00000;
}

div.container {
	width: 960px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
}

img.header {
	position: absolute;
	left: 0px;
	top: 0px;
}

div.nav {
	background-color: black;
	background-image: url('images/bg_nav.jpg');
	background-repeat: repeat-x;
	width: 880px;
	height: 43px;
	position: absolute;
	left: 0px;
	top: 132px;
	text-align:  justify;
	text-align-last: justify;
	line-height: 43px;
	padding-left:  35px;
	padding-right:  45px;
}

div.nav font:after {
	content:  "";
	display:  inline-block;
	width:  875px;
	height:  0;
	visibility:  hidden;
}

div.nav font a {
	font-family: Helvetica, sans-serif;
	color: #e7e7e7;
	text-transform: uppercase;
	font-size: 15px;
	text-decoration:  none;
}

div.nav font a:after {
	content:  " | ";
}

div.nav font a:last-child:after {
	content:  "";
}

div.main {
	border: 1px solid #c7c7c7;
	background-color: #e7e7e7;
	width: 878px;
	position: absolute;
	left: 0px;
	top: 175px;
	margin: 0;
	padding: 5px;
	padding-left:  35px;
	padding-right:  45px;
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	margin-bottom: 20px;
}