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

body {
	font-size: 11px;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	background: #fff none repeat scroll 0 0;
}

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

a:link { 
	color:#898989;
	font-size:11px;
	text-decoration:none; 
}

a:active {
	color:#898989;
	font-size:11px;
	text-decoration:none;
}

a:visited { 
	color:#898989;
	font-size:11px;
	text-decoration:none;
}

a:hover { 
	background-color:#fff20d;
	color:#333333;
	font-size:11px;
	text-decoration:none;
}

a img { border: none; }

#menu {
    width: 175px;
    overflow: hidden;
	padding-top: 20px;
    bottom: 0;
	padding-left: 20px;
    position: fixed;
    height: 100%;
	background-color: #fff;
	color:#000000;
}

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

#menu ul li.section-title {
	color:#000000;
	border-bottom:1px dashed #000000; 
	font-weight:bold;
	font-size: 13px;
	font-family: Trebuchet MS, Lucida Grande, sans-serif;
	margin-bottom:5px;
	margin-top:5px;}

#content {
	font-size: 11px;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	color:#000000;
    height: 100%;
    margin: 193px 0 0 250px;
    top: 0;
}

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

#content p { width: 500px; margin-bottom: 9px; }

p {
	font-size: 11px;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	margin: 0 0 9px 0;
}

h1 { font-size: 12px; 
	font-family: Trebuchet MS, Lucida Grande, sans-serif;
	color:#000000;
	font-weight: italic;}
	
h2 { font-size: 24px; }

h3 { font-size: 13px;
	font-family: Trebuchet MS, Lucida Grande, sans-serif;
	color:#000000;
	font-weight: bold;
	margin-bottom:5px;
	border-bottom:1px dashed #000000;
	width:250px; }
		
h4 { font-size: 13px;
	font-family: Trebuchet MS, Lucida Grande, sans-serif;
	color:#000000;
	font-weight: bold;
	border-bottom:1px dashed #000000; 
	margin-bottom:5px;
	width:250px; }
	

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

#once { clear: left; }
