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

body {
	font-family: Trebuchet MS;
	font-size: 10px;
	background: #fff;
}

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

a:link { 
	color: #000;
	text-decoration: none;
        background: #fff;
	padding-left: 3px;
	padding-right: 3px; 
}
a:active { 
	color: #000;
	text-decoration: none;
	background: #fff;
	padding-left: 3px;
	padding-right: 3px;
}
a:visited { 
	color: #000;
	text-decoration: none;
        background: #fff;	
        padding-left: 3px;
	padding-right: 3px;
}
a:hover { 
	color: #fff;
	text-decoration: none;
	background: #000;
	border-bottom: dotted 1px #gray;
	padding-left: 3px;
	padding-right: 3px;
} 

a img { 
	border: none;
	text-decoration: none;	
	background: #fff;
}

#menu {
    width: 315px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
	background-color: #fff;
    height: 100%;
	padding-left: 50px;
	
}

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

#menu ul li { padding-top: 3px; }


#menu ul li.section-title { 
        font-size: 15px;
        font-style: bold;
        border-bottom: dotted 0px #000;	
        display: inline;
	color: #C0C0C0;
        background-color: #fff;
	padding-left: 3px;
	padding-right: 3px;
}

#content {
    height: 100%;
    margin: 0 0 0 450px;
    top: 0;
}

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

#content p { width: 500px; 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; padding: 0; }
#img-container a	{ 	
	text-decoration: none;	
	background: #fff; 
}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }