/**
* CSS
* 
* @version 1.0
* @author Vaska
* @author luther blissett
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10pt;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	background: transparent url("/files/gimgs/bg4.jpg") repeat bottom fixed;
    color: #000;
	
}

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


a:link { text-decoration: none; color: #000; font-style: normal;}
a:active { text-decoration: none; color: #ff87ab; font-style: normal;}
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none; color: #ff87ab; font-style: normal; }

a img { border: none; }

#wrapper {
	width: 100%;
}


#menu {
	background: url("/files/gimgs/bg4.jpg") repeat bottom fixed;
	padding-top: 10px;
	width: 100%;
	line-height: 1.25;
	overflow: visible;
	position: fixed;
	height: 140px;
	top: 0px;
	z-index: 3;
}

#menu .container {
	margin-left: 25px;
	width: 950px;
}

#menu ul {
	
	background-color: transparent;
	float: left;

	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 45px 0 5px;
	padding: 7px;
	color: #4d3531;
}

#menu li {
	list-style-type: none;
	font-size: 10pt;
}

#menu ul li a:hover { 
	color: #c62555;
	text-decoration: underline;
}
#menu ul li.active a:visited { 
	color: #c62555;
}

#logoz0r {
	float: left;
	position: relative;
	padding-right: 10px;
	z-index: -1;
}

#navz0r {
	margin: 25px auto; 
	display: inline;
	height: 25px;

}

#title {
	background-color: transparent;
	margin: 0;
	padding: 0;
	text-align: center;
}

#menu ul li.section-title {
	color: #000;
	text-transform: uppercase;
  font-style: bold;
  font-size: 12pt;
}

#paddington {
	display: block;
	height: 150px;
}

#content {
	z-index: 1;
	width: 100%;
	/*margin: 10px 10px 0px 435px;*/
	position: absolute;
	

	/*overflow: auto;
	overflow-x: hidden;*/

}

#content .container {
	width: 700px;
	/*margin: 0 auto;*/
	margin-left: 250px;

}

/*.container {
    padding: 5px 5px 25px;
	margin: 5px 5px 5px 5px;
	background-color: transparent;
}*/

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

p {
    margin: 0 0 10px 0;
}

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	{ 
	background: url("/files/gimgs/bg4.jpg") repeat bottom fixed;
	position: fixed; 
	top: 150px; 
	margin: 0; 
	padding: 0;
	width: 100%;
	z-index: 100;
	}
	
#img-container p	{ width: 400px; margin: 0; padding: 0, 25px, 0, 0; }

#once { clear: left; }
