@CHARSET "UTF-8";

#projectmain
{
	font-family:tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}
div#projectmain
{
	background-color: #e2e1dd;
	position:relative;
	width:100%;
	height:100%;
}

div#projectbox
{
	position: relative;
	top: 15px;
	left: 15px;
	width: 954px;
	height:360px;
	
	overflow: auto;
}

div#projectbox table
{
	padding: 0px;
	margin: 0px;
}

div#projectbox td
{	
	padding: 0px;
	margin: 0px;
	
	width: 315px;
	heihgt: 158px;
}

div.projectdiv
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 315px;
	heihgt: 158px;
}

div.projectflash 
{
	position: absolute;
	top:120px;
	
	height:40px;
	width: 135px;
	left: 90px;
	
	z-index:1;
	
	padding:0px;
	margin:0px;
	
	background-color: #fff;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

div.projectname
{
	font-family:tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	
	position: absolute;
	top: 128px;
	left: 0px;
	width: 315px;
	
	z-index:2;
}
