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

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background: #262626;
	color: white;
}

a:link, a:active, a:visited , a:hover
{
	color: white;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

#menu
{
	padding-top: 36px;
    width: 170px;
	margin-left: 36px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
}

#menu ul
{
	list-style: none;
	padding: 18px 0 18px 0;
	background: url(../img/dashes.gif) bottom left repeat-x;
}

#menu ul li
{
	height: 1.7em;
}

#menu ul li.section-title
{
	font-size: 13px;
	font-family: Times New Roman, serif;
	font-style: italic;
	color: #ccff42;
}

#content
{
	padding-top: 36px;
	width: 610px;
    height: 100%;
    margin: 0 0 0 275px;
    top: 0;
}

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

.container p strong
{
	color: #ccff42;
}

h1
{
	color: #ccff42;
}

h1, h2, h3
{
	font-family: Times New Roman, serif;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
}

#menu h1, #content h2
{
	font-weight: bold;
}

#menu h2, #content h3
{
	font-size: 13px;
	padding-bottom: 18px;
	background: url(../img/dashes.gif) bottom left repeat-x;
}

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

#content p a, #num
{
	font-style: normal;
}

#content .container h2, .nav, .nav a, .green
{
	color:#ccff42;
}

#menu li a, #content .container
{
	color: #cccccc;
}

#content .container h3, #num
{
	color: white;
}

p
{
    padding: 0 0 9px 0;
}

#img-container
{
	margin: 0; padding: 0;
}

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

#once
{
	clear: left;
}
