* {
	padding: 0;
	margin: 0;
	}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { 
	margin: 1em 5%;
	}
li, dd { 
	margin-left: 5%;
	}
fieldset { 
	padding: .5em;
	}
html,body {
	height: 100%;
}
* html #container {
	height: 100%;
}
body {
	font-size: 80%;
	background: #DBF0EB url(img/topbeam.gif) repeat-x;
	font-family: Arial;
	text-align: center;
	}
h1 {
	color: #000;
	text-transform: lowercase;
	font-size: 3.5em;
	margin: 0px;
	letter-spacing: -.03em;
}
h2 {
	color: #000;
	font-size: 1.2em;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 1.2em;
	margin-left: 10px;
}
p {
	margin-left: 10px;
	margin-top: 0;
	line-height: 1.5em;
}
a:link,a:visited {
	color: #3D698A;
}
a:hover {
	color: #5B9DCD;
}
	
#container {
	margin: 0 auto;
	width: 700px;
	min-height: 100%;
	text-align: left;
	background: transparent url(img/bg.gif);
}
#header {
	height: 294px;
	background: #3D8A78 url(img/sue-scheff-teenagers.jpg);
	padding: 3px 10px;
}
#navigation {
	background: #C2AA70;
	float: left;
	width: 175px;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	border-bottom: 1px solid white;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 4px 0px 4px 5px;
	margin-left: 0px;
}
#navigation li:hover {
	background-color: #6B592E;
}
#navigation li.bottom {
	border-bottom: 0px;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
}
#content {
	padding-top: 10px;
	padding-left: 175px;
	padding-bottom: 30px;
}
#copyright {
	margin-left: 10px;
}
#copytext {
	font-weight: bold;
	font-size: 90%;
}