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

body { color: black;
       font-size: 12px;
       text-decoration: none;
       text-transform: uppercase;
       font-family: "andale mono","Lucida Grande","Lucida Sans Unicode",Verdana;
       background-image: none;
       background-color: #ffffff;
       background-repeat: repeat;
       background-attachment: scroll;
       background-position: 0 0;
       padding: 0px 0px 0px 30px; }

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

a:link { color: black; text-decoration: none; }
a:active {  }
a:visited { color: black; text-decoration: none; }
a:hover { color: #66CC99; }

a img { background-color: ; border: none; background-color: ffffff;  }

img {
    border: 0px solid #ffffff; padding: 0px 0px 0px 0px;
}

#menu { font-weight: none;
        font-style: none; 
        line-height: 15pt;
        font-size: 13px;
        font-family: "andale mono","Lucida Grande","Lucida Sans Unicode",Verdana;;
        text-align: left;
        width: 215px;
        overflow: auto;
        top: px;    
        bottom: 0;
        left: 0;
        position: fixed;
        height: 100%;
        background-color: #ffffff; opacity: 0.8;  
        padding: 1px 0px 0px 10px;
}

#menu img {border: 0}

#menu ul {
	list-style: none;
	margin: 0 0 1px 0;
	line-height: pt;
	border-bottom-color: black; 
    border-bottom-style: dotted; 
    border-bottom-width: 0px; 
}

#menu ul li.section-title { 
	font-family: "andale mono","Lucida Grande","Lucida Sans Unicode",Verdana;;
	color: olivedrab; 
	font-size: 12px; 
	line-height: pt; 
	font-weight: bold;
        font-style: none; 
	text-decoration: none; 
	background-color: ffffff; 
	text-transform: uppercase; }


#content {
    background-color: #ffffff;
    height: 100%;
    margin: 0 0 0px 215px;
    padding: 1px 0px 0px 0px;
    top: 0;
    line-height: 12pt;
	

}

.container {

    
    padding: 20px 1px 0px 15px;
}

#content p { width: 750px; margin-bottom: 0 0 0px 0; }

p {
    margin: 0 0 1px 0;
}



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

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

#once { clear: left; }
