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

body {
	font-size: 12px;
	font-family: Verdana;
	background: #fff;
	margin-left:75px;
	margin-top:75px;
}

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

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

a img { border: none; }

small, small a {
	color:#e5e5e5 !important;
	}
#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    margin-right:0px;
    float:left;
    bottom: 0;
	left: 0;
    position: relative;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title { 
	border-bottom:1px #e5e5e5 solid; 
	font-weight:bold;
	}

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

}

#content .container {

    padding: 5px 5px 25px 5px;
}


.active {
	font-weight:normal;
	color:#f00 !important;
	}
.active a{
	color:#f00;
	}

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

p {
    margin: 0 0 9px 0;
}

h1 { 
	font-size: 24px; 
	text-transform:uppercase; 
	letter-spacing:-0.7px; 
	line-height:26px;
	font-family: Arial, sans-serif;
	margin-bottom:40px;
	width:20px;
	}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

.nav a:link {
	color:#f00;
	}


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

#once { clear: left; }
