/**
* 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: #FFFFFF;
        color: #000000;
        text-decoration: none;
}

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

a:active {
        text-decoration: none;
        color: #333333;
        }

a:link { 
        text-decoration: none;
        color: #333333;
        }

a:visited {
        text-decoration: none;
        color: #999999;
        }

a:hover {
        text-decoration: none;
        color: #FF0000;
 }

a img { border: none;}

#menu {
    width:300px;
    overflow: auto;
    top: 0;
    bottom: 30;
    left: 70px;
    position: fixed;
    height: 100%;
    background-color: #FFFFFF;
}

#menu ul li.:hover { 
        text-decoration: none;
        color:#FF0000;
}

#menu ul {
        width:190px;
	margin: 15px 0px 0px 0px;
        font-size: 12px;
        font-family: Courier;
	list-style: none;
	line-height: 16px;
}

#menu ul li.section-title { 
        font-size: 12px;
        font-family: Arial;
        border-bottom-width: 1px;
        border-bottom-style: solid;
	line-height: 19px;
	text-decoration: none;
	letter-spacing: 0.1em;
}

#menu ul li.section-title:hover { 
text-decoration: none;
color: #ff0000;
}

#menu ul li.active a {
        text-decoration: none;
        color: #FF0000;
}

#copy {
	background-color: #fff;
	font-size:10px;
	color:#999999;
	line-height:15px;
}


#content {
    width: 500px;
    overflow: auto;
    top: 0 px;
    bottom: 0 px;
    left: 310px;
    position: fixed;
    height: 100%;
    background-color: #FFFFFF;
    font-size: 13px;
    font-family: Times New Roman
}

.container {
    padding: 30px 0px 30px 0px;
}

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

p {
    margin: 0 0 15px 0;
}

h1 {
	font-family: Arial;
        font-size: 18px; 
	line-height:20px;
	text-decoration: none;
}

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; 
}
