@charset "ISO-8859-1";
/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	clear: both;
	text-transform: none;
	color: #000000;	
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 13px;
    line-height: 14pt;

	
}

paragraph {
	clear: both;
	text-transform: none;
	color: #000000;	
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 11px;
    line-height: 12pt;

	
}

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

a:link {
	font-family: Helvetica Neue, Helvetica, Arial, Sans-serif;
	font-size: 11px;
	font-weight: regular;
	text-decoration: none;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #333333;0;

}
a:active { text-decoration: none; }
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	background-color: #999999;
	color: #ffffff;

}

a img { border: none; }

#menu {
	width:250px;
	overflow: auto;
	top: 0px;
	bottom: 0px;
	left: 10px;
	position: fixed;
	height: 100%;
	background-color: #ffffff;
	
}

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

#menu ul li.section-title {
font-size: 30px;
line-height: 1.10em;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-style: bold;
	color: #333333;
	margin-bottom: 3px;
	text-transform: uppercase;
letter-spacing: 1pt;
}

#menu ul li.section-title:hover {
	text-decoration: none;
	background-color: #C9C9C3;
	color: #ffffff;
	line-height: 1.10em;
}


#content {
	height: 100%;
	left: 50px;
	margin: 50px 0 0 350px;
	top: 0;
}


.container {
	padding: 0px 50px 0px 0px;
}

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

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

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

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

#once { clear: left; }