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

body {
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-attachment:fixed;
	margin: 0px;
	padding: 0px;
	background-color:#fff;


}

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

a:link { text-decoration: none; color: #000; background-color:; }
a:active { text-decoration: none; color: #000; background-color:; }
a:visited { text-decoration: none; color: #000; background-color:; }
a:hover { text-decoration: none; color: #fff; background-color: #000; }

a img { border: none; }

#menu {
    width: 190px;
    overflow: hidden;
	z-index: 0;
    top: 40px;
    bottom: 0px;
	left: 20px;
    position: fixed;
    height: 50%;
	background: #738494;
	opacity: 0.9;
	margin: 0px 0px 40px 20px;
	z-index:6;
	padding-left:5px;


}



#menu ul {
	font-size: 12px;
	font-style: italic;
	color: #ab8fa8;
	list-style: none;
	background-color:;
	padding-bottom:5px;
	}
	

#menu ul li.section-title { 
    font-size: 14px;
	color: #ab8fa8;
	font-weight:bold;
	background-color:;
	font-style: italic;
	text-indent:0;

}




#content {
    height: 100%;
    margin: 0 0 0 255px;
    padding-top: 40px;
	top: 40px;
}


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

#content p { width: 205px; margin-bottom: 9px;
background-color:#fff; text-align:justify; padding:5px;}


.pic { margin:0; padding:0px;  }


p {
    margin: 0 0 5px 0;
}
h1 { font-size: 24px; font-family:Sylfaen; color: #ab8fa8; }
h2 { font-size:12px; font-family: "Book Antiqua"; font-style: italic; #666;}
h3 { font-size: 16px; 
     margin-bottom: 0;
     padding-bottom: 0;
	 margin-top:2px;
	 }
h4 { font-size: 12px; }

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

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

#once { clear: left; }


#footer { 
   position: fixed; 
   text-align: right;
   color: #CCC;
   bottom: 0px; 
   left: 91%;
   z-index: 1;
   }







