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

* {margin:0;padding:0;}

body {
	background: #000;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {font-size:16px; font-weight:normal;}
.header h1 {font-size:14px; font-weight:normal; float:left; margin: 15px 15px 0px 0px;}

.header h1 a {text-decoration:none;}

a {color: #fff; text-decoration:underline;}
.content a img {color: #fff; border:none; text-decoration:none;}

.container {
	width: 990px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	width: 990px;
	float: right;
}

.nav {
	float: right;
}

.logo {
	float: left;
}

.content {
	padding-top: 85px;
}


