/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0 0 0 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #666666; }
a:active { text-decoration: none; color: #666666}
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; color: #666666; background: #FFFFCC; } 

a img { border: none; }

#menu {
	width: 150px;
	overflow:hidden;
	height: 100%;
	float: left;
	margin-top: 50px;
	margin-right: 100px;
	margin-bottom: 80px;
	margin-left: 100px;
	background: #fff;
	padding: 10px;
	
}

#menu ul {
	list-style: none; 
	margin: 0 0 12px 0;	
}

#menu ul li.section-title { text-decoration: none; color: #333333; font-weight: bolder; }

#content {
	top: 0;
	float: left;
	margin-top: 130px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p {
	margin-bottom: 9px;
	width: 800px;
}

p {
    margin: 0 0 9px 0;
	text-decoration: none; color: #666666;
}

h1 { font-size: 70px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container p img { width: 500px; }
#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 800px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }



