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

body {
	background: #D1D1D1;
	color: #000000;
	font-family: "Verdana";
	font-size: 12px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 18px;
	text-align: justify;
}

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

a:link  { color: #000000; text-decoration: none; background-color: none;}
a:active { text-decoration: none; }
a:visited { color: #000000; text-decoration: none;}
a:hover { color: #9a0f08; text-decoration: none; background-color: none;} 

a img { border: none; }

#menu {
	background-color: #D1D1D1;
	border-left: none;
	border-right: none;
	bottom: 0;
	height: 1000px;
	left: 20px;
	overflow: auto;
	position: fixed;
	top: -25px;
	width: 285px;

}

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

#menu ul li.section-title {
	border-bottom-width: none;
	border-bottom-color: none;
	border-bottom-style: none;
	border-top-style: none;
	border-top-color: none;
	border-top-width: none;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 12px;
	text-transform: uppercase;
	font: bold 14px/1 Verdana; sans-serif;
	color: #9a0f08;
}

#content {
    height: 100%;
    margin: 26px 0 0 340px;
    top: 0;
	font-size: 14px;
	line-height: 22px;
}

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

#content p { width: 750px; margin-bottom: 50px; }

p {
    margin: -25px 0 9px 0;
}

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


#img-container	 {
	margin: -5;
	margin-top: -17px;
	margin-left: 0px;
	margin-right: 0 dottepx;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 1px;
	width: 810px;
	margin-left: 0px;
	margin-right: 0 dottepx;
	position: relative;
	top: 30px;
	display: table;
	border-style: none;
}

#img-container p	  {
	margin-bottom: 20px; 
	margin-top: -30px; 
	padding-bottom: 0px;
	padding-top: 8px;
	clear: both;
	height: 20px;
	margin-bottom: 10px; 
	margin-top: -20px; 
	padding-bottom: 0px;
	padding-top: 5px;
	position: static;
	top: -10px;
	width: 810px; 
	display: inline block;
	border-style: none;
}

#once { clear: left; }