.floatleft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#header {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding: 0px;
}
#footer {
	padding: 5px;
	clear: both;
	margin-top: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	text-align: center;
	font-size: 12px;
}
#maincontent {
	text-decoration: none;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
}
.floatright {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#container {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: thin solid #000;
	border-radius: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 5px 5px 10px #999;
	width: 60em;
}
#address {
	text-align: center;
	float: right;
	margin-right: 70px;
	text-decoration: none;
	margin-top: 0px;
}
a {
	text-decoration: none;
	color: #000;
}
#maincontent h1 {
	font-family: "Nueva Std Condensed";
	font-size: 36px;
}
.menu {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.imageBorder {
	padding: 5px;
	border: thin solid #000;
}

