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

body {
	font-size: 11px;
	color: #444444;
	line-height: 1.2;
	font-family: Helvetica, Verdana, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }
.newicon {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: oblique;
	color: #FF6666;
}

a:link { text-decoration: none; color: #444444 }
a:active { text-decoration: none; color: #444444; }
a:visited { text-decoration: none; color: #444444; }
a:hover { text-decoration:none; background-color: #FFCCCC }

a img { border: none; }

#menu {
	width: 180px;
	line-height: 1.2;
	overflow: auto;
	top: 30px;
	bottom: 0;
	left: 60px;
	position: fixed;
	height: 100%;
	background-color: #fff;
	padding: 0 0 12px 30px;
}

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

#menu ul li.section-title { color:#FF6666 }

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

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; font-weight: lighter; color: #999999; }
h2 { font-size: 28px; font-weight: lighter; color: #999999; }
h3 { font-size: 16px; color: #444444; }
h4 { font-size: 12px; color: #444444; }

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

#once { clear: left; }
