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

body {
	font-size: 11px;
	font-family: Courier New, Courier, mono;
	background: #fff; color: #000
	margin: 0;
	padding: 0;



	background: #fff;
}

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

a:link { color: #000; text-decoration: underline; }
a:active { text-decoration: none; }
a:visited { text-decoration: strikethrough; color: #000; }
a:hover { text-decoration: underline; color: #0000ff; /*background: #fffccc;*/ }

a img { border: none; background: transparent; }
a img { border: 0; padding: 0; margin: 0;}


#menu {
	width: 280px;
	padding-top: 35px;
	padding-left: 20px;
	float:left;
position: fixed;

	overflow: auto;
	height: 100%;
	font-style: bold;*/
}

#menu ul {
	list-style: none;
	margin: 0 0 20px 0;
	/*font-style: bold;*/
}

#menu ul li.section-title {
	font-style: italic;
	font-style:bold;
	color: #999999; 
}

#content {
	padding-top: 35px;
	padding-left: 35px;
	/*height: 100%;
	width: 100%;*/
	margin: 0 0 0 280px;
	top: 0;
	float: top;
}

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

#content p { width: 650px; margin-bottom: 10px; }

p {
    margin: 0 0 10px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 500px; margin: 0; padding: 0 0 10px 0; }

a.thickbox img { border: none; }

#img-container span.backgrounded a,
#img-container a.thickbox,
#img-container a.thumb-img,
#img-container #d-col1 a { background: transparent; }

#once { clear: left; }