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

body {
	font: 11px/16px 'verdana', helvetica, sans serif;
	color: #000000;
	background-color: none;
	line-height:16px;
	text-decoration: none;
}

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

a:link {
	text-decoration: none;
	border-bottom: 0.1px dashed #999;
	color: #333;
	line-height: 15px;
	background-color: #FFFFFF;
}
a:active { 	text-decoration: none;
	border-bottom: 0.1px dashed #999;
	color: #00000;
	line-height: 15px;
	background-color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	border-bottom: 0.1px dashed #999;
	color: #333;
	line-height: 15px;
	background-color: #FFFFFF;
}
a:hover { 
	text-decoration: none;
	color: #000000;
	line-height:15px;
	background-color: #CCFF00;
}
a img { border: none; }

a img { border: none; }

#menu {
    width: 225px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 10px;
    position: fixed;
    height: 100%;
    background-color: #ffffff;  /* the background          */
    filter:alpha(opacity=95);   /* Internet Explorer       */
    -moz-opacity:0.95;           /* Mozilla 1.6 and below   */
    opacity: 0.95;               /* newer Mozilla and CSS-3 */
}

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

#menu ul li.section-title { 
	color: #000000;
	font-weight: bold;
	line-height:15px;
}

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

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

#content p { width: 400px; margin-bottom: 19px; margin-top: 24px;}

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

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; }