{
	margin-left: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 0.6px;
	color: #333333;
	background-color: #ffffff;

}

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

a:link { text-decoration: none; color: #7c0f0f; }
a:active { text-decoration: underline; color: #978614; }
a:visited { text-decoration: none; color: #7c0f0f; }
a:hover { text-decoration: none; color: #333333; }

a img { border: none;}

#menu {

width: 220px;
overflow: auto;
top: 0px;
bottom: 0;
left: 0;
position: fixed;
height: 100%;
background-color: #fff;
letter-spacing: 1px;
font-size: 10px;
}

#menu ul {
list-style: none;
margin: 0px 10px 10px 0px;
padding-right: 40px;
padding-left: 0px;
}

#menu ul li {
margin-top: 1px;
margin-bottom: 1px;
margin-left: 0px;
letter-spacing: 1.5px;
}

#menu ul li.section-title {
font-family: Helvetica, Arial, sans-serif;
font-size: 10px;
letter-spacing: 1px;
padding-top: 2px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
color: #333333;
border-bottom-color: #333333;
border-bottom-style: dotted;
border-bottom-width: 1px;
}

#content {
    height: 100%;
    margin: 15px 0 0 200px;
}

#copyright {
	margin: 450px 0 0 0;
	font-size: 9px;
}

.container {
    padding: 30px 0 0 45px;
}

#content p { width: 550px; margin: 0px 0 0 0; }

p {
    margin: 3px 0 0px 0;
}

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

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

#once { clear: left; }

