body
{
	width: 750px;
	background-color: #effeff;
	margin: auto;
	margin-top: 0px;
	font-family: arial;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 0.9em;
}
#page
{
	width: 750px;
	border: grey 2px groove;
	background: white;
	margin: auto;
}
#header
{
	height: 382px;
	margin: 0px;
	display: block;
}
#menu
{
	width: 750px;
	height: 30px;
	background: url("imgs/speedbar.png") repeat-x;
	position: relative;
	text-align: center;
	font-weight: bold;
	color: white;
	line-height: 30px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#menu li
{
	display: inline;
	width: 150px;
	float: left;
}
#menu li:hover
{
	background-image: url("imgs/hover2.png");
}
#menu li ul
{
	position: absolute;
	left: -3000px;
	float: left;
	list-style: none;
	z-index: 1;
	list-style: none;
	width: 150px;
}
#menu li ul li
{
	background: url("imgs/speedbar.png") repeat-x;
	position: relative;
	left: -40px;
	
}
#menu li:hover ul, #menu li.sfhover ul
{
	left: auto;
	min-height: 0;
}
#menu a
{
	font-weight: bold;
	color: white;
}
#corps
{
	padding: 15px;
	padding-top: 28px;
	z-index: 2;
}
#footer
{
	color: grey;
	height: 50px;
	text-align: center;
}
h1
{
	text-align: center;
	color: #330d15;
	font-size: 1.3em;
	margin-top: 0px;
	position: relative;
	top: -20px;
}
h2
{
	text-align: left;
	color: #333333;
	font-size: 1.1em;
}
a
{
	font-weight: bold;
	text-decoration: none;
	color: #09bce5;
}
a:active
{
	color: #235863;
}
table
{
	padding: 10px;
	position: relative;
	left: 100px;
}
th
{
	height: 30px;
	background: url("imgs/speedbar.png") repeat-x;	
}
td
{
	padding: 15px;
}
