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


/* FONTS */

body {
	font-size: 11px; color:
	font-family: eurostile; helvetica; arial; osaka; Verdana, sans-serif;
	background: #fff;
}

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



/* THE LOOK OF LINKS */

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

a img { border: none; }


/* LEFT NAVIGATION */


#menu {
	/* background-color: #808080; */
	background-color: #ababab;
	background-repeat:no-repeat;
    	width: 180px;
    	overflow: auto;
    	top: 0;
    	bottom: 0;
	left: 0;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
    	position: fixed;
    	height: 520px;
	line-height: 14pt;

}

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

#menu ul li.section-title { }



/* CONTENT DISPLAY AREA */

#content {
    height: 100%;
    margin: 70px 0 0 240px;
    top: 0;
}

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


/* CONTENT TEXT  */

#content p { width: 400px; margin-bottom: 9px; font-size: 9pt; line-height: 12pt; color: #4f4f4f;   }



/* TOP LEFT NAME and BOTTOM "COPYRIGHT" MESSAGE */

p {
    margin: 0 0 9px 0; font-size: 14pt;
}

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

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

#once { clear: left; }