DIV.contact {
	position:absolute;
	width:170px;
	height:65px;
	z-index:2;
	left: 410px;
	bottom:10px;
	overflow: auto;
	color: black;
	border: 1px solid black;
	background-color: #CCCCCC;
	padding: 5px;
}

DIV.services_alt {
	position:absolute;
	width:170px;
	height:200px;
	z-index:2;
	left: 10px;
	bottom:10px;
	overflow: auto;
	color: black;
	border: 1px solid black;
	background-color: #CCCCCC;
	padding: 5px;
}

DIV.services {
	position:absolute;
	width:170px;
	height:210px;
	z-index:1;
	left: 410px;
	top:10px;
	overflow: auto;
	color: black;
	border: 1px solid black;
	background-color: #CCCCCC;
	padding: 5px;
}

DIV.content {
	position:absolute;
	width:330px;
	height:230px;
	z-index:2;
	background-image: url(Images/content_window.png);
	left: 10px;
	bottom:10px;
	overflow: auto;
	color: white;
	border: 1px solid black;
   padding: 5px;
	
}

DIV.content_project {
	position:absolute;
	width:330px;
	height:200px;
	z-index:2;
	background-image: url(Images/content_window.png);
	left: 10px;
	bottom:36px;
	overflow: auto;
	color: white;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-left: 1px solid black;
   padding: 5px;
	
}

DIV.thumbs {
	position:absolute;
	width:330px;
	height:20px;
	z-index:2;
	left: 10px;
	bottom: 5px;
   padding: 5px;
	overflow: visible;
	background-image: url(Images/content_window.png);
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;		
}