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

body {
	font-size: 11px;
	letter-spacing:1px;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	line-height: 20px;
	color:#333333;
}

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

a:link { text-decoration: underline; color:#330066;  }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 250px;
    overflow: inherit;
    top: 25px;
    bottom: 25px;
	left: 25px;
    position: fixed;
    height: 100%;
	background-color: #ffffff;
	/**border-right:thin;
	border-right-color:#CCCCCC;
	border-right-style:dotted;**/
}
/**
#menu ul {
	list-style: none;
	font-size: 10px;
	margin: 0 0 20px 0;
	line-height: 22px;
	text-indent: 30px;
	color:#FFFFFF;
	background-color: #FAFAFA;
	letter-spacing:1px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color:#9fe606;
}
#menu ul li:hover { 
	background-color:#9fe606;
	color:#FFFFFF;
}
#menu ul li.section-title {
	font-size:11px;
	line-height: 16px;
	text-indent: 8px;
	letter-spacing:1px;
	background-color:#FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color:#9fe606;
	text-align:right;
	color: #000000;
}
#menu ul li.active a { 
	color:#000000;
}
#menu ul li.active { 
	background-color:#9fe606;
*/
#menu ul {
	list-style: none;
	font-size: 10px;
	color:#000000;
	margin: 0 0 15px 0;
	line-height: 14px;
	text-indent: 5px;
	letter-spacing: 1px;
	text-decoration:none;
}

#menu ul li.section-title {
	font-size:12px;
	color:#CCCCCC;
	line-height: 24px;
	text-indent: 5px;
	margin: 0 0 5px 0;
	letter-spacing:5px;
	font-weight:bold;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color:#999999;
}
#menu ul li.active a { 
	color:#000000;
}
#menu ul li a { 
	color:#000000;
}
/**#menu ul li.active { 
	background-color:#9fe606;
}*/
#content {
    height: 100%;
    margin: 25px 0 0 300px;
    top: 0;
}

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

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

p {
    margin: 0 0 9px 0;
}

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