﻿body {
	color: #000;
	font-size: 0.9em;
	font-family: segoe ui light, segoe ui semibold, arial;
	font-style: normal;
	background-color: #0D0D0D;
	padding-bottom: 20px;
	padding-top: 30px;
}	
@font-face {
	font-family: "segoe ui light";
	src: url('/segoeui.eot');
	 
}	
@font-face {
	font-family: "segoe ui light";
	src: url('/segoeui.woff');
}	
@font-face {
	font-family: "segoe ui light";
	src: url('/segoeui.sgv');
}	
@font-face {
	font-family: 'segoe ui light';
	src: url('/segoeui.ttf');
}	
@font-face {
font-family: 'segoe ui light';
src: url('segoeui.eot');
src: local('segoe ui light'), local('segoe ui light'), url('segoeui.ttf') format('truetype');
}
#container {
	width: 900px;
	margin: 0 auto;
	padding-top: 30px;
	background-repeat: repeat-y;
	position: inherit
}
#top {
	width: 820px;
	height: 120px;
	padding-left: 40px;
	padding-right: 40px;
	border-bottom: 2px solid #242424;
}
#navigation {
	width: 840px;
	padding-left:40px;
	padding-right: 40px;
	font-size: 1em;
	padding: 20px;
}
#navigation a {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: white;
	text-decoration: none;
}
#navigation a:hover {
	font-style:normal;
	background: #2C2C2C;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: white;
	text-decoration: none;
}
#border{
	width:900px;
	border: 2px solid #242424;
}
#picture {
	width: 900px;
	height: 500px;
}
#text {
	width:820px;
	padding:40px;
	background-color: #cccccc
}
#footer {
	width: 820px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	font-style: normal;
	color: white;
	font-size: 0.8em;
}
#footer a {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: white;
	text-decoration: none;
}
#footer a:hover {
	font-style:normal;
	background: #2C2C2C;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight:300;
	color: white;
	text-decoration: none;
}
#footer-bottom{
	width: 810px;
	height: 30px;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 10px;
	padding-bottom: 25px;
	font-style: normal;
	border-bottom: 2px solid #242424;
	color: white;
	font-size: 0.8em;
	margin-bottom: 30px;
}