* {	margin: 0;
}
html, body {
	height: 100%;
	background: #c76c50;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size:14px;
}
.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;	
}
#header {
	margin:0 auto;
	background-image: url(images/Header.gif);
	width:764px;
	height:100px;
}

.menu{
	font-weight: bold;
	width: 100%;
	padding-top:0px;
	height:160px;
}

.menu ul{
	padding: 7px 0 0 0; 
	margin: 0;
	text-align: center;
}

.menu ul li{
	display: inline;
}

.menu ul li a{
	margin-right: 10px; /*spacing between each menu link*/
	text-decoration: none;
}

#content {
	margin-top:50px;
	text-align:center;
}
.footer {
    height: 2em;
	text-align:center;
}



