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

body {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; color:#000}
a:active { text-decoration: none; }
a:visited { color: black; text-decoration: none; }
a:hover { color: black; text-decoration: line-through;  }

a img { border: none; }

#menu {
    color: black;
    width: 200px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 25px;
    position: fixed;
    height: 90%;
	background-color: transparent;
}

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


#menu ul li a { line-height: 1.5em; color: #000; padding: 1px; }
#menu ul li a:link { padding-left: 2px; text-decoration: none; background: yellow; }
#menu ul li a:visited { text-decoration: none; background: yellow; }
#menu ul li a:hover { text-decoration: none; background: #000; color:#FFF }

#menu ul li.active a { background: black; color: white; }


#menu .container { padding: 21px 0 21px 1px; }

#content .container {padding-left: 50px; padding-bottom: 0; padding-right: 0; padding-top: 46px;}

#menu ul li.section-title {text-decoration: none; background: yellow; color: black; font-family:Georgia, "Times New Roman", Times, serif; font-size: 12px; font-style: italic  }



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

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }


h2 { padding-left: 2px; font-weight: normal; font-style: normal; color: black; background-color: #b61c25; text-transform: uppercase; text-decoration: none; font-size: 15px; }
h3 { font-style: normal; font-weight: normal; color: white; background-color: black; }
h4 { padding-left: 2px; text-decoration: none; font-style: normal; font-weight: normal; background-color: #fffe00; }

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

#once { clear: left; }

#menu p { }

