
* {
	margin: 0px;
	padding: 0px;
	}


body {
	background: #000;
	font-family: Eurostile, Arial, Helvetica, sans-serif;
	color: #ffffff;
	height: 100%;
	width: 100%;
	text-align: center;
	}

img {
	border: 0px;
	}

a {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
h1 {
	font-size: 22px;
	color: #fff;
	padding: 10px 10px 10px 60px;
	}

h2 {
	font-size: 18px;
	color: #fff;
	padding: 10px 10px 10px 40px;
	}

p {
	padding: 10px 10px 10px 30px;
	color: #e7e7e7;
	font-size: 12px;
	}

.logo {
	display: block;
	position: absolute;
	top: 40px;
	left: 650px;
	width: 350px;
	height: 100px;
	}

/*  Layout  */
#container {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	background: #283a77;
	}

#header {
	background: url('img/header.jpg');
	height: 260px;
	padding: 0px 0px;	
	}

#navigation {
	height: 30px;
	padding: 0px;
	background: #a20111 url('img/nav.jpg') repeat-x;
	}

#wrapper {
	width: 100%;
	float: left;
	margin-right: -260px;
	}

#content {
	margin-right: 260px;
	}

#extra {
	float: right;
	width: 260px;
	padding: 0px;
	}

#footer {
	clear: both;
	height: 20px;
	}

/*   MENU LIST STYLE      */


li {
	display: inline;
	list-style-type: none;
	margin-left: 20px;
	line-height: 30px;
	}

li a{
	color: #fff;
	text-decoration: none;
	}

li a:hover{
	color: #b9c1db;
	text-decoration: none;
	}


.left {
	float: left;
	}
	
.right {
	float: right;
	clear: both;
	}
	
.image {
	border: solid 3px #fff;
	margin: 3px;
	}
	
	
	