/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 20px;
	font-size: 8pt;
	margin-left: 10%; 
	margin-right: 10%;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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


a:link {
	font-family:Verdana;
	font-size: 8pt;
	color: #666;
	text-decoration: none;

}
a:visited {
	font-family:Verdana;
	color: #666;
	font-size: 8pt;
	text-decoration: none;
}
a:hover {
	font-family:Verdana;
	font-size: 8pt;
    background-color: #B95C27;
	color: #fff;
}
a:active {
	text-decoration: none;
}
a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 20px;
    bottom: auto;
	left: 10%;
    position: fixed;
    height: auto;
	background-color: #fff;
}

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

#menu ul li.section-title { 
	color: #848484; font-family: "trebuchet ms"; 
    text-transform: uppercase; 
    color: #B95C27;
	text-decoration: bold;
	border-bottom: 1pt dotted #cececb;
 }
div1 { 
        background-color: #3cccaa; 
        margin: 40px 300px auto 235px; }


#content {
    top: 0;
    background-color: white; 
    background-repeat: repeat; 
    background-attachment: scroll; 
    background-position: 0 0; 
    min-width: 700px; 
    max-width: 700px; 
    margin: 0 100px 5px 235px;
}

.container {
    padding: 5px 5px 25px 5px;

    
}
.img-bot {
    margin: 0 0 0 -5px;
    padding: 5px 75px 25px 25px; 
    background-color: white;
    
}
.nothumb img {
    margin: 0 0 0 -5px;
    padding: 5px 75px 25px 25px; 
    background-color: white;
}


#content p { width: 650px; margin: 20px 0 9px 20px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ 
        margin: 0; 
        background-color: white;   
        }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
