     /**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {  text-align:center;
	font-size: 12px;
	font-family: Georgia, Arial, serif;
	background: #fff;
        color:#373721;}

body.section-1 { }
body.section-2 { }
body.section-3 { }

#wrapper {width:1200px; 
	margin:0 auto; 
	text-align:right; 
	background:#fff;}

div#shim {
                visibility: hidden;
                width: 100%;
                height: 50%;                                                                
                margin-top: -200px;                                                         
                float: left;
            }

a:link {color:#373721; 
text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; 
padding:0 0 0 17px;}

#menu {
    width: 215px;
    overflow: auto;
    margin-top: 10px;
    bottom: 0;
    left: 0;
    height: 100%;
    background-color: #fff;
    font-size:15px;
    line-height:22px;
    float:left;
    text-align:left;}

#menu a:link{color:#373721;}
#menu a:visited{color:#373721;}
#menu a:hover{
text-decoration:underline;}
#menu a:active{color:#cc6600;
}
#menu ul {
	list-style: none;
	margin: 0 20px 3px 10px;
}

#menu ul li.section-title { font-weight:bold;
color:#b77758;
border-top: 1px dashed;
border-color:#c4a313;}

#content {
    height: 100%;
    margin: 10px 0 0 235px;
    top: 0;
text-align:left;}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 400px; margin-bottom: 9px; }
.clear-both {clear: both;}
p {
    margin: 0 0 5px 10px;
line-height: 22px
}

h1 { font-size: 32px; }
h2 { position:absolute;
     top:50px}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }