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

body {
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	color:#000;
	background: #FFF;
}

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

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
	background-color: #FFF;
	float:left;
	height:150px;
	left:28px;
	opacity:1;
	overflow:auto;
	padding-left:8px;
	padding-top:12px;
	position:fixed;
	text-align:left;
	top:30px;
	width:150px;
	z-index:9999;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color: #000;
}

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

#menu a:link {
	color: #000000;
	text-decoration: underline;
}
#menu a:hover {
	color:#000000;
}

#menu ul li.section-title {
	
	}

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

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

.mainstory {
	background-color: #FFF;
	height:auto;
	overflow:auto;
	padding:30px;
	text-align:left;
	width:300px;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color: #000;
	margin-top: 13px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}

.linebreak {
	font-family: "Courier New", Courier, monospace;
	font-size: 9px;
	color: #000;
}


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

p {
    margin: 0 0 9px 0;
	background-color:#FFFFFF
}

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

.nothumb {
	margin-right: 30px;
}

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

#once { clear: left; }