body {
font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #909090;
	min-width: 1250px;
	min-height: 660px;
}


#projectSidevideo {
	position: fixed;
	top: 100px;
	left: 725px;
	background-color: #e3e6e6;
	height: 350px;
	border-top: 50px solid #333;
	border-right: 100px solid #333;
	border-bottom: 50px solid #333;
	border-left: 50px solid #333;
}

#textSide {
	position: fixed;
	top: 0;
	width: 675px;
	height: 1550px;
	background: transparent url(images/mainback25.gif) no-repeat left;
	z-index: 3;
}

#textSidenologo {
	position: fixed;
	top: 0;
	width: 675px;
	height: 1550px;
	background: transparent url(images/mainback25nologo.gif) no-repeat left;

}
	
	#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 {
		z-index: 3;
		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;
}

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

#description {
		font-style: normal;
		font-weight: normal;
		z-index: 4;
		position: fixed;
		top: 300px;
		left: 275px;
		width: 365px;
	}
	
	#submenu {
		z-index: 3;
		position: fixed;
		top: 475px;
		left: 50px;
		width: 350px;
	}


#imageSide {
	background-color: e3e6e6;
	visibility: visible;
	background-image: none;
	position: fixed;
	left: 701px;
}



