/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* Edited By: MIke Fretto/www.silentcitizen.com
*/
* {
	margin: 0;
	padding: 0;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	line-height: 18px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #812f15;
}

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

a:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: lighter;
	color: #812f15;
	text-indent: 0px;
	margin: 0px;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 18px;
	font-variant: normal;
	text-decoration: underline;
	background: #ffffff;
	text-transform: none;
}
a:active { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: lighter;
	color: #812f15;
	text-indent: 0px;
	margin: 0px;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 18px;
	font-variant: normal;
	text-decoration: underline;
	background: #ffffff;
	text-transform: none;
}
a:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: lighter;
	color: #812f15;
	text-indent: 0px;
	margin: 0px;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 18px;
	font-variant: normal;
	text-decoration: underline;
	background: #ffffff;
	text-transform: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: lighter;
	color: #812f15;
	text-indent: 0px;
	margin: 0px;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 18px;
	font-variant: normal;
	text-decoration: underline;
	background: #d8d9d7;
	text-transform: none;
}

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 30px;
    bottom: 0;
	left: 15px;
    position: fixed;
    height: 100%;
	background-color: #f4f4ef;
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 53px 0 0 215px;
    top: 0;
}

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

#content p { width: 550px; margin-bottom: 10px; }

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: left; }
