
/* author: bobby@r3consulting.net 
 Creation date: 3/27/2004 */
body {
	background: black;
	background-image:url(../images/background.gif);
}

a {
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-decoration:none;
}
a:hover {
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: #FFCC00;
	text-decoration:none;
}
a.mailto {
	font-family: arial;
	color:#FFCC00;
	font-size: 12px;
	text-decoration:none;
}

.blackstripe {
	background: #000000;
	height: 140px;
	width: 165px;
	position: absolute;
	top: 0px;
	left: 50px;
	z-index: 2;
	}
	
.greenstripe {
	background: #3f5600;
	height: 100%;
	width: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
.logo {
	position: absolute;
	top: 50px;
	left: 65px;
	z-index: 10;
	}

.menu {
	position: absolute;
	top:260px;
	left:80px;
	border: 0px;
	}
	
.menuitem {
	padding-bottom: 15px;
	border: 0px;
	}
	
.projects {
	border: 0px;
	cursor: pointer;
}

.addresstext {
	font-family: arial;
	color: white;
	font-size: 12px;
	padding-bottom: 3px;
	}
/*	position:absolute;
	top: 545px;
	left: 315px;
*/
.centerFrame {
	height: 380px; 
	width: 525px;
}

.mainTable {
	position:absolute; 
	top: 140px; 
	left: 255px; 
}