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

body {
	font-size: 12px;
	font-family: Times New Roman;
	color: #323232;
	background: #ffffff;
	letter-spacing: extended;
}

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



a:link { text-decoration: none; color: #5c5c5c  }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #5c5c5c }
a:hover { text-decoration: none; color: #2d2d2d }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 75px;
    bottom: 0;
	left: 40px;
    position: fixed;
    height: 500px;
	background-color: #f2f2f2
}
#menu ul { color: #323232; 
	list-style: none;
	margin: 0 0 0px 0;
}

#menu ul li.section-title { font-color: #9b9898; font-size: 12px; font-style: normal;
	font-family: Times New Roman; margin: 15px 0 0 0; }

#menu ul li { font-color: #48ff00; font-size: 12px; font-style: italic;
	font-family: Times New Roman; margin: 2px 0 0 5px; }


#content {
    height: 100%;
    margin: 75px 50px 0 350px;
    top: 0;
}

.container {
    padding: 40px 25px 0px 25px;
}

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

p {
    margin: 0 0 0 0;
}



h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 18px; }

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

#num {margin-left: 50px;}

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

#once { clear: left; }
