﻿body{
	padding:0px;
	margin:0px;
	background-color:#000000;
	color:#ffffff;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
}
#navigation{
	background-image:url('../../assets/images/topWood.jpg');
	background-position:center;
	width:auto;
	height:35px;
}
#navItems{
	width:745px;
	height:15px;
	margin:0 auto;
	padding:15px 0 0 25px;
}
#navItems a{
	text-decoration:none;
	color:#ffffff;
	font-size:1.1em;
}
#navItems a:hover{
	text-decoration:underline;
	color:#ffffff;
	font-size:1.1em;
}

#flashcontent {
		height: 100%;
	}
