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

body {
	font-size: 10px;
	font-family: Arial, Verdana, sans-serif;
	background: #DCDEDD url(/files/bg01.gif) repeat-y;
	line-height: 1.4em;
}

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

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

a img { border: none; }

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

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

#menu ul li.section-title { color: #ccc; font-weight: bold; }

#menu a:link { text-decoration: none; color: #ccc; }
#menu a:active { text-decoration: none; color: #ccc; }
#menu a:visited { text-decoration: none; color: #ccc; }
#menu a:hover { text-decoration: underline; color: #ccc; }

#menu ul li.active a { text-decoration: none; color: #0ff; }

#menu ul#built { color: #929292; }
#menu ul#built li a { text-decoration: none; color: #929292; }

#content a:link { text-decoration: underline; color: #000; }
#content a:active { text-decoration: none; color: #000; }
#content a:visited { text-decoration: none; color: #000; }
#content a:hover { text-decoration: none; color: #000; }

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

.container {
    padding: 21px 0 21px 21px;
}

#content .container { padding-left: 90px; }

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#menu h1 { font-size: 10px; font-weight: bold; color: #0ff; padding-top: 55px; }
#menu h3 { font-size: 10px; font-weight: normal; color: #ccc; padding-top: 6px; }

#content h2 { font-size: 10px; font-weight: normal; margin-bottom: 12px; }

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

#once { clear: left; }

.top { height: 135px; display: block; }
