/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

* {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color: #777;
	background: #fff;
	}
body.section-1 {
	}
body.section-2 {
	}
body.section-3 {
	}
a:link {
	font-size: 11px;
	text-decoration: none;
	color: #777;
	}
a:active {
	font-size: 11px;
	text-decoration: none;
	color: #000;
	}
a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #777;
	}
a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #000;
	}

a img {
	border: none;
	}

#menu {
	width: 200px;
	overflow: auto;
	/* top: 40px; */
	top: 0px;
	/* bottom: 100px; */
	left: 80px;
	bottom: 0px;
	position: fixed;
	/* height: 100%; */
	background-color: #fff;
	}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	line-height: 16px;
	}

#menu ul li.section-title {
	font-size: 11px;
	color: #777;
	font-weight:bold;
	}

#menu ul li.active a {
	}

#content {
	height: 100%;
	/* margin: 40px 0 0 280px; */
	margin: 0px 0 0 280px;
	top: 0px;
	/* top: 58px; */
	border: 0px solid #0ff;
	}

.container {
	/* padding: 5px 5px 0px 5px; */
	padding: 5px 5px 0px 5px;
	border: 0px solid #f0f;
	}

#content p {
	font-size: 11px;
	width: 500px;
	margin-bottom: 0px;
	margin-top: 58px;
	margin-left: 0px;
	line-height: 16px;
	}

p {
	margin: 0px 0 10px 0;
	font-size: 11px;
	}

h1 {
	font-size: 12px;
	}

h2 {
	font-size: 12px;
	}

h3 {
	font-size: 11px;
	}

h4 {
	font-size: 11px;
	}

.title {
	font-size: 12px;
	text-transform: uppercase;
	}


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

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

#once {
	clear: left;
	}
#sitemeter {
	visibility: hidden;
	float: left;
	}