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

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; color: #000;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #999; }
a:hover { text-decoration: none; color: #0ff; display: inline; background: #0ff;}

a img { border: none; }
p img { margin: 0 0 25px 0; }

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

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

#menu ul li.section-title { 
	font-weight: bold;
	cursor: pointer;
	font-size: 18px;
}

#menu ul li a:link { 
	color: #000;
}

#menu ul li a:visited { 
	color: #999;
}

#menu ul li a:hover { 
	color: #0ff;
	display: inline;
	background: #0ff;
}

#content {
	height: 100%;
	margin: 0 0 0 215px;
	top: 0;
}

.container {
	padding: 50px;
}

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

#footer { background:#fff; color:#666; position:fixed; z-index:1000; left:0px; bottom:0px; margin:0px 0px 0px 0px; padding:4px 0px 4px 50px; width:100%; font-size:9px; text-align: left; }
#footer:hover { background:#fff; }
#footer a { color:#000; text-decoration: none; }
#footer a:visited { color:#666; text-decoration: none; }
#footer a:hover { color:#0ff; text-decoration: none; display: inline; background: #0ff; }

p {
	margin: 0;
}

p.nav a:link {
	color: #000
}

p.nav a:visited {
	color: #000;
	text-decoration: none;
}

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

#img-container { 
	margin: 0;
	padding: 0;
}

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

#once { clear: left; }