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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background-color: #000000;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	color: #00CCCC;
	padding-top: 50px;
}

body.section-1 {
	background-color: #000000;
	color: #FFFFFF;
}
body.section-2 {
	background-color: #000000;
	color: #FFFFFF;
}
body.section-3 {
	background-color: #000000;
	color: #FFFFFF;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
}

a img { border: none; }

#menu {
	width: 200px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	background-color: #333333;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thick;
	border-bottom-width: thin;
	border-left-width: thin;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	text-transform: lowercase;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	background-color: #333333;
	color: #00CCCC;
}

#menu ul li.section-title {
	background-color: #333333;
	color: #00CCCC;
}

#content {
	height: 100%;
	margin: 0 0 0 350px;
	top: 0;
	color: #FFFFFF;
	background-color: #000000;
}

.container {
	padding: 0px;
}

#content p {
	width: 400px;
	margin-bottom: 9px;
	background-color: #000000;
	color: #FFFFFF;
}

p {
	margin: 0 0 9px 0;
	color: #FFFFFF;
}

h1 {
	font-size: 32px;
	background-color: #000000;
	color: #000000;
}
h2 {
	font-size: 24px;
	background-color: #000000;
	color: #FFFFFF;
}
h3 {
	font-size: 16px;
	background-color: #000000;
	color: #FFFFFF;
}
h4 {
	font-size: 12px;
	background-color: #000000;
	color: #FFFFFF;
}

#img-container	{
	margin: 20 px;
	padding: 50 px;
	background-color: #000000;
	color: #FFFFFF;
}
#img-container p	{
	width: 400px;
	margin: 20 px;
	padding: 0 0 12px 0;
	background-color: #000000;
	color: #FFFFFF;
}

#once {
	clear: left;
	color: #FFFFFF;
}
