/* CSS Document */
div.centerstuff { position:absolute; text-align:center; width:100%; height:100%; top: 0px; left:0px; margin: 0px 0px 0px 0px; z-index:2;}

div.whitebar {
	background-color:#FFFFFF;
	background-repeat:no-repeat;
    opacity: 0.5;
    filter: alpha(opacity = 50);
	zoom: 2;
	position:absolute;
	float: center;
	overflow:visible;
	text-align:center;
	width:100%;
	height:94px;
	z-index:2;
	top: 70px;
	left: 0px;
}

* html .whitebar {
	position: absolute;
	left: 0px;
	top: 70px;
	margin: 0px 0px 0px 0px;
}
div.orangebar{
	background-color:#F58025;
    opacity: 0.75;
    filter: alpha(opacity = 75);
	zoom: 2;
	float: left;
	position: absolute;
	overflow: visible;
	width:300px;
	height:164px;
	z-index:3;
	top: 0px;
	left: 100px;
	margin: 0px 0px 0px 0px;
}

* html .orangebar {
	position: absolute;
	left: 100px;
	top: 0px;
	margin: 0px 0px 0px 0px;
}

div.logo{
	background-repeat:no-repeat;
    opacity: 1.0;
    filter: alpha(opacity = 100);
	zoom: 1;
	float: left;
	position: absolute;
	overflow: visible;
	width:275px;
	height:73px;
	z-index:4;
	top: 90px;
	left: 111px;
	margin: 0px 0px 0px 0px;
}

* html .logo{
	position: absolute;
	left: 111px;
	top: 90px;
	margin: 0px 0px 0px 0px;
}

div.about{
	background-image:none;
	background-repeat:no-repeat;
    opacity: .80;
    filter: alpha(opacity = 80);
	zoom: 1;
	float: left;
	position: absolute;
	overflow: visible;
	width:140px;
	height:25px;
	z-index:5;
	top: 130px;
	left: 410px;
	margin: 0px 0px 0px 0px;
}

* html .about{
	position: absolute;
}

div.projects{
	background-image:none;
	background-repeat:no-repeat;
    opacity: .80;
    filter: alpha(opacity = 80);
	zoom: 1;
	float: left;
	position: absolute;
	overflow: visible;
	width:140px;
	height:25px;
	z-index:5;
	top: 130px;
	left: 555px;
	margin: 0px 0px 0px 0px;
}

* html .projects{
	position: absolute;
}

div.press{
	background-image:none;
	background-repeat:no-repeat;
    opacity: .80;
    filter: alpha(opacity = 80);
	zoom: 1;
	float: left;
	position: absolute;
	overflow: visible;
	width:140px;
	height:25px;
	z-index:5;
	top: 130px;
	left: 700px;
	margin: 0px 0px 0px 0px;
}

* html .press{
	position: absolute;
}

div.blog{
	background-image:none;
	background-repeat:no-repeat;
    opacity: .80;
	filter: alpha(opacity = 80);
	zoom: 1;
	float: left;
	position: absolute;
	overflow: visible;
	width:140px;
	height:25px;
	z-index:5;
	top: 130px;
	left: 845px;
	margin: 0px 0px 0px 0px;
}

* html .blog{
	position: absolute;
}

div.ftp{
	background-image:none;
	background-repeat:no-repeat;
    opacity: .80;
    filter: alpha(opacity = 80);
	zoom: 1;
	float: left;
	position: absolute;
	overflow: visible;
	width:140px;
	height:25px;
	z-index:5;
	top: 130px;
	left: 990px;
	margin: 0px 0px 0px 0px;
}

* html .contact{
	position: absolute;
}

div.contact{
	background-image:none;
	background-repeat:no-repeat;
    opacity: .80;
    filter: alpha(opacity = 80);
	zoom: 1;
	float: left;
	position: absolute;
	overflow: visible;
	width:140px;
	height:25px;
	z-index:5;
	top: 130px;
	left: 1135px;
	margin: 0px 0px 0px 0px;
}


div.text {
	color:#FFFFFF;
	font-family:arial, "arial narrow", sans-serif;
	font-size:20px;
	font-weight:bold;
	line-height: 40px;
	text-align:left;
	float: left;
	position: absolute;
	width:1150px;
	height: 500px;
	left: 100px;
	top: 250px;
	z-index:4;
	margin: 0px 0px 0px 0px;
}

* html .text{
	position: absolute;
	left: 0;
	top: 152px;
	margin: 0px 0px 0px 0px;
}

a:link{color:#FFFFFF;
text-decoration:none}
a:visited {color: #FFFFFF;
text-decoration: none}
a:active {color:#F58025;
text-decoration: none}
a:hover {color: #F58025;
text-decoration: none}

