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

body {
	font-size: 14px;
	font-family: "Courier new";
	background: #ddd;
	color: #888;
}

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

a:link { text-decoration: none; color: #888 }
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #888;
}
a:hover {
	text-decoration: none;
	color: #F60;
}

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #ddd;
}

#menu ul {
	list-style: none;
	margin: 0 0 12 0px;
	color: #888;
	line-height: 20px;
}

#menu ul li.section-title {
	color: #888;
}

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

.container {
    padding: 21px 0px 21px 21px;
}

#content p {
	width: 400px;
	margin-bottom: 9px;
	margin-top: 25px;
	font-family: "Courier New";
	line-height: 20px;
}

p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 11px;
	font-family: "Courier New", Courier, monospace;
	line-height: 14px;
	color: #888;
	font-weight: lighter;
}
h2 { font-size: 24px; }
h3 {
	font-size: 16px;
	color: #888;
}
h4 {
	font-size: 13px;
	color: #888;
	font-family: "Courier New";
	line-height: 18px;
}
h5 {
	font-size: 14px;
	color: #F60;
	font-family: "Courier New";
	font-style: normal;
	font-weight: lighter;
	line-height: 15px;
}
#video {
	position: absolute;
	height: 140px;
	width: 150px;
	left: 640px;
	top: 85px;	
}
#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }
#img-caption {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #888;
	position: absolute;
	left: 235px;
	top: 600px;
}
#once { clear: left; }
}


