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

body {
	font-size: 12px;
	font-family: georgia, times;
	background: #fff;
}
# #imgId {
# /* Set the width dynamically depending on the width of the browser window */
# width:100%;
# /* dont enlarge the image more, than its initial resolution */
# max-width:1000px;
# max-height:765px;
# /* Set the height dynamically depending on the image's current width, keeping the aspect ratio */
# height:auto;
# }
body.section-1 { }
body.section-2 { }
body.section-3 { }

li.active a { text-decoration: underline; 
color: #332E25;
font-family: verdana, sans-serif;}
a:link { text-decoration: none; 
         color: #5b5b5b;
		 font-family: verdana, sans-serif;
		 font-size: 10px
         }
a:active { text-decoration: none; color: #000000;
font-family: verdana, sans-serif;
	 font-size: 10px}
a:visited { text-decoration: none; color: #5b5b5b;
font-family: verdana, sans-serif;
	 font-size: 10px}
a:hover { text-decoration: none; color: #ffe26c; 
font-family: verdana, sans-serif;
	 font-size: 10px}

a img { border: none; }

#menu {
    width: 180px;
    overflow: visible;
    top: -18px;
    bottom: 30px;
	right: 1060;
	left: 30px;
    position: fixed;
    height: 100%;
	background-color: #fff;
	 padding: 0px 12px 25px 3px;
	
}

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

#menu ul li.section-title {
	font-size: 14px;
	color: 332E25;
	border-bottom: dotted 1px #332E25;
	font-family: georgia, times;
	background: #fff;
	font-style:italic;
	margin: -13px 0 4px 0px;
}

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

.container {
    padding: 50px 15px 5px 10px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 10px;
     font-family: Verdana, sans-serif;
	 border-bottom: solid 5px #fff;
	 font-weight: 100;
	 color: #000;
	 font-style: normal}

h2 { font-size: 24px; }
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; }
