/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

html, 
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font: 11px/14px "Courier New", Courier, monospace;
	background: #cde5ff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none;
	color: gray;
}
a:active { text-decoration: none;
	color: gray;
}
a:visited { text-decoration: none; color: #666; }
a:hover {
	background-color: #fff;
}

a img { border: none; 
}

#menu {
	position: absolute;
	bottom: 25px;
	right: 25px;
	z-index: 15;
}

#menu .container {
  width: 205px;
  overflow: auto;
  position: relative;
  height: 370px;
	background-color: #007cff;
	border: 1px solid #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	color: white;
}

#menu ul li.section-title {
	color: #fff;
	text-decoration: underline;
}

#menu a:link {
	color: #fff;
}

#menu a:hover {
	color:#007cff;
	background-color: #fff;
}

#menu a:visited {
	color:#fff;
	text-decoration: line-through;
	}

#menu a:visited:hover {
	color:#007cff;
	text-decoration: line-through;
	}
	
#menu p {
	color: #fff;
}

#content {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 5;
}

#content .container {
	padding: 15px 0 10px 15px;
}

.container {
  padding: 5px 5px 25px 5px;
}

.caption {
	padding-top: 2px;
	padding-left: 2px;
}

#content p {
	width: 400px; margin-bottom: 9px;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0 220px 0 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.random-sentence { display: none; }
.section-6 .random-sentence { display: block; }