* {
	margin: 0;
	padding: 0;
}

html {
	border-top: 3px solid #668852;
}

body {
	font-size: 9pt;
	font-family: Helvetica, Verdana, sans-serif;
	line-height: 14pt;
	color: #222;
	background-color: #eee;
	margin: 30px 15px 15px 30px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	padding: 20px 30px 0 20px;
	border-top: 3px solid #553c3c;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	line-height: 22px;
}

#menu ul li {
	border-bottom: 1px dotted #553c3c;
}

#menu ul li.section-title {
	font-weight: bold;
}

#content {
    height: 100%;
    margin: 0 0 0 250px;
    top: 0;
    padding-left: 10px;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear:
}

.projectinfo {
	width: 350px;
}

.projectinfo td {
	padding: 10px;
}

.projectinfo th {
	color: #777;
	text-align: left;
	vertical-align: top;
	padding: 10px 10px 10px 0;
}

h2 {
	font-size: 2em;
	margin-bottom: 15px;
	max-width: 350px;
}

ul {
	line-height: 14pt;
	margin-left: 14px
}

a:link, a:visited {
	color: #668852;
	text-decoration: none;
}

a:hover {
	color: #668852;
	text-decoration: underline;
}

#projectcontainer {
	padding: 0 20px 35px 20px;
	max-width: 350px;

}

#prev, #next {
	background: #ccc;
	color: #222;
	padding: 5px 15px 5px 15px;
}

#prev:hover, #next:hover {
	background: #668852;
	color: #fff;
}

a#prev, a#next {
	text-decoration: none;
}

hr {
	border: 0;
	height: 0;
	border-bottom: 1px dotted #553c3c;
}

.upd {
	color: #999;
	margin: 20px 0 20px 0;
	font-size: 7pt;
}

.upd a:link, .upd a:visited {
	color: #999;
	text-decoration: underline;
}

.upd a:hover {
	color: #222;
	text-decoration: none;
}

.sitetitle a:link, .sitetitle a:visited {
	color: #222;
	text-decoration: none;
}

.sitetitle a:hover {
	background-color: #553c3c;
	color: #fff;
	text-decoration: none;
}

.muted {
	color: #777;
}