* {
	margin: 0;
	padding: 0;
}

html, body {
	background: #FFFFFF;
	height: 100%;
	font-family: Trebuchet MS, "Arial", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

h1, h2, h3 {
	color: #000000;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 125%;
}

h3 {
	font-size: 112%;
}

f1 {
	font-size: 77%;
}

p, blockquote, ul, ol {
	line-height: 160%;
}

blockquote, ul, ol {
	margin-left: 3em;
}

a {
	color: #345BA8;
}

a:hover {
	text-decoration: none;
}

.boxed {
	margin: 10px;
}

.boxed .content {
	background: red;
}

.boxed .picture {
	background: blue;
}

/* Page */
#page {
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	background: url(images/misc/menubg.jpg) repeat-y left top; 
}

#sidebar {
	float: left;
	width: 170px;
}

#header {
	float: center;
	min-width: 500px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 210px;
	padding-right: 30px;
}

#content {
	float: center;
	text-align: center;
	padding-left: 210px;
	padding-right: 30px;
}

#footer {
	float: center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 210px;
	padding-right: 30px;
}

/* Woods Page */
#woodspage {
	width: 100%;
	background: #FFFFFF;
}

#woodssidebar {
	float: left;
	min-height:  200px;
}

#woodscontent {
	float: center;
	text-align: left;
	min-height:  220px;
	padding-left: 210px;
	padding-right: 30px;
}