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

body {
	font-size: 10px; font-style:italic
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff;
}

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

a:link { 
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-style:normal;
font-weight:normal;
line-height:13px;
text-decoration:none;
 }
a:active { 
color:#333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-style:normal;
font-weight:normal;
line-height:13px;
text-decoration: none;
}
a:visited { 
color:#333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-style:normal;
font-weight:normal;
line-height:13px;
text-decoration: none;
  }
a:hover { text-decoration: none; 

text-decoration: underline;}


a img { border: none; }

#menu {background-color:transparent;
bottom:auto;
height:auto;
left:8px;
overflow:visible;
padding-bottom:10px;
padding-top:5px;
position:fixed;
top:110px;
width:160px;
}

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

#menu ul li.section-title {
border-bottom:1px dotted #000000;
color:#000000;
font-family: Georgia, "Times New Roman", Times, serif ;
font-style: italic ;
font-size:13px;
line-height:15px; }

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

.container {
    padding: 5px 5px 25px 5px;
    width: 260px;
}


.container2 {
    padding: 5px 5px 25px 5px;
    width: 200px;
}

.text {
    width: 260px;
}


.picture {
  padding-right: 30px;
}


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

p {
    margin: 0 0 9px 0;
}

    
    
h1 { color:#000000;
border-bottom:1px dotted #000000;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
font-weight: bold;
font-style:italic;
text-align: left;
padding-right: 20px; }

h2 { 
color:#333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-style:normal;
font-weight:normal;
line-height:15px;
text-align: left;
text-decoration:none;
padding-right: 20px;
background-color:#FFF
}

h99 { color: #c9c9c9;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:10px;
font-style: italic;
font-weight:normal;
line-height:13px;
text-align: left;
text-decoration:none; 
padding-right: 20px;}

h3 { 
color: aqua;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:13px;
font-style: italic;
font-weight:normal;
line-height:13px;
text-align: left;
text-decoration:none; 
padding-right: 20px;
}

h4 { color: lime;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:13px;
font-style: italic;
font-weight:normal;
line-height:13px;
text-align: left;
text-decoration:none; 
padding-right: 20px;
}

h5 { color: #9900CC;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:13px;
font-style: italic;
font-weight:normal;
line-height:13px;
text-align: left;
text-decoration:none; 
padding-right: 20px;}

h6 { color: fuchsia;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:13px;
font-style: italic;
font-weight:normal;
line-height:13px;
text-align: left;
text-decoration:none; 
padding-right: 20px;}

h7 { 
color:#333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-style:normal;
font-weight:normal;
line-height:15px;
text-decoration:none; 
padding-right: 20px;
}

h8 { 
color: #999;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-style:normal;
font-weight:normal;
line-height:15px;
text-align: left;
text-decoration:none;
padding-right: 20px;
background-color:#FFF
}

h99 { 
color: #b5b5b5;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-style:normal;
font-weight:normal;
line-height:15px;
text-align: justify;
text-decoration:none;
padding-right: 20px;

}



.bodytext {
width: 250px;
position: fixed; 
top: 210px;}

.one-box {
position: fixed; 
top: 130px;}


.nav { color:#000000;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
font-weight: bold;
font-style: italic;
text-align: left;
padding-right: 20px; 
position: fixed; 
top: 180px;
width: 200px;
z-index: 1000;}

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

#once { clear: left; }

.logo { 
width: 160px; 
height: 160px; 
position:fixed; 
top: 10px; 
left: 8px;
background-color:transparent;
overflow:visible;

} 

