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

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 83%;
	background-color: #000000;
}

div.Header {
	z-index: 0;
	position: absolute;
	width: 1000px;
	height: 337px;
	margin-left: 0px;
	margin-right: 0px;
}

div.Content {
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

div.Navigation {
	z-index: 1;
	position: absolute;
	width: 60px;
	height: 90%;
	margin-left: 30px;
	margin-right: 20px;
	margin-top: 120px;
}

a.NavLink:link {
	color:#61696c;
}

a.NavLink:visited {
	color:#036;
}

a.NavLink:active {
	color:#900;
}

a.NavLink:hover {
	color:#FFF;
}

div.Menu {
	position: absolute;
	width: 800px;
	margin-left: 95px;
	margin-right: 95px;
	margin-top: 250px;
	}
	
p {
	font-size:83%;
	margin-top: 2px;
	text-align: left;
	color: #61696c;
	}

img.BorderedThumb {
	border-style: outset;
	border-width: 2px;
	border-color: #61696c;
	float: left;
	margin-bottom: 10px;

}
