/**
* CSS
* 
* @version 1.0
* @author Vaska 

body { text-align: center; background: #000; }
#wrapper { width: 960px; margin: 0 auto; text-align: right; background: #fff; }
#menu { width: 215px; float: left; }
#content { margin: 0 0 0 215px; }
.clear-both { clear: both; }

* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff;
}

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

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

a img { border: none; }

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

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

 


#menu ul li.section-title {
	font-size: 15px;
	font-style:italic;
	font-weight: bold;	
	border-bottom: 1px solid #000; padding-bottom: 5px; margin-bottom: 5px;
	
	
}

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

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

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

p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 12px;
	font-weight: normal;
	width: 600px;
}
h2 { font-size: 15px;
	font-style:italic;
	font-weight: bold;	
	border-bottom: 1px solid #000; padding-bottom: 5px; margin-bottom: 5px; }
h3 {
	font-size: 36px;
	font-style: italic;
	text-decoration: line-through;	
	font-weight: normal;
}
h4 { font-size: 12px; }

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

#once { clear: left; }