* {
	margin: 0;
	padding: 0;
}

body {
font-family: "georgia",Times New Roman,serif;
font-size:11px;
color:#666666;
font-style: normal;
font-variant:normal;
font-weight:normal;
line-height: normal;
text-transform: none;
}

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

a:link { text-decoration: none;color:#666666; }
a:active { text-decoration: none;color: #CC0000; }
a:visited { text-decoration: none; color:#666666; }
a:hover { text-decoration: none; color: #CC0000;}

a img { border: none; }

#menu {
    width: 225px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

element.style {
cursor:pointer;
}

#menu ul li.section-title {
background-color:none;
border-bottom: dotted;
border-bottom-color:#CCCCCC;
border-bottom-width:thin;
color: #57575B;
font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
font-style:normal;
font-size:11px;
font-weight:bold;
margin-bottom:9px;
padding-bottom:0;
padding-right:0;
text-align:left;
text-transform:none;
}


#menu .container li.active a {

}

#content {
    height: 100%;
    margin: 0 0 0 250px;
    top: 300px;
}

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

#content p { width: 640px; margin-bottom: 9px; margin-top: 35px; 

font-family:"georgia",Times new roman,serif;
font-size:11px;
color:#666666;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height: normal;
text-transform: none;
}
p {
    margin: 0 0 10px 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: 640px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }