/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 20;
	padding: 20;
}
#misctext
{color:#666;}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;


	background: #fff;
}

#related a {margin-bottom:10px;}

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

#menu ul li.active a {
color:gray;
font-weight:bold;
        text-decoration:underline;
        background: #none
        
         }

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

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 30px;
    bottom: 0;
	left: 0px;
padding-left:25px;
    position: fixed;
    height: 100%;
	background-color:#FFF;
}

#menu ul li.section-title {font-size:14px;padding-bottom:10px;}

#menu ul {
	list-style: none;
	margin: 0 0 0px 0;
	padding-left:0px;
	padding-bottom:10px;
	line-height:15px;
}

#menu ul li { }

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

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

#content p { color:#666; width:700px; margin-bottom: 9px;line-height:13px; }

p {
    margin: 0 0 9px 0;
}

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

#img-container	{ margin: 0; padding: 30px; }
#img-container p	{ width:900px; margin: 0; padding: 0 0 22px 0; }

#img-container2	{ margin: 0; padding: 30px; }
#img-container2 p	{ width:600px; margin: 0; padding: 0 0 22px 0; }
#once { clear: left; }

#text {width:700px;}
