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

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	color: #666666;
	background-color: #000000;	
}

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

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

a img { border: none; }

#menu ul li.section-title {
	color: #000000;
	text-transform: uppercase;
	font-style: italic;
	 }

#menu {
	background-color: transparent;
	bottom: 0;
	height: 100%;
	left: 25px;
	line-height: 1.25;
	overflow: hidden;
	position: fixed;
	top: 60px;
	width: 200px;
	color: #000000;
}

#menu ul {
	background-color: #666666;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 5px;
	padding: 7px;
	color: #000000;
}

#menu ul li.active a:link, #menu ul li.active a:visited {
	color: #FFFFFF;
	font-style: italic;
}

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

#content {
	height: 100%;
	margin: 65px 10px 0px 50%;
	top: 0;
	background-color: #000000;
	}

.container {
	padding: 5px 5px 25px;
	margin: 5px 5px 5px 5px;
	background-color: transparent;
	height: 425px;
}

#content p { 
	width: 100%;
	margin-bottom: 20px;
 }

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	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0, 25px, 0, 0; }

#once { clear: left; }
