@charset "utf-8";
/* CSS Document */
body {	
	/*background-color:#333333;*/
	background-image:url(../_images/projects_bg.gif);
	margin-top:15px;
}
/*
	width: 964px;  
	height: 577px
*/
#wrapper {
	  width:964px;
	  margin-left: auto ;
	  margin-right: auto ;
}
#page_graphic{
	position:relative;
	width:964px;
	height:577px;
	background-image:url(../_images/projects.jpg);
}
#text_wrapper {

	color:#FFF;
	}
#text {
/*	position:absolute;
	top:10px;
	left:10px;
	width:340px;
	height:452px;*/
}
#transbox {/* This is the transparent box */
	position:absolute;
	left:10px;
	top:10px;
	width:375px;
	height:477px;
	background-color: #000;
	border:none;
	filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
}
#over_transbox {/* */
	position:absolute;
	left:10px;
	top:10px;
	width:375px;
	height:477px;
	border:none;
}

#categories {
	position:absolute;
	left:20px;
	top:50px;
	width:180px;
	height:260px;
	border:none;
	background-image:url(../_images/projects_text_bg.png);
}

#categories_items {
	position:absolute;
	left:210px;
	top:50px;
	width:160px;
	height:430px;
	background-color: #000;
	border:none;
	visibility:hidden;
}
iframe {
	overflow:auto;
	}
#image_block {
	position:absolute;
	top:0px;
	left:388px;
	width:576px;
	height:497px;
}
#content_block {
	position:absolute;
	top:0px;
	left:388px;
	width:576px;
	height:497px;
}

