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

body {
	
	font-family: geneva, Verdana, sans-serif;
	background: #fff;
	 color: #181918;
   margin-top: 0px;
   font-size: 11px;

}

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

a { text-decoration: none; color: #1a1a1a; }
a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { font-style: bold; color: white; background-color: #0000ff; padding: 0px px 4px 4px; }

.active a {
background-color: none;
color: #0000ff;
padding: 1px 1px 4px 1px;
text-decoration:;

}

a img { border: none; }
.zoom {
height:600px;
}
.zoom p {
text-align:center;
}
.zoom img {
width:400px;
height:300px;
}
.zoom img:hover {
width:800px;
height:600px;
}


#menu {
	font-family: geneva, Verdana, sans-serif;
	    width: 160px;
	    font-size: 12px;
    overflow: auto;
    top: 20px;
    bottom: 0;
	left: 4px;
    position: fixed;
    height: 100%;
	background-color: none;
	 
}
#menu img {
	position: center;}
#menu ul {
	list-style: none;
	margin: 10px;
}

#menu ul li.section-title { top: 2px; padding-left: 0px; margin-left: 1px; }
#menu li.section-title { top: 2px;  padding-left: 0px; margin-left: 0px; }

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

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

#content p { width: 600px; margin-bottom: 11px; font-size: 11px; text-decoration: none; background-color:; }
#content a:hover { background-color: #0000ff; }

p {
    margin: 0 0 9px 0;
    left: 0px;
     top: 0px;
}

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

#img-container	{ margin: 0px; padding: 0px; margin-top: 10px; }
#img-container p	{ width: 600px; margin-bottom: 10px; margin-top: 0px; padding: 2px 2px 2px 2px; font-size: 10px; color: #181918; }
#img-container p a { color: #0000ff; font-size: 12px}
#img-container p a:hover { color: #0000ff; background-color: white;  text-decoration: underline; }
#once { clear: left; }