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

body {
        font-size: 14px;
	font-family: palatino, georgia, serif;
	color: #000000
        background: #fff;
	margin: 65px 50px 20px 220px;
}

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

a:link {
	font-family: palatino, georgia, serif;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
        font-size: 14px;
        color:#CC9933;
}

a:visited {
	font-family: palatino, georgia, serif;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
        color:#CC9933;
}

a:active {
	font-family: palatino, georgia, serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
        color:#CC9933;
}

a:hover {
	font-family: palatino, georgia, serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
        color:#CC9933;
}

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 20px;
    
    margin: 0px 0 0 0px;
    bottom: 0;
    line-height: 21px;
    left: 30px;
    position: fixed;
    height: 90%;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: line;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
}

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

#menu ul li.section-title {
        font-size: 14px;
	font-family: palatino, georgia, serif;
	color: #CC9933;
        font-weight: bold;
        background:;
        text-decoration: none;
        margin: 10px 0 0px 0;
        padding:;
}

#menu li a {
margin:0 0 0 0px;
}
#menu a:link {
color:#000000;
text-decoration:none;
}
#menu a:visited {
color:#000000;
text-decoration:none;
}
#menu a:hover {
color:#000000;
text-decoration:underline;
}
#menu li.active a{
text-decoration: none;
color:#000000;
background: #CC9933;
}

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

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

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

p {
    margin: 0 0 9px 0;
}

h1 {
	font-weight: bold;
        font-size: 14px;
        font-family: palatino, georgia, serif;
	color: #000000;
        font-style: normal;
}
h2 {
	font-weight: normal;
        font-size: 18px;
	font-family: palatino, georgia, serif;
}
h3 {
	font-weight: normal;
        font-size: 16px;
        font-family: Arial, Georgia, Verdana, sans-serif;
        color:#CC9933;
        background:#000000;
}
h4 {
	font-weight: normal;
	font-size: 13px;
	font-family: palatino, georgia, serif;
	color: #999999;
        font-style: italic;
}

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

#once { clear: left; }