/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
        background-color: #ffffff;
}

body {
    font-size: 12px;
    font-family: tahoma;
    font-weight: lighter;
    background: #ccfff;
  
}

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

a:link {
     text-decoration: none; 
     color: #505050;
}
a:active {
     text-decoration: none;
     color: #BCBEC0;
}
a:visited {
     text-decoration: none;
     color: #505050 ;
}
a:hover {
     text-decoration: none;
     color: #BCBEC0; }

a img { border: none; }

#menu {
    line-height: 12pt;
    width: 245px;
    overflow: auto;
    top: 15px;
    bottom: 0;
    left: 12px;
    position: fixed;
    height: 600px;
    background-color: #ffffff;
    border-right-style: solid;
    border-left-style: none;
    border-width: 1px;
    border-color: #bcbec0;
}

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

#menu ul li.section-title { }

#content {
    line-height: 12pt;
    color: #848484;
    font-size: 9pt;
}

.container {
    padding-top: 15px; 
    padding-bottom: 5;
    padding-right: 20px;
    padding-left: 20px;
}

#content p {
    width: 320px;
    margin-bottom: 13px; 
    line-height: 13pt;
    margin-left: 260px;
    padding-top: 18px;
    font-size: 10pt;
    color: #666666;
}

p {
    color: white;
    margin: 0 0 9px 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: 400px;
    margin: 0;
    padding: 0 200px 12px 320px; 
}

#once { clear: left; }