﻿* {	margin: 0;
}
html, body {
	height: 100%;
	background: #000 url(images/Background.jpg) no-repeat center -100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size:12px;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -2em;
}
a {
	color:#000;
}
a:visited {
	color:#000;	
}
a:hover {
	text-decoration:none;	
}


.menu{
	font-weight: bold;
	width: 100%;
	padding-top:200px;
	height:160px;
}

.menu ul{
	padding: 7px 0 0 0; 
	margin: 0;
	text-align: center;
	background-image: url(images/Header.gif);
}

.menu ul li{
	display: inline;
}

.menu ul li a{
	margin-right: 40px; /*spacing between each menu link*/
	text-decoration: none;
}

.footer {
    height: 2em;
	background-image: url(images/Header.gif);
	text-align:center;
}