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

body {
	font-size: 11px;
	line-height: 18px;
	font-family: Sabon, Baskerville, Garamond, Palatino, "Book Antiqua",
  "My God, at This Point Your System is Practically Devoid of any Respectable Fonts At All", Georgia, 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 { text-decoration: none; color: #909090; }
a:hover { text-decoration: none; color: #ffffff; background-color: #4b4b4b; }

a img { border: none; }

#menu {
	width: 225px;
	overflow: auto;
	top: 50px;
	bottom: 0;
	left: 50px;
	position: fixed;
	text-align: left;
}

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

#menu ul li.section-title { letter-spacing: 0px; }
#menu ul li.active a { font-style: italic; text-decoration: line-through; color: #000; }

#content {
	position:absolute; 
	left:300px;
	top:49px;
	height:100%;
	margin:0;
}

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

#content p { width: 850px; margin-bottom:13px; }

p { margin: 0 0 1.5em 0; line-height: 1.6em; }
