@charset "utf-8";
body {
	font: 100% Helvetica, Arial, sans-serif;
	background: #DDD url(../images/grad.gif) repeat-y center;
	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 */
	color: #000000;
}
#container  {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#content { clear: both; }

#header h1 {
	float: left;
	font-size: 2.5em;
	margin-bottom: 0.25em;
	text-transform: lowercase;
	margin-top: 5px;
}
#header  a, #footer a {
	color: #000000;
	text-decoration: none;
}

a { color: #000000; }

#header a:active, #header a:hover, #footer a:active, #footer a:hover { text-decoration: underline; }

#contact { float: right; }

#footer p {
	font-size: .6em;
	text-transform: lowercase;
}

#contact p {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 14px;
}

#navigation {
	clear: both;
	float: left;
}

#navigation p { float: left; }

#navigation a {
	border: 1px solid #FFFFFF;
	padding: 10px;
}

#navigation a:hover, #navigation a:active {
	border-color: #000000;
	text-decoration: none;
}
#content, #header, #footer  { padding: 20px 50px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */ }

#caption { text-align: center; }

