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

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	line-height: 17px;
	color:#CCCCCC;
	background-color:#000000;
	background: #000000;
	overflow: auto;
}

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

li.active a:link { color:#CCCCCC; text-decoration:none; }
li.active a:active { color:#FF9900; text-decoration:none; }
li.active a:visited { color:#FF9900; text-decoration:none; }
li.active a:hover { color:#CCCCCC; text-decoration:none; }

a:link { text-decoration: none; color:#CCCCCC; }
a:visited { text-decoration: none; color: #CCCCCC; }
a:hover { text-decoration: none; color:#FF9900; }
a:active { text-decoration: none; color:#FF9900; }


a img { border: none; }

#menu {
    width: 100%;
	height: 200px;
	/*float: left;*/
    /*overflow: auto;*/
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
	text-transform:uppercase;
	background-color: #000000;
}

#menu ul {
	list-style:none;
	float: left;
	display: inline;
	margin: 0 50px 12px 10px;
}

#menu ul li.section-title { }

#content {
    width: 600px;
	height: auto;
	left: 200px;
	top: 250px;
	position: absolute;
    /*margin: 150px 0 0 0px;*/
    
}

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

#content p { width: 600px; /*height: auto;*/ 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; height: auto; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }