#navbar {
	clear: right;
	width: 1020px;
	height: 40px;
}


#container {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}
h5 {
	text-align: center;
	color: #000;
}



h1 {
	font-size: x-large;
	color: #F00;
	text-align: center;
}
h2 {
	font-size: large;
	font-weight: bold;
}
h3 {
	font-size: medium;
	font-weight: bold;
	color: #F00;
}
h4 {
	font-weight: bold;
	text-align: center;
}


#footer {
	text-align: center;
	background-color: #EEE;
	padding: 5px;
	font-size: x-small;
	color: #000;
}
#maincontent {
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
#image {
	text-align: center;
}
#contact {
	text-align: center;
}
