/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Edited by webwex.net (http://webwex.net)
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: "Courier New", Courier, monospace;
	color: #808080;
	background: none;
}

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

#content_start {
	text-align: justify;
	padding: 0px;
	height: 420px;
	width: 692px;
	margin: -210px 0 0 -346px;
	position:absolute;
	top: 50%;
	left: 50%;
	font-size: 24px;
	font-style: italic;
	line-height: 36px;
}

.startup {
	font-size: 12px;
	font-style: normal;
	float: right;
	}
	
.numbers {
	font-size: 36px;
	}	

a:link { 
	text-decoration: none;
	color: #444;
	font-weight: none;
	background: none;
	}
	
	a:active { 
	text-decoration: none;
	color: #2d89ff;
	font-weight: none;
	}
	
	a:visited { 
	color: #444;
	text-decoration: none;
	background: none;
	}
	
	a:hover {
	text-decoration: overline;
	color: #2d89ff;
	background: none;
	font-weight: none;
	}


a img { border: none; }

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

#menu {
	/* width: 167px; */
	width: 167px;
	top: 0;
	bottom: 0;
	left: 24px;
	position: fixed;
	height: 100%;
	background-color: #ffffff;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 11px;
	background-color: #ffffff;
	margin-top: 0px;
	height: 100%;
	line-height: 18px;
	overflow: auto;
	padding-right: 12px;
	padding-left: 12px;
	filter:alpha(opacity=96);
    -moz-opacity:0.96;
    opacity:0.96;

}

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

#menu ul li.section-title {
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #efefef;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 2px;
	 }

#menu .container { padding: 24px 0 0 0; }

#menu ul li.active a {
	color: #000;
	background: #none;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
         }


h1 { font-size: 16px; }
h2 { font-size: 15px; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }


/* CONTENT AREA */

	#content {
		font-size: 12px;
		height: 100%;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 215px;
	    top: 0;
		padding-top: 32px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}

	.container {
		margin-bottom: 0px; padding: 0px 5px 24px 24px;
	}

	#content p {
		width: 600px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-left: 0px; 	
	    line-height: 16px;
	}

	p {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 9px;
    margin-left: 0;
	}


/* IMAGES */

	#img-container	{ 
		margin: 0 0 20px 0; 
		padding: 0; 
	}
	
	#img-container p	{ 
		width: 600px; 
		margin: 0; 
		padding: 0 0 12px 0;
	}
	
	.nothumb img {
		margin-top: 0px;  
		margin-right: 0px;
		margin-bottom: 20px;
		margin-left: 0px;
	}
	
	#once { clear: left; }

