﻿#container {
    margin: auto;
    width: 1000px;
}

#contentBody {
    text-align:left;
    vertical-align:top;
    padding: 0px 5px 0px 5px;
}

#header {
	font-size: 80%;
	text-align: center;
	width: 100%;
	vertical-align: top;
}

#headerLink a:link {
	color: #AC1818;
	text-decoration: none;
}

#headerLink a:visited {
	color: #AC1818;
	text-decoration: none;
}

#headerLink a:active {
	color: #AC1818;
	text-decoration: none;
}

#headerLink a:hover {
	text-decoration: underline;
}

#contact {
	text-align:center;
	width: 700px;
	margin: auto;
}

#footer {
	font-size: 80%;
	text-align: center;
	padding-bottom: 5px;
}