@charset "UTF-8";
/* CSS Document */


body {text-align:center}
#centerDiv {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-top:0px;
	position: relative;
	top: 0px;
	width: 850px;
	background-color: #999999;
	height: 1000px;
}



#topBarDiv {
	position:absolute;
	left:0px;
	top:0px;
	width:850px;
	height:50px;
	z-index:1;
	background-color: #222222;
}


.headings {
	color:#FFFFFF;
	
	font-family: "Andale Mono", "Lucida Sans Typewriter", monospace;
}
#sideBar {
	font-family: "Andale Mono", "Lucida Sans Typewriter", monospace;
	background-color: #333333;
	text-align: right;
	width: 100px;
	right: 0px;
	position: absolute;
	top: 51px;
	height: 1000px;
	font-size: 12px;
	color: #CCCCCC;
}
#main {
	background-color: #333333;
	height: 1000px;
	width: 749px;
	top: 51px;
	position: absolute;
	color: #CCCCCC;
	text-align: left;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #CC9933;
	text-decoration: none;
}
#sideBar a:link {
	color: #CCCCCC;
}
#sideBar a:visited {
	color: #CCCCCC;
}
#sideBar a:hover {
	color: #FFCC33;
}
a:visited {
	text-decoration: none;
	color: #CC9933;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #999999;
	
}

 a {
	display:inline;
} 
.mainText {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: left;
}
.TextForProjects {
	width: 500px;
	margin-right: auto;
	position: relative;
	margin-left: auto;
}
.video720_480 {
	position: absolute;
	height: 480px;
	width: 720px;
	left: 15px;
	top: 15px;
}
.projectButtons {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: left;
	background-color: #191919;
	height: 75px;
}
.ProjectButtonText {
	position: absolute;
	height: 75px;
	width: 385px;
	left: 310px;
	top: 0px;
}
.ProjectVideoCentering512 {
	width: 512px;
	margin-right: auto;
	position: relative;
	margin-left: auto;
	text-align: center;
	top: 20px;
}
.ProjectVideoCentering640 {
	width: 640px;
	margin-right: auto;
	position: relative;
	margin-left: auto;
	text-align: center;
	top: 20px;
}
