body{
	margin: 0;
}
#portfolio_overlay{
	background: #434d66;
	position:fixed;
	top:0;
	left: 0;
	width:3000px;
	height: 2000px;
	border:1px solid;
	z-index: 99;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	display:none;
}

#box{
	position: absolute;
	z-index: 100;
	background: url(../images/portfolio_box_bg.png) repeat-y;
	width: 830px;
	height: 600px;
	top: 150px;
	left: 50%;
	margin: 0 0 0 -415px;
	display:none;
}

#box_top_ie, #box_bot_ie{
	display: none;
}

#box_top{
	background: url(../images/portfolio_box_top.png) no-repeat top center;
	width: 820px;
	height:25px;
	position: relative;
	top: -24px;
	left: 2px;
}

#box_bot{
	width: 820px;
	height:27px;
	background: url(../images/portfolio_box_bot.png) no-repeat top center;
	position: absolute;
	bottom: -26px;
	left:2px;
}

#image{
	margin: -20px 0 0 40px;
}

#link1, #link2, #link3{
	height:145px;
	width: 179px;
	position: absolute;
	top:22px;
	right: 58px;
	background:#000000;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}

#link2{
	top:183px;
}

#link3{
	top:348px;
}

#port_para{
	width: 700px;
	margin: 0 auto;
	color:#000000;
	padding-top: 20px;
}

#port_title{
	font-size: 1.2em;
	font-weight:bold;
}

#close1, #close2{
	position: absolute;
	right: 50px;
	color:#660000;
	font-weight: bold;

}

#close1{
	top: 0;
}

#close2{
	bottom: 0;
}

#first, #second, #third, #fourth{
	float: left;
	margin-bottom: 15px;
}

#first{
	margin-bottom: 15px;
}

#first, #third{
	padding-right: 3px;
}

#second, #fourth{
		padding-left: 3px;
}




#portfolio_title{
	margin: 10px 0 5px 0;
}

#portfolio{
	width: 750px;
}

.closelink a, .closelink a:active, .closelink a:focus, .closelink a:hover, .closelink a:link{
	color:#660000;
	font-weight: bold;
	text-decoration:none;
}