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

body {
	font-size: 12px;
	font-family: arial; 
      background: transparent; 
      color: #999999;
      line-height: 1.4;
	letter-spacing:0.02em;
	scrollbar-3dlight-color:#FF0AAD;
	scrollbar-arrow-color:#00ccff;
	scrollbar-base-color:#FF0AAD;
	scrollbar-darkshadow-color:#00ccff;
	scrollbar-face-color:#FF0AAD;
	scrollbar-highlight-color:#00ccff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-track-color:#ffffff;
}

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

a:link { color: #000000; text-decoration: none; }
a:active { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none;  }
a:hover { 
    cursor: crosshair; 
    color: #FF0AAD;
    text-decoration: dotted;
    border-top:1px dotted;
    border-bottom:1px dotted;
    border-left:10px dotted;
    border-right:1px dotted; 
    font-size: 100%;
}

a img { border:none; }

#menu {
    float: left;
    width: 345px;
    overflow: auto;
    height: 100%;
    top: 0;
    bottom: 0;
    margin-left: 13px;margin-right: 13px;
    background-color: transparent;
    position: fixed;
    display: inline;

  
        }


#menu p {color:}

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

#menu ul li.section-title {font-family: arial black;font-size: 12px;letter-spacing:0.04em;color: #575757;5px;margin-bottom: 5px}

#content {
    width:  810px;
    height: 100%;
    margin: 0 0 0 400px;
    background-color: transparent;
    overflow: visible;
    position: absolute;
        }


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

#content p { 
width: 810px; 
margin-bottom: 9px; 
margin: 35px 0 0 0;

}

p {    
     margin: 0 0 9px 0;
}

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

#col1
{
float: left;
width: 100px;
margin-right: 15px ;
}

#col2
{
float: left;
width: 200px;
margin-right: 15px ;
}

#col3
{
float: left;
width: 300px;
margin-right: 15px ;
}

#col4
{
float: left;
width: 400px;
margin-right: 15px ;
}

#img-container	
{ 
margin: 0 0 0 0; 
padding: 0; 
float: left;

}

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

#once { clear: left; } 
