/* Brook Creek Learning Center | All Rights Reserved | WideEyed Media - http://www.wideeyedmedia.net */

body {
	min-width: 720px;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", serif;
	background: #ffffff url(../images/watermark.gif) fixed no-repeat;
}

/*<group=divs>*/

div#header {
	width: 100%;
	background: repeat-x url(../images/logoBack.jpg) #82786d;
}

div#logo {
	height: 180px;
	background: #EDF2DC url(../images/logo.jpg) no-repeat;
	width: 760px;
}

div#logo h1 {
	display: none;
	width: 722px;
	height: 180px;
	background: none;
}

div#navigation ul {
	list-style: none;
	font-size: 90%;
	font-weight: bold;
	height: 20px;
	margin: 3px 0px 3px 10px;
}

div#navigation li {
	display: inline;
	padding-right: 12px;
	color: #edf2dc;
}

div#navigation li a:link {
	color: #edf2dc;
	text-decoration: none;
	border-bottom: 2px solid #82786d;
}

div#navigation li a:visited {
	color: #edf2dc;
	border-bottom: 2px solid #82786d;
	text-decoration: none;
}

div#navigation li a:hover {
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
	text-decoration: none;
}

div#navigation li a:active {
	color: #edf2dc;
	border-bottom: 2px solid #82786d;
	text-decoration: none;
}

div#content {
	position: absolute;
	top: 220px;
	left: 20px;
	margin-bottom: 20px;
	width: 760px;
	padding: 0px;
}

div#content h2 {
	font-size: 120%;
	border-bottom: 1px solid #957c68;
}

div#content h3 {
	font-size: 110%;
	color: #686158;
}

div#content p {
	font-size: 90%;
	line-height: 1.6em;
}

div#content li {
	font-size: 90%;
	line-height: 1.5em;
	list-style: circle;
	padding-bottom: 8px;
}

div#content dd {
	font-size: 85%;
	margin-bottom: 10px;
}

div#content dt {
	font-size: 100%;
	font-weight: bold;
	margin-left: 20px;
}

div#content blockquote {
	border: 1px solid #576757;
	background: #a5b3a5;
	color: #1f2022;
	padding: 20px;
	margin: 8px 8px 20px 8px;
}

div#sidebar {
	position: absolute;
	top: 230px;
	right: 20px;
	width: 250px;
}
	
/*</group>*/

/*<group=classes>*/

.sideStuff {
	padding: 10px;
	border: 1px solid #957c68;
	margin-bottom: 10px;
	background: #f5f4e6;
}

.sideStuff p {
	font-size: 80%;
	line-height: 1.6em;
}
	
/*</group>*/
