body {
	background-color: #000000;
	margin: 12px;
	padding: 0px;
}

* { 
	behavior: url(iepngfix.htc); 
}


img {
	border: 0px;
}



#envelope {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 0px;
}

#title {
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 5;
}

#title_fade {
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 75;
}

#maincontent {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 100%;
	z-index: 25;
	position: absolute;
	top: 50px;
	left: 25px;
}

#veiltop {
	width: 100%;
	height: 10px;
	background-image: url(../images/topveil.png);
	background-position: bottom;
	background-repeat: repeat-x;
	z-index: 50;
	position: fixed;
	top: 0px;
	left: 0px;
}

#veilbottom {
	width: 100%;
	height: 35px;
	background-image: url(../images/bottomveil.png);
	background-position: bottom;
	background-repeat: repeat-x;
	z-index: 50;
	position: fixed;
	bottom: 0px;
	left: 0px;
}

.portfolio_box {
	height: 170px;
	width: 150px;
	margin: 12px 25px 12px 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 0px;
}

.portfolio_image {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 5px;
	padding: 0px;
	width: 150px;
	height: 150px;
}

.portfolio_image_title {
	position: absolute;
	top: 150px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-style: italic;
	height: 20px;
	width: 150px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	text-align: center;
}

.portfolio_image_title:hover {
	background-color: #00CCFF;
	color: #000000;
}

.none {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
}

/*Draggable Boxes Styling*/

#boxes {
		font-family: Arial, sans-serif;
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
#boxes li {
		cursor: move;
		position: relative;
		float: left;
		padding-top: 5px;
		margin: 0px;
	}

/* End of Dragable Boxes Styling*/


