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

body {
	font-size: 11px;
	font-family: Helvetica, sans-serif;
	color: #333333;
	line-height: 16px;
}

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

a:link, 
a:visited { text-decoration: none; color: #333333; }
a:active { background-color: none; text-decoration: none; }
a:hover { color: white; background-color: #333333;}
	
a img { border: none; }

#site-title{
	color: #333333;
	font-size: 11px;
	margin-bottom: 50px;
	}

#site-title a{
	font-size: 11px;
	margin-bottom: 50px;
}

#site-title a:hover{ 
	color: #333333;
	font-size: 11px;
	background-color: transparent;
	margin-bottom: 50px;
}

#menu {
	width: 150px;
	overflow: auto;
	top: 10px;
	bottom: 0;
	left: 20px;
	line-height: 16px;
	margin-left: 10px;
	position: fixed; 
}

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

#menu ul li.section-title {
	font-weight: bold;
	}

#copyright{
	bottom: 30px;
	left: 20px;
	position: fixed;
	font-size: 8pt;
	color: #333333;
	}

#content {
	width: 620px;
	margin: 75px 0 0 200px; 
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}

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

#content p {
	top: 92px;
	left: 860px;
	position: fixed;
	width: 225px;
	margin-bottom: 10px;
}

#content p.info {
	top: 92px;
	left: 225px;
	position: fixed;
	width: 325px;
	margin-bottom: 10px;
	}

#left {
	left: 200px;
	top: 93px;
	position: fixed;
}

p {
	margin: 0 0 9px 0;
	font-size: 11px;
	line-height: 16px;
	font-family: Helvetica, sans-serif;
	color: #333333;
}


h1 { font-size: 11px;
	font-weight: none;}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { 
	font-size: 11px;
	text-decoration: none;
}

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

#once { clear: left; }