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

body {
	font-size: 12px;
	font-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #333;
	color: #FFF;
	line-height: 150%;
}

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

a:link { text-decoration: none; color: #CCFFCC;}
a:active { text-decoration: none; color: #FFF;}
a:visited { text-decoration: none; color: #CCFFCC; }
a:hover { text-decoration: none; color: #FFF; }

a img { border: none; }

#menu {
    width: 160px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 40px;
    position: absolute;
}

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

#menu ul li.section-title {
	font-weight: bold;
	margin: 8px 0 8px 0;
	padding-top: 7px;
	letter-spacing: 1px;
	border-top-color: #666;
	border-top-style: dotted;
	border-top-width: 1px;
}

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

.container1 {
    padding: 0px 0px 0px 0px;
	background-color: #333;
}

.container2 {
    padding: 10px 10px 25px 10px;
	width: 500px;
}

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

.p1 { font-size: 12px; font-weight: bold; line-height: 200%; color: #CCFFCC; }
.p2 { padding-left: 7px; }
.p3 { color: #CCFFCC; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 36px; }
h2 { font-size: 24px; font-weight: normal; color: #CCFFCC; line-height: 60%; }
h3 { font-size: 11px; font-weight: bold; line-height: 200%; color: #CCFFCC; }

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

#once { clear: left; }
