body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #CCCCCC;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
#header {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	background-color: #FFFFFF;
	background-image: url(images/header-pic.jpg);
	height: 157px;
}
#menu {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	background-color: #b3431a;
	padding-top: 4px;
	padding-bottom: 3px;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#menu a:link,#menu a:visited {
	padding-right: 10px;
	padding-left: 10px;
	color: #CCCCCC;
}
#menu a:hover {
	background-color: #fceed2;
	color: #000000;
	text-decoration: underline;
}
#main {
	width: 600px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	background-color: #FFFFFF;
	text-align: left;
	padding: 12px 20px 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-style: none;
	border-bottom-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	background-color: #b3431a;
	text-align: center;
	height: 90px;
}
.footerboxes {
	margin: 2px 21px;
	padding: 3px;
	height: 78px;
	width: 78px;
	float: left;
}
#sidebar {
	float: left;
	width: 230px;
	padding: 0px 15px 15px;
	background: #EEE2DF;
	position: relative;
	margin: 10px 20px 10px 0px;
}
