/**
* CSS
* 
* @version 1.0
* @author Joerg Walter 
*/
* {
	margin: 0;
	padding:0;
}

body {
	font-size: 10px;
	line-height: 12pt;
	color:#efefef;
	font-family:Verdana, sans-serif;
	background: #292929;
}

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

#container {
  margin: 0 auto;
  width: xxxpx; }

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

a img { border: none; }

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

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	line-height: 14pt;
	color: #efefef;
	font-size: 8pt;
}

#menu ul li.section-title {  }

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

.container {
    padding: 20px 20px 20px 20px;
}

#content p { 
	width: 598px; 
	margin-bottom: 9px; 
	line height: 21pt; 
	margin-left: 5px; 
	font-size: 8pt; 
	color: #efefef;
	padding-left: 80px; 
}

p {
    margin: 0 0 9px 0;
color: white;
font-size: 8pt;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { position: absolute; left: 1052px; top: 70px; }  /*bugfest description & studio stew */
h6 { position: absolute; left: 1156px; top: 70px; }  /*fashion history desc */
h7 { position: absolute; left: 1078px; top: 70px; }  /*mr turner desc */
h8 { position: absolute; left: 1149px; top: 70px; }  /*hitchcock 1 & 2 desc */
h9 { position: absolute; left: 1139px; top: 70px; }  /*gopack.com & next game head to head desc */
h10 { position: absolute; left: 1583px; top: 70px; }  /*conveyor belts 1 & 2 desc */

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

#once { clear: left; }
