/**
* CSS
* 
* @version 1.0
* @author V2a
* @author V2a
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial,sans-serif;
	font-size: 11px;
	letter-spacing: -0.2pt;
	word-spacing: 0pt;
	line-height: 0.9;
	background: #b2b2b2;
	color: #3F3F3F;
}

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

a:link { text-decoration: none; color: #ffffff; }
a:active { 	text-decoration: blink; color: #000000; }
a:visited { text-decoration:line-through; color: #FFFFFF; }
a:hover { text-decoration: none; background-color: #81ffc2; }

a img { border: none; }

#menu {
    width: 142px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #b2b2b2;
	margin-left: 0px;
}

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

#menu ul li.section-title { color: #3f3f3f; }

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

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 11px; text-decoration: none; font-weight: 100; color: #3f3f3f; }
h2 { font-size: 11px; text-decoration: none; font-weight: 100; color: #ffffff; }
h3 { font-size: 11px; }
h4 { font-size: 11px; }

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

#once { clear: left; }