/**
* 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: transparent;
}

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


a:link {
	font-family:Verdana;
	font-size: 8pt;
	color: black;
	text-decoration: underline;
}
a:visited {
	font-family:Verdana;
	color: black;
	font-size: 8pt;
	text-decoration: underline;
}
a:hover {
	font-family:Verdana;
	font-size: 8pt;
	color: #666;
    background: rgba(255, 255, 255, 0.25);
}
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: rgba(255, 255, 255, 0.25);
}

#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: black;
	font-weight: bold;
	border-bottom: 1pt dotted black;}
div1 { 
        background-color: #3cccaa; 
        margin: 40px 300px auto 235px; }


#content {
    top: 0;
    background: rgba(255, 255, 255, 0.25); 
    background-repeat: repeat; 
    background-attachment: scroll; 
    background-position: 0 0; 
    min-width: 700px; 
    max-width: 700px;
    min-height: 550px;
    margin: 0 100px 5px 235px;
}

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

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


#content p { width: 600px; margin-bottom: 9px;  }

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;   
        }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
