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

body      { color: black; font-size: 10px; font-family: "Lucida Grande", "Trebuchet MS", Tahoma, Verdana, sans-serif; line-height: 16px; background: #fff }

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

a:link    { color: gray; text-decoration: none }
a:active    { color: black; text-decoration: none }
a:visited    { color: gray; text-decoration: none }
a:hover    { color: black; text-decoration: none }

a img  { color: black; border: none }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	color: black;
	margin-bottom: 5px;
	border-bottom-color: gray;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin: 0px 0px 24px 0px;
}

#menu ul li.section-title {
	color: black;
	margin-bottom: 5px;
	border-bottom-color: gray;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

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

#content ul {
	list-style: none;
	color: black;
	margin-bottom: 5px;
	border-bottom-color: gray;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin: 0px 0px 24px 0px;
}

#content ul li.break  { font-stretch: normal; margin-bottom: 5px; border-bottom: 1px dashed gray }

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

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

p {
    margin: 0 0 9px 0;
}

h1  { color: black; font-size: 10px; font-family: "Lucida Grande", "Trebuchet MS", Tahoma, Verdana, sans-serif; font-weight: bold; margin: 24px 0 24px 0;
 }
h2  { color: black; font-size: 10px; font-family: "Lucida Grande", "Trebuchet MS", Tahoma, Verdana, sans-serif }
h3   { color: gray; font-size: 10px; font-family: "Lucida Grande", "Trebuchet MS", Tahoma, Verdana, sans-serif }
h4 { font-size: 12px; }

hr  {
	color: black;
	margin-bottom: 0px;
	border-bottom-color: gray;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

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

#once { clear: left; }
