* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #E7E7E7;
    font-size: 14px;
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
a:link {
    color: #666666;
    text-decoration: none;
}
a:active {
    color: #666666;
    text-decoration: line-through;
}
a:visited {
    color: #999999;
    text-decoration: none;
}
a:hover {
    text-decoration: line-through;
}
a img {
    border: medium none;
}
#menu {
    background:  repeat scroll 0 0 ;
	background-color: #E7E7E7;
    bottom: 0;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 17px;
    height: 100%;
    left: 0px;
	padding-left:10px;
    overflow: auto;
    position: fixed;
    text-align: left;
    top: 14px;
    width: 180px;
}
#menu ul {
    font-size: 14px;
    list-style: none outside none;
}
#menu ul li.section-title {
    font-size: 15px;
}
#menu ul li.active {
    font-size: 14px;
    text-decoration: line-through;
}
#content {
    height: 100%;
    margin: 10px 0 0 187px;
    top: 0;
}
.container {
    padding: 5px 5px 25px;
}


#content p {
    margin-bottom: 9px;
    width: 400px;
}
p {
    color: #333333;
    font-size: 14px;
    margin: 0 0 9px;
}
h1 {
    color: #333333;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 23px;
    text-transform: uppercase;
}
h2 {
    color: #333333;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}
h3 {
    color: #333333;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 23px;
    text-transform: uppercase;
}
h4 {
    font-size: 12px;
	    font-family: 'Open Sans Condensed',sans-serif;
}
h5 {
    color: #333333;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
#img-container {
    margin: 0;
    padding: 0;
}
#img-container p {
    margin: 0;
    padding: 0 0 12px;
    width: 400px;
}
#footer {
    background-color: #E7E7E7;
    bottom: 0;
    left: 0;
    padding-left: 16px;
    position: fixed;
    width: 99em;
}
