@charset "utf-8";

/* Misc. */
body {
	width: 750px;
	padding: 0;
	margin: 0;
	background: #3d5e45 url(/images/body.jpg) no-repeat left top;
}
form {
	margin: 0;
	padding: 0;
}
p, table, h1, h2, h3, h4, h5, h6, ul, ol, blockquote {
	margin-top: 0;
	margin-bottom: 0.8em;
}

/* fonts */
body {
	font: 0.7em/1.2 Georgia, "Times New Roman", Times, serif;
	color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: noraml;
	text-transform: uppercase;
}
h1, h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}
h4, h5, h6 {
	font-size: 1em;
	font-weight: bold;
}
th {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

/* content */
#content {
	float: left;
	width: 637px;
	padding-top: 400px;
	padding-left: 113px;
}

/* login */
#login {
	float: left;
	width: 200px;
}
#login input {
	display: block;
	margin: 2px 0 8px 0;
}
#login #submit {
	margin-top: 8px;
}

/* intouch */
#intouch {
	float: left;
	width: 220px;
	padding-top: 25px;
	text-align: center;
}
#intouch h2, #intouch h3, #intouch p {
	margin-bottom: 0.5em;
}
#intouch h2 {
	font-size: 2.25em;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 0;
}
#intouch h3 {
	font-size: 1.25em;
}

/* hours */
#hours {
	float: left;
	width: 100%;
	padding-top: 20px;
}

/* footer */
#footer {
	float: left;
	width: 100%;
	padding-top: 20px;
}
#footer img {
	vertical-align: baseline;
	position: relative;
	top: 1px;
}