/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Times New Roman;
        text-decoration: none;
        background: #FF0000
        color: #000000;
        text-decoration: none;
}

body.section-1  { }
body.section-2  { }
body.section-3  { }

a:active {
        text-decoration: none;
	list-style: none;
}

a:link { 
        text-decoration: none;
	list-style: none;
        color: #666666;}

a:visited {
        text-decoration: none;
	list-style: none;
        color: #cccccc;}

a:hover {
        text-decoration: none;
        font-weight: bold;
        color: #000000;
}

a img { border: none;}

#menu {
    height: 100%;
    float: left;  
    top: 0;
    bottom: 30;
    left: 70px;
    position: fixed;
    overflow: visible;
}

#menu ul li.:hover { 
        text-decoration: none;
        color:#FF0000;
}

#menu ul li.active a {
        text-decoration: none;
        color: #FF0000;
}

#menu ul li.section-title { 
	margin: 10px 0px 0px 0px;
        width: 160px;
        font-size: 12px;
        font-family: Arial;
        letter-spacing: 0.1em;
        text-decoration: none;
	border-bottom: solid;
        border-bottom-width: 1px;
        line-height: 20px; 
}

#menu ul {
        font-size: 11px;
	font-family: Courier;
        text-decoration: none;
	list-style: none;
        line-height: 15px;
}

#menu ul li.section-title:hover { 
        font-family: Arial Black;
        font-size: 11px;
        text-transform: uppercase;
        color: #FF0000;
}

#content {
    margin: 0 0 0 310px;
    height: 100%;
    float: left;  
    font-size: 13px;
    font-family: Times New Roman 
}

.container {
    padding: 40px 10px 10px 0px;
}

#content p {
    width: 420px;
    margin-bottom: 9px;
}

p {
    margin: 0 0 15px 0;
}

h1 {
    font-size: 22px;
    font-family: Arial;
    line-height: 24px;
 }


h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0px; padding: 0px; }
#img-container p	{ width: 0px; margin: 0; padding: 0 0 0px 0; }

#once { 
	clear: left; 
}