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

body {
	font-family: arial,sans-serif;
	color: #666666;
	font-size: 10px;
	line-height: 1.4;
	letter-spacing: 0pt;
	word-spacing: 0pt;
}

a:link { text-decoration: underline; color: #787878; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; color: #000; background-color: #B0FFF1; }

a img { border: none; }

#menu .container { padding: 0 0 0 20px; }

#content .container {
	margin: 30px 0 0 230px;
	width: 400px;
}

#menu {
	width: 177px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	line-height: 1.7;
	background-color: #000;
	margin: 0 0 0 0;
}

#menu a { color: #808080; text-decoration: none; }

#menu a:hover { text-decoration: none; color: #000; background-color: #5AF2D6; }

#menu ul {
	list-style: none;
	margin: 0 0 12px 14px;
	font-family: arial,sans-serif;
	color: #808080;
}

#menu ul li.section-title {
	font-family: arial,sans-serif;
	color: #292929;
	font-size: 20px;
	font-weight: bold;
}

#content {
	height: 100%;
	top: 0;
}

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

hr {
	border-left: 0px;
	border-right: 0px;
	border-bottom: dashed 1px #FFFFFF;
	border-top: dashed 1px #DDC7E0;
	width: 95%;
	background-color: #FFFFFF; 
	margin: 9px 0 9px 0; 
   }


p {
    margin: 0 0 20px 0;
}


h1 {
	font-family: arial,sans-serif;
	color: #CFCFCF;
	font-size: 18px;
	font-weight: bold;
}

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

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

#once { clear: left; }