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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}
	
body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #999999; background-color: #fff; }
a:active { text-decoration: none; color: #999999; background-color: #fff; }
a:visited { text-decoration: none; color: #999999; background-color: #fff; }
a:hover { text-decoration: none; color: #000000; background-color: #3399ff; } 

a img { border: 0px; }

#menu {
    width: 300px;
    overflow: visible;
    top: 0;
    bottom: 0;
	left: 0px;
    position: absolute;
	background-color: #fff;
}

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

#menu ul li.section-title {
	text-decoration: none; color: #000000; font-weight: bold;
}

#content {
    font-size: 10px;  
	font-weight: normal;
	color: #000000;
	margin-left: 300px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
	height: 100%;
    top: 0;
		padding-top: 0px;
		padding-left: 0px;

}

.container {
    padding: 50px 0px 0px 0px;
}

#menu .container{
    padding-top: 50px;
    padding-left: 60px; 
	}

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

p {
    margin: 0px 0px 0px 0px;
}

h1 { 
	font-size: 10px;  
	font-weight: normal;
	color: #999999; 
	background: none; 
	}
h2 { 
	font-size: 9px;  
	font-weight: normal;
	color: #000000; 
	background: none; 
	}
h3 {
	font-size: 10px;  
	font-weight: normal;
	color: #000000; 
	background: none;
	}
h4 {
	font-size: 10px;  
	font-weight: normal;
	color: #ff3333; 
	background: none;
	}

h5 {
	font-size: 3px;  
	font-weight: normal;
	color: #999999; 
	background: none; 
	}
	
h6 {
	font-size: larger;  
	font-weight: normal;
	color: #ff3333; 
	background: none; 
	}

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

#once { clear: left; }
