
* {
	padding:0;
	margin:0;
	font-family:arial, helvetica, sans-serif;
}

body {
	background:#d9dadb;
}


div#allover {
	width:998px;
	height:577px;
	background:url(../img/background.jpg) no-repeat;
	margin-top:72px;
	margin-left:auto;
	margin-right:auto;
}

div#navigation {
	float:left;
	width:150px;
	height:515px;
}

div#navigation ul {
	margin-left:15px;
	margin-top:70px;
	list-style:none;	
}

div#navigation ul li {
	margin-bottom:8px;
}

div#navigation ul li a {
	font-size:16px;
	font-weight:300;
	color:#fff;
	text-decoration:none;	
}

div#navigation ul li a:hover {
	text-decoration:underline;
}

div#navigation ul li a.active {
	text-decoration:underline;
}

div#content {
	width:848px;
	height:515px;
	float:right;
}

div#content h1 {
	margin-left:65px;
	margin-top:70px;
	margin-bottom:15px;
	color:#fff;	
}

div#content p {
	margin-left:65px;
	font-size:16px;
	font-weight:300;
	color:#fff;
}

div#content p span {
	font-weight:700;
}

div#content p a {
	font-size:16px;
	font-weight:300;
	color:#fff;
	text-decoration:none;	
}

div#content p a:hover {
	text-decoration:underline;		
}

div#footer {
	clear:both;
	width:998px;
	height:62px;
}

div#footer p {
	margin-left:16px;
	padding-top:20px;
	font-size:15px;
	font-weight:300;
	color:#fff;
}

div#footer p a {
	font-size:16px;
	font-weight:300;
	color:#fff;
	text-decoration:none;
}

div#footer p a:hover {
	text-decoration:underline;
}

