* {
    margin: 0;
    padding: 0;
}
body {
    background: none repeat scroll 0 0 #FFFFFF;
    font-family: Helvetica,Arial,Verdana,Geneva,Sans-serif;
    font-size: 11px;
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
a:link {
    color: #000000;
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
a:visited {
    color: black;
    text-decoration: none;
}
a:hover {
	color: none;
    text-decoration:none;
}
a img {
    border: medium none;
}
#menu {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 220px;
}
#menu ul {
    list-style: none outside none;
    margin: 0 0 3px;
}
#menu ul li.section-title {
	color: black;
    font-family: Helvetica,Arial,Verdana,Geneva,Sans-serif;
    font-size: 15px;
	background: none repeat scroll 0 0;
}

#menu ul li a {
    color: #333333;
    padding: 1px;
}
#menu ul li a:link {
    background: none repeat scroll 0 0 none;
    text-decoration: none;
}
#menu ul li a:active {
    background: none repeat scroll 0 0 black;
    text-decoration: none;
}
#menu ul li a:visited {
    background: none repeat scroll 0 0 none;
    text-decoration: none;
}
#menu ul li a:hover {
    background: none repeat scroll 0 0 none;
    text-decoration: none;
}
#menu ul li.active a {
    background: none repeat scroll 0 0 black;
    color: #FFFFFF;
}
#menu .container #ibot a {
    background: none repeat scroll 0 0 transparent;
}
#content {
    height: 100%;
    margin: 0 0 0 300px;
    top: 0;
}
.container {
    padding: 50px 5px 0 21px;
}
#menu .container ul {
    padding-left: 3px;
}
#menu .container {
    padding-left: 31px;
    padding-right: 65px;
}
#content p {
    margin-bottom: 9px;
    width: 700px;
}
p {
    margin: 0 0 9px;
}
h1 {
    background: none repeat scroll 0 0 #FFFFFF;
    font-family: Helvetica,Arial,Verdana,Geneva,Sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 3px;
    text-transform: uppercase;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 12px;
}
#img-container {
    margin: 0;
    padding: 0;
}
#img-container p {
    margin: 0;
    padding: 0 0 12px;
    width: 400px;
}
#once {
    clear: left;
}
