body {
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #000 none repeat 0 0;	
}


#textSide {
	position: fixed;
	top: 0;
	width: 700px;
	height: 1550px;
	background: transparent url(images/mainback25.gif) no-repeat left;
	float: right;
}
	
#title {
	width: 150px;
	height: 75px;
	padding: 25px 0px 0px 50px;
}
		
#title h2 {
	font-style: normal;
	font-weight: normal;
	color: #b4b4b4;
}
		
#title h3 {
	font-style: normal;
	font-weight: normal;
	color: #dadada;
}

#menu {

	position: relative;
	top: 0px;
	left: 250px;
}
		
#menu table {
	width: 365px;
}

ul li a {
	padding: 0 2px 1px;
}

a:link {
	font-weight: bold;
	color: #b4b4b4;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #d4d4d4;
	text-decoration: none;
}

a:hover {
	background-color: #505050;
	color: white;
}

ul li.active a:link, ul li.active a:visited {
	color: #000000;
	text-decoration: none;
	background-color: #fafafa;
	font-weight: bold;
}

#description {
	font-style: normal;
	font-weight: normal;
	position: fixed;
	top: 300px;
	left: 275px;
	width: 365px;
}
	
#submenu {
	position: fixed;
	top: 475px;
	left: 50px;
	width: 150px;
}

#projectSide {
	left: 675px;
	position: absolute;
	background-color: black;
	background-image: url(images/scrollerback.gif);
}

#bar1 {
	position: absolute;
	left: 675px;
	z-index: 2;
	width: 1px;
}

#bar25 {
	position: absolute;
	left: 650px;
	z-index: 2;
	width: 25px;
}

.heavy2 {
	background: url(heavy/rotate4.php?i=0) fixed;
	height: 200px;
}
.heavy3 {
	height: 300px;
	background: url(heavy/rotate4.php?i=1) fixed;
}
.heavy4 {
	height: 400px;
	background: url(heavy/rotate4.php?i=2) fixed;
}
.heavy5 {
	height: 500px;
	background: url(heavy/rotate4.php?i=3) fixed;
}


.light2 {
	background: url(light/rotate3.php?i=0) fixed;
	height: 200px;
}
.light3 {
	height: 300px;
	background: url(light/rotate3.php?i=1) fixed;
}
.light4 {
	height: 400px;
	background: url(light/rotate3.php?i=2) fixed;
}
.light5 {
	height: 500px;
	background: url(light/rotate3.php?i=3) fixed;
}
