@charset "UTF-8";
/* CSS Document */

html, body {
	background-color:yellow;
	margin: 0;
	padding: 0;
	}

#page-container {	     
	height: 100%;
	}

#title {
    width: 250px;
    height: 50px;
	position: absolute;
    top: 10px;
    left: 10px;
}

#temporary {
	position:absolute;
	top:50%;
	height:240px;
	left:50%;
	width:50%;
	margin-left:-250px;
	margin-top:-120px;
	z-index:-1;


	}
	

	
#workdescription {
	background: transparent;
	padding-top: 10px;
	float: left;
	position: absolute;
	left: 350px;
	top: 0px;
	width: 650px;
	height: 200px;
	vertical-align:top;
	z-index: +1
	}
	 
#workimages {
	padding-top: 210px;
	position: absolute;
	float: left;
	padding-left: 350px;
	top: 0px;
	bottom: 0px;
	overflow-x: hidden;
	overflow-y: scroll;
}
	
#workmenu {
     position: absolute;
     bottom: -4px;
     left: 10px;
     width: 250px;
     height: 500px;
	 vertical-align:bottom;
	 }
	 
#imagecontainer {
    float: left;
	background: transparent;
	width: 650px; 
	overflow: hidden;
	padding-bottom: 10px;
}

#fullwidthimagecontainer {
	floatpadding-bottom:10px;
	width:100%;
	;
	}

#twoimagecontainerleft {
     width: 320px;
	 height: 452px;
	 padding-right:10px;
	 float:left;
	 }
 
#twoimagecontainerright {
     width: 320px;
	 float:right;
	 }
	 
	#workmenucontent {
	position: absolute;
	bottom: 0;
	}
	  
BODY, TD {
	font-family:"Helvetica","Arial","Monaco", "sans serif";
	font-size: 12px;
	letter-spacing:1px;
	line-height: 16px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	color:black;
}
	
A {
	padding-bottom:0px;
	border-bottom-width:1px;
	border-bottom-style:transparent;
	text-decoration:none;
	color:black;
	padding-bottom:1px;
	margin-bottom:1px;
	line-height: 18px;

}
	
A:hover {
	color:black;
	padding-bottom:0px;
	border-bottom-color:red;
	border-bottom-width:1px;
	border-bottom-style:solid;
	text-decoration:none;
	margin-bottom:1px;
	padding-bottom:1px;
}

.indentedtitle {
	text-indent: 10px;
	}
	
.category  {
	text-indent: 10px;
	padding-bottom:0px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	text-decoration:none;
	color:black;
	padding-bottom:1px;
	margin-bottom:1px;
	line-height: 18px;	}
	

	