#footer {
	position: relative;
	margin-bottom: 0px;
	background-color: #000000;
	margin-top: 25px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}
#header h1 {
	font-size: 80px;
	font-family: Arial, Helvetica, sans-serif;
}
#header p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
}


#header {
	text-align: center;
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	height: 440px;
	position: relative;
}
#content {
	position: relative;
	padding-top: 15px;
	padding-left: 25px;

}

#menu {
	color:#FFF;
	position: absolute;
	top: 419px;
	padding-left: 25px;
	width: 1004px;
	height: 34px;
	left: 68px;
}
h1, h2, h3, h4, h6, p {
	margin: 0px;
	padding: 0px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

#container {
	width: 1024px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}


body {
	margin: 0px;
	padding: 0px;
}

#menu a:hover {
	color:#000;
	background-color:#FFF;}
#menu a{
	color:#FFF;
	text-decoration:none;
	padding: 5px;
	}

