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

body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#09F;
}

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

a:link { text-decoration: none; color:#000 }
a:active { text-decoration: none; color:#000}
a:visited { text-decoration: none; color:#666; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 175px;
    overflow: auto;
    top: 50px;
    bottom: 0;
	left: 50px;
    position: absolute;
    height: 425px;
	background-color:#FFF;
}

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

#menu ul li.section-title { 
}

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

.container {
    padding: 10px 10px 25px 10px;
}

#content p { width:200px; margin-bottom: 9px; background:#FFF; padding:10px; margin-left:250px; }

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

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

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

#once { clear: left; }