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

body {
	font-size: 11px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans;
	font-weight: bold;
	background: #FFF;
	color: #333;
	line-height:15px;
	text-align: center


}

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

a:link { text-decoration:none; color:#333; }
a:active { text-decoration:none; color:#333; }
a:visited { text-decoration:none; color:#333; }
a:hover {text-decoration:none; color:#FF0; }




a img { border: none; }

#menu {
    	width: 140px;
    	overflow: auto;
    	top: -17;
    	bottom: 0;
	left: 0;
	padding-top:0px;
	padding-left:70px;
	float:left;
	display:block;
	position: fixed;

}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	background: transparent url(path_to_image.gif) left bottom repeat-x;
	
	line-height: 15px;
	border-top: 1px dotted #333; 
	padding-top: 5px;

}

#menu ul li.section-title { 
	color:#999;
	font-size: 11px;
	margin-bottom: 6px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans;
	font-weight: bold;
	text-align: center
	line-height: 15px;
}

#content {
    	height: 100%;
    	margin: 0 0 0 180px;
    	top: 0;
	padding-left: 50px;
	padding-top: 0px;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 {
	
	font-size: 11px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans;
	font-weight: bold;
	background: #FFF;
	color: #333;
	line-height:15px;
	text-align: center
	text-decoration: none;
	border-bottom: 1px dotted #333;
	}

h2 {}
h3 {}
h4 {}

#img-container	{ margin: 0; padding: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans;}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 0px 0; }

#once { clear: left; }
br{
	padding:0px;
	margin:0px;
	}