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

body {
	font-size: 12px;	line-height: 15px;	font-family: Helvetica, Arial; 		color: #000000;	background: #ffffff;
}

a:link { text-decoration: none; color: #000;}a:active { text-decoration: none; }a:visited { text-decoration: none; color: #000; }a:hover { text-decoration: none; color: #000000; background: #ffff00;}a img { border: none; }

h1 a { color: #0000000 !important; text-decoration: none !important; }h1 a:hover { color: #fff !important; background: #ffff00b !important; text-decoration: none; }h2 a { color: #0000000 !important; text-decoration: underline !important; }h2 a:hover { color: #0000000 !important; background: #ffff00b !important; text-decoration: none; }

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

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

#menu ul li.section-title { }

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

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 64px; letter-spacing: -4px; line-height: 60px; color: #0000000; }h2 { font-size: 48px; font-weight: normal; letter-spacing: -2px; line-height: 45px; color: #000; }h3 { font-size: 16px; color: #0000000;  text-decoration: underline;}h4 { font-size: 12px;}.copy { font-size: 12px; color: #0000000; }hr {	width: 500px;	border: 0px;	border-bottom: 5px solid #0000000;}li { line-height: 16px; }li.section-title { text-decoration: underline; color: #000; }li.active a { text-decoration: none; color: #000; width: auto; font-weight: bold; }

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

#once { clear: left; }