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

body {
	font-size: 11px; color: #666;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;

}

a:link { text-decoration: underline; color: #666;
        }
a:active { text-decoration: underline; color: #666;
        }
a:visited { text-decoration: underline; color: #666;
        }
a:hover { text-decoration: underline; color: #666;
        background: #ffff00; }

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

	

a img { border: none; }

f {
        font-family: Arial, Helvetica, sans-serif;        
        color: #000000; 
        background: none;
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;

}

fs {
        font-family: Arial, Helvetica, sans-serif;        
        color: #ffffff; 
        background: #666666;
        font-size: 11px;
        font-weight: normal;
        text-decoration: none;

}




r {
        font-family: Arial, Helvetica, sans-serif;
        color: #d0d0d0;
        font-weight: bold;
        font-size: 44pt;
        line-height: 46px;
        letter-spacing: -4px;
}


rr {
        font-family: Arial, Helvetica, sans-serif;
        color: #d0d0d0;
        font-weight: normal;
        font-size: 36pt;
        line-height: 38px;
        letter-spacing: -3px;
}



rs {
        font-family: Arial, Helvetica, sans-serif;
        color: #666; 
        background: #ffff00;
        font-weight: normal;
        font-size: 11px;
        line-height: 14px;
        letter-spacing: 0px;
}

#menu {
    width: 200px;
    overflow: none;
    top: 0;
    bottom: 0;
	left: 12px;
    position: fixed;
    height: 100%;
background-color: #FFFFFF;
}

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

#menu ul li.section-title {
color: #000000;
font-weight: bold; }

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

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

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

p {
    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 0 12px 0; }

#once { clear: left; }