
/* Layout */

body {
	background-color: #aaa;
	margin: 0;
	padding: 0;
	min-width: 780px;
}

body > div {
	margin: 0px;
	padding: 1em 10%;
	background-repeat: repeat-x;
}

img { vertical-align: middle; }
a img { border: none; }

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul li {
	padding: 1em 0;
	border-bottom: 1px dashed #ddd;
}

ul.clean li { padding: 0.5em; border-bottom: none; }
ul.clean li img { margin-right: 0.5em; }
ul.clean a:hover { text-decoration: none; }
ul.clean a:hover li {
	border-left: 1px solid #ddd;
	margin-left: -1px;
	background-image: url(images/darkeningarrow.png);
	background-position: right center;
	background-repeat: no-repeat;
}

#header {
	background-color: #999;
	background-image: url(images/headerbackground.png);
	background-position: center bottom;
}

#content {
	padding-top: 2em;
	padding-bottom: 2em;
	background-color: #fff;
	background-image: url(images/bodybackground.png);
	background-position: center top;
	min-height: 190px;
}

#content .box {
	width: 32%;
	float: left;
	margin-right: 1%;
}

#footer {
	background-image: url(images/footerbackground.png);
	background-position: center top;
	min-height: 40px;
}

#footer #footer-left { float: left; }
#footer #footer-right { float: right; }

/* Typography */

body {
	color: #000;
	font-family: "Lucida Grande", "Lucida Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 11px;
}

h2, h3, h4, h5, h6 {
	margin-top: 2em;
	margin-bottom: 2px;
	padding: 0 0 2px 0;
	background-image: url(images/darkeningdot.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: inherit;
	color: #555;
	text-shadow: 0px 1px 2px #ccc;
}

#header h1 {
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 3.5em;
	margin: 0.2em auto;
}

a:link, a:visited {
	color: #0066aa;
	text-decoration: none
}

a:hover, a:active {
	color: #0066aa;
	text-decoration: underline;
	text-shadow: 0px 1px 2px #ccc;
}

#header, #footer {
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 1px 2px #333;
}

#header a, #footer a {
	color: #fff;
	text-decoration: none;
}