body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image: url(assets/cobblestone_background.jpg);
	background-repeat: repeat-y;
	margin-top: 100px;
}
a:link {
	color: #FF3333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #66CCFF;
}
a:hover {
	text-decoration: underline;
	color: #33CC33;
}
a:active {
	text-decoration: none;
}
#NavBar {
	position:absolute;
	width:200px;
	height:421px;
	z-index:1;
	left: 15px;
	top: 264px;
	overflow:hidden;
}
#pagecontent {
	position:absolute;
	width:700px;
	height:460px;
	z-index:2;
	left: 245px;
	top: 264px;
	overflow: visible;
}
#Logo {
	position:absolute;
	width:652;
	height:243;
	z-index:3;
	left: 0px;
	top: 0;
}
h1 {
	color:#0045FF;
	font-family:Times, serif;
}
#Copyright {
	position:absolute;
	width:200px;
	height:55px;
	z-index:5;
	left: 15;
	top: 704px;
	font-size:small;
	color:#666666;
}
