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

body {
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #ffffff;
	text-align: left
}

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

a:link { 
	text-decoration: none; 
	color: #666666;
}
a:visited { text-decoration: none; color: #cccccc; }
a:hover { text-decoration: none; color: #000000;}
a:active { text-decoration; none ; background-color: #000000; color: #ffffff;}

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    display: table;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
    height: 650px;
	background-color: #ffffff;
	font-size: 9px;
	z-index: auto
}

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

#menu ul li.section-title { 
	font-family: Helvetica, arial, sans-serif;
		font-weight: 700;
		font-size: 10px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		color: #000000;
		line-height: 15px;
		BACKGROUND-COLOR: ;
		WIDTH: ;
		text-transform: uppercase;
		letter-spacing: ;
		/* Following lines adds a line about each section */
		border-top-color: #000000;
		border-top-style: solid;
		border-top-width: 1px;
}

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

.container {
    padding: 30px 30px 0px;
    margin-right: 200;
}

#content p { width: 400px; margin-bottom: 20px; line-height: 18px;}

.nothumb img {
		display: block;
		margin: 0px 40px;
		padding-top: 10px;
		
	}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 10px; line-height: 15px; width: 400px; }
h2 { font-size: 10px; 		
line-height: 15px;
border-top-color: #000000;
		border-top-style: solid;
		border-top-width: 1px;
		}
h3 { font-size: 10px; font-weight: bold; padding-left: 0px; line-height: 15px;
border-top-color: #000000;
		border-top-style: solid;
		border-top-width: 1px;
		}
h4 { font-size: 10px; width: 160px; padding-left: 0px; line-height: 15px;
border-top-color: #000000;
		border-top-style: solid;
		border-top-width: 1px;}
h5 { font-size: 10px; width: 400px; padding-left: 0px; line-height: 15px;
border-top-color: #000000;
		border-top-style: solid;
		border-top-width: 1px;}
#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 100px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }