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

body {
	font-size: 9.3px;
	color: #909090;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 155%;
	background: #fff;
	background-repeat:repeat;
	width: 900px;
}

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

a:link {
	text-decoration: none;
	color: #0ecebf;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #0eb2a6;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #0eb2a6;
	font-weight: bold;
}
a:hover {
	text-decoration:none;
}

a img { border: none; }

#menu {
	width: 215px;
	overflow: auto;
	top: 0px;
	bottom: 0;
	left: 20px;
	position: fixed;
	height: 100%;
	background-image: url(images/dot_v2.png);
	background-repeat: no-repeat;
	height: 600px;
	width: 200px;
	padding: 55px;
	padding-top: 95px;
	text-align: left;
	margin: 8px auto;
	*/
}

#menu ul {
	list-style: none;
	margin: 0px 20px 40px 0px;

	}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 20px 0 0 320px;
    top: 100px;
}

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

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

p {
    margin: 0 0 20px 0;
}

h1 { font-size: 32px; font-style: oblique }
h2 { font-size: 24px; font-weight: bold}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }
