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

body {
	background: #fff;
	font: 14px/1.5em Georgia, "Times New Roman", Times, serif;
}

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

a:link { text-decoration: none;
	color: #fc6d16;
	font-weight: bold;
}
a:active { text-decoration: none;
	font-weight: bold;
}
a:visited { text-decoration: none; color: #666;
	font-weight: bold;
}
a:hover { text-decoration: underline;
	font-weight: bold;
}

a img { border: none; }

#menu {
    width: 230px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #fbf7ee url(fff-qb.png) no-repeat;
	padding-top: 200px;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 1.5em;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 230px;
    top: 0;
	padding-left: 50px;
	padding-top: 20px;
}

.container {
    padding: 20px 5px 25px 15px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px;
	margin-bottom: 20px;
	color: #333;
}
h2 { font-size: 24px; }
h3 { font-size: 20px; 	margin-bottom: 20px;
	color: #000;
	margin-top: 12px;
}
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; }
