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

body  {
	font-size: 11px;
	font-family: Baskerville, Georgia;
	background: #fff

}

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


body.section-3 { }

a:link  { color: black; text-decoration: none; background-color:white }
a:active  { text-decoration: none; background-color:black }
a:visited  { color: #7E7E7E; text-decoration: none }
a:hover  { color: white; text-decoration: none; background-color: black }

a img  { border: none  ; }
a:visited img    {border: 5px solid white;}
a:active img  {border: 5px solid white;}
a:hover img    {border: solid 10px white;}

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

#menu ul {
	margin-bottom: 5px;
}

#menu ul li.section-title  {
	border-bottom-width: thin;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-top-style: solid;
	border-top-color: #999999;
	border-top-width: thin;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 5px;
	color: #000000;
	background-color: #FFFFFF;
}

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

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


#content p    { margin-bottom: 0px; width: 600px }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 11px;
	font-family: Baskerville, Georgia;
	line-height: 11px;
}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 {
	font-size: 18px;
	font-style: normal;
	font-family: Baskerville, Georgia;
	font-weight: lighter;
	line-height: 3px;
}

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

#once { clear: left; }