/**
* 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: #333333;}
a:active { text-decoration: none; color: #333333;}
a:visited { text-decoration: none; color: #666666; }
a:hover { text-decoration: none; color: #000000;}

a img { border: none; }

#menu {
    width: 210px;
    overflow: none;
    top: 9px;
    bottom: 9px;
	left: 9px;
    position: fixed;
	height: 460px;
	background-color: #fff;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	
	padding-left:7px;
	padding-right:7px;
}

#menu ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 10px;
}

#menu ul li.section-title { 
color:#272d64;
font-weight:bold;
letter-spacing:1px;
border-bottom: 1px dotted #000000; padding-bottom: 5px; margin-bottom: 5px; width:194px;}

#content {
    height: 100%;
    margin-top: 10px;
	margin-left:240px;
	margin-bottom: 230px;
}

.container {
    padding: 0px 0px 0px 7px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; }
h4 { font-size: 11px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
