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

body {
	font-size: 12px;
	font-family: Helvetica, Verdana, Ariel; 
	background: #fff;
	letter-spacing: 1.5px
}

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

a:link { text-decoration: none; color: #000000; background-color: #BDB76B ;  }
a:active { text-decoration: none; color: #000000; background-color: #BDB76B ; }
a:visited { text-decoration: none; color: #000000; background-color: #FFD700; }
a:hover { text-decoration: blink; color:#000000; background-color: #FFFFFF }
a.thickbox:hover { display: none }

a img { border: none; }

#menu {
    width: 245px;
    overflow: auto;
    top: 0px;
    bottom: 5px;
	left: 20px;
    position: fixed;
    height: 100%;
	background: *fff;
	text-decoration: color: #000000 background-color: #FFFFFF ;
    letter-spacing: 1.5px; }

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

#menu ul li.section-title {text-decoration: ; color: #000000; background-color: #BDB76B ; }

    
#menu ul li.active a {  ; }

#img-container span.backgrounded a,
#img-container a.thickbox, 
#img-container a.thumb-img, 
#img-container #d-col1 a { background: transparent; }


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

.container {
    padding: 15px 0px 0px 0px;
}

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


p {
    margin: 0 0 0 0;
}
h1 { color: #00CCFF;
margin-bottom: 30px;
font-family: Helvetica;
font-size: 40px;
letter-spacing: 3px;
text-align: justify; }
h2 { font-size: 24px; display: none }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }c
