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

body {
	font-size: 11px;
	font-family: Verdana, Arial;
	background: #000;
}

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

href  { text-decoration: none;
	color: #DAA520;
}

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

a img { border: none; }

#menu {
    width: 170px;
    /**overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;**/
    position: fixed;
	padding: 0px 10px 0px 10px;
	/**height: auto;**/
	height: 100%;
	background-color: #000;
	float: left;
	left: 0;
	margin: 0px 20px 20px;
	top: 0px;
	bottom: 30px;
}

#menu ul {
	line-height:30px;
	list-style: none;
	padding-top: 6px;
	margin: 10px 15px 20px 1px;
}

#menu ul li.section-title { 
color: #fff;
margin-bottom: 5px;
width: 140px;
background-color: #000;
	border-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#content {
    height: 100%;
    top: 0;
	margin: 0px 0 0 260px;
	padding: 150px 0 0 0;
	margin-bottom: 0px; margin-top: 0px;

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

#content p { width: 400px; margin-bottom: 0px; margin-top: 0px; padding: 0 0 0 0;}

#content a {color: #DAA520;}


p {
    margin: 0px 0 0px 0; color: White; text-align: justify; line-height: 20px;
}


h2#logo {
	margin-bottom: 5px;
}

h2#logo a {
font-size: 13px;
font-weight: normal;
padding-bottom: 10px;
text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h1 { font-size: 15px; color: #DAA520; text-align: left; font-weight: normal; text-decoration: none;}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 800px; margin: 0; padding: 0 0 12px 0; text-align: justify; }

#once { clear: left; }