/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
	left: 0px;
	font-weight: normal;
}


body {
	font-size: 14px;
	font-family: Garamond, serif;
	background: #fff;
}

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

a:link { text-decoration: none; color:#333333 }

a:active { 
    text-decoration: none;
	color:#FF0000;
	background-color:none}
	
a:visited { text-decoration: none; color:#333333  }

a:hover {
	text-decoration: none;
	color:#FF0000;
	background-color:none;}


a img { border: none; }

#menu {
    width: 215px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	
	
}



.style2 {
	font-size: 14px;
}

.style2 #current a {
	font-size: 14px;
	color: #F00;
}

.style3 {
	font-size: 18px;
	font-weight: bold;
}
style3 a:link { 
	font-size: 18px;
	font-weight: bold;
	text-decoration: none; 
	color:#333333 }

.style3 a:active {
	font-size: 18px;
	font-weight: bold;
    text-decoration: none;
	color:#FF0000;
	background-color: none}
	
.style3 a:visited { 
	font-size: 18px;
	font-weight: bold;
	text-decoration: none; 
	color:#333333  }

.style3 a:hover {
	font-size: 18px;
	font-weight: bold;
	text-decoration}
	
	
	
.style4 a:link { 
	font-size: 18px;
	font-weight: bold;
	text-decoration: none; 
	color:#333333 }

.style4 a:active {
	font-size: 18px;
	font-weight: bold;
   text-decoration: none;
	color:#FF0000;
	background-color: none}
	
.style4 a:visited { 
	font-size: 18px;
	font-weight: bold;
	text-decoration: none; 
	color:#333333  }

.style4 a:hover {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color:#666666
}

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

#menu ul li.section-title { }

#menu ul li.section-title #current {
	color: #F00;
}

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

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

#line {
	width:200px;
	position:bottom;
	top:6px;
	border-color:#333333;
	border-top-style:dotted;
	border-top-width:thin;
}

#contentline {
	width:650px;
	position:top;
	top:4px;
	border-color:#333333;
	border-top-style:dotted;
	border-top-width:thin;
}

#headerline {
width:200px; 
position:top; 
top:4px; 
border-color: #CCCCCC; 
border-top-style: solid; 
border-top-width:thin;


}


#content p {
	width: 648px;
	margin-bottom: 5px;
	border-color:#FF00FF;
	border-top-style:none;
	border-top-width:thin;
}



p {
    margin: 5 0 5px 0;
}

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

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

#img-container p	{
	width: 700px;
	margin: 10;
	padding:200 5 5px 5;
}

#once { clear: left; }
