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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
	color: #000000;
	line-height: 16px;
}

body.section-1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
	line-height: 16px;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
	line-height: 16px;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
	line-height: 16px;
}
a:hover {
	color: #999999;
	font-size: 10px;
	line-height: 16px;
}
a.black:link {
	text-decoration: none;
	color: #999999;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
}
a.black:active {
	text-decoration: none;
	color: #999999;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
}
a.black:visited {
	text-decoration: none;
	color: #999999;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
}
a.black:hover {
	color: #000000;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
}

a img { border: none; }

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

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

#menu ul li.section-title {
	color: #999999;
	font-size: 10px;
	line-height: 16px;
	padding-top: 6px;
}

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

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 10px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
name { font-size: 14px; }


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

#once { clear: left; }smallbody {
	font-size: 9px;
	font-family: Verdana, sans-serif;
	background: #fff;
	color: #999999;
	line-height: 16px;
	font-weight: normal;
}
.black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
}
