/* ----------- Tags  -------------- */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #1C3B1E;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 1px;
	margin-top: 1px;
}
strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
/* ----------- Main IDs -------------- */
#container {
	background-color: #336633;
	padding: 3px;
	border: 1px solid #4A7D4C;
	width: 781px;
	text-align: left;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #356734;
}
#maincontent {
	padding: 10px;
	background-color: #FFFFFF;
	margin: 0px;
	text-align: left;
	width: 761px;
}
#footer {
	padding: 10px;
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
	background-color: #336633;
	width: 761px;
	clear: both;
}
/* --------------------------------------------- */
#company {
	float: left;
	width: 400px;
	margin: 10px;
}
#hours {
	width: 300px;
	float: right;
	text-align: center;
	margin: 10px;
}
/* --------------------------------------------- */
a:link {
	color: #00458B;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #00458B;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #00458B;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #00458B;
	text-decoration: underline;
	font-weight: bold;
}
/* --------------------------------------------- */
