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

body {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff;
	margin-top: 60px; 
margin-right: 0px; 
margin-bottom: 0px; 
margin-left: 60px;
}

body.section-1 { 
}

body.section-2 { 
}

body.section-3 {
}

a:link { text-decoration: none; color:#5b5b5b; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #5b5b5b; }
a:hover { text-decoration: none; color: #a6a6a6; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 60px;
    bottom: 0;
	left: 60px;
    position: fixed;
    height: 100%;
	background-color: #fff;
	font-size: 14px;
	line-height:22px;
	color: #000000
}


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

#menu ul li.section-title { color: #272727; font-weight: bold; font-size: 12px }

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

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

#content p { width: 600px; margin-bottom: 9px; color: #828282; }

p {
    margin: 0 0 9px 0;
}

p3 { font-size: 12px; font-weight: 500; color: #999; }
p5 { font-size: 12px; font-weight: 500; color: #666; }
p6 { font-size: 12px; font-weight: 700; color: #666; }

h1 { font-size: 22px; font-weight: 700; color: #000; }
h2 { font-size: 22px; font-weight: 300; color: #006699; }
h3 { font-size: 12px; font-weight: 500; color: #999; }
h4 { font-size: 10px; font-weight: 500; color: #999; }
h5 { font-size: 12px; font-weight: 500; color: #666; }
h6 { font-size: 12px; font-weight: 700; color: #666; }

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

#once { clear: left; }

