* {
    margin: 0;
    padding: 0;
}
body {
    background: none repeat scroll 0 0 #F5F5F5;
    color: #AAA;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 10px;
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
a:link {
    color: #AAAAAA;
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
a:visited {
    color: #AAA;
    text-decoration: none;
}
a:hover {
    background: none repeat scroll 0 0 #DDDDDD;
    color: #666666;
    text-decoration: none;
}
a img {
    border: medium none;
}
#menu {
    background-color: #F5F5F5;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: auto;
    padding-top: 0;
    position: fixed;
    top: 0;
    width: 200px;
}
#name_logo{
	background:#F5F5F5;
}
#menu ul {
    border-top: thin solid #AAAAAA;
    list-style: none outside none;
    margin: 0 0 12px;
    padding-top: 12px;
}
#menu ul li.section-title {
    color: #C2D6FF;
    font-size: 10px;
    font-weight: bold;
    padding-top: 5px;
    width: auto;
}
#content {
    height: 100%;
    margin: 0 0 0 210px;
    top: 0;
}
.container {
    padding: 50px 20px 0px 40px;
}
#content .container{
	padding-top:107px;
}
#menu .container p:first-child {
    margin-bottom: 45px;
}
#content p {
    margin-left: 0;
    width: 1000px;
}
p {
    margin: 0 0 9px;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 12px;
    margin-left: 10px;
}
#img-container {
    padding: 0;
}
#img-container p {
    margin: 0;
    padding: 0 0 12px;
    width: 400px;
}
#once {
    clear: left;
}
