html,body 
	{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height: 1.4;
	font-family: Arial, sans-serif;
	font-size:14px;
	color:#999999;
	background:#333333;
	background-repeat: repeat-x;
	}
p	
	{
	text-align:justify;
	margin-top:6px;
	}	
a
	{
	text-decoration:none;
	}		
a:hover
	{
	text-decoration:none;
	}	
h1
	{
	line-height: 1.4;
	font-family: Arial, sans-serif;
	font-size:22px;
	color:#00ACAC;
	}
.header
	{
		font-family: Arial, sans-serif;
		font-size:34px;
		color:#ffffff;
	}
	.header a
		{				
		font-size:14px;
		text-decoration:none;
		color:#00ACAC;
		background:#333333;
		margin:2px 2px 2px 2px;
		padding:2px 4px 2px 4px;
		}		
	.header a:hover
		{
		font-size:14px;
		text-decoration:none;
		color:#ffffff;
		background:#00e1e1;
		}
	/*frame level=============================*/
#frame
 	{
	background:#333333;
	width:640px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	}	
#content
 	{
	margin:20px 20px 20px 20px;
	}

	/*project level=============================*/
.project
	{
	margin:0px 0px 0px 0px;
	padding:20px 0px 20px 0px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #111111;
	}
.project img{
	border: 1px solid #333333;
	}	
.project a
	{				
	font-size:14px;
	text-decoration:none;
	color:#00ACAC;
	background:#444444;
	margin:2px 2px 2px 2px;
	padding:2px 4px 2px 4px;
	
	border-top: 1px solid #666666;
	border-bottom: 1px solid #222222;
	border-left: 1px solid #666666;
	border-right: 1px solid #222222;
	}		
.project a:hover
	{
	font-size:14px;
	text-decoration:none;
	color:#cccccc;
	background:#555555;
	}
.project p
	{
	margin:5px 0px 5px 0px;
	padding:5px 0px 5px 0px;
	}
.project h3
	{	
	font-size:18px;
	font-weight: bold;
	text-decoration:none;
	color:#00ACAC;
	line-height:2;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
.pipe
 	{
	font-weight: normal;
	color:#666666;
	}
.linkTitle{
	font-weight: bold;
	}
	/*footer level=============================*/
#footer
 	{
	margin:10px 0px 10px 0px;
	padding:10px 0px 10px 0px;
	text-align:center;
	}
#footer a
	{
	color:#666666;
	margin:0px 10px 0px 10px;
	padding:0px 0px 0px 10px;
	text-decoration:none;
	}
#footer a:hover
	{
	color:#cccccc;
	margin:0px 10px 0px 10px;
	padding:0px 0px 0px 10px;
	text-decoration:none;
	}
	
/* slide effect css ==========================*/
.boxgrid{ 
	width: 605px; 
	height: 150px; 
	/*margin:10px;*/ 
	float:left; 
	overflow: hidden; 
	position: relative; 
}
	.boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
	}
	.boxgrid p{ 
	
	}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #ffffff; 
	height: 150px; 
	width: 100%; 
	
	opacity: .8;
	/* For IE 5-7 */
	/*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	/*-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";*/
	
}

.captionfull .boxcaption {
	top: 260;
	left: 0;
}
.caption .boxcaption {
	top: 220;
	left: 0;
}