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

body {
	font-size: 11px;
	font-family: Georgia, serif;
	background: #fff;
}

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

a:link { text-decoration: none; color: #909090; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #909090; }
a:hover { text-decoration: none; font-weight: none; color: #369be9; }

a img { border: none; }

#menu {
	text-decoration: font-weight: bold ; font-color: #369be9

    width: 187px;
    overflow: scrolling;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: scrolling;
	background-color: #fff;
}

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

#menu ul li.section-title { text-decoration: none; color: #909090; font-weight: bolder; font-size: 16px}

#content {
    height: 100%;
    margin: 0 0 0 200px;
	margin-top:4px;
    top: 0;
}

.container {
    padding: 30px 15px 25px 30px;
}

#content p { padding: 5px 0px 25px 5px; width: 605px; margin-bottom: 0px; }
#content .container p { width: 605Spx; background: #fff; }

p {
    margin: 0 0 4px 0;
}

h1 { font-size: 14px; }
h2 { font-size: 14px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }

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

#once { clear: left; }