/*--- Work Presentation Section style ---*/
body.present {
	margin: 0px;
	padding: 0px;
}
#WorkTitle {
	position: realtive;
	width: 610px;
	height: 412;
	margin: auto;
	padding: 0;
}
/*-- category titles --*/
#presTitle {
	position: realtive;	
	background: url('../images/catArt.jpg') no-repeat fixed center; 
	width: 692px;
	height: 540px;
	margin: 0px;
	padding: 0px;
}
h1.present {
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
	text-align: center; 
	letter-spacing: 1px;
	margin-top: 90px;
}
/*-- left panel --*/
#mastLeft {
	position: realtive;
	width: 500px;
	height: 540px;
	margin: 0;
	padding: 0;
	float: left;
}
#title {
	position: realtive;
	width: 499px;
	height: 40px;
	margin: 0 6px 0px;
	padding: 0;
	text-align: left;
	float: left;
}
#image {
	position: realtive;
	width: 499px;
	height: 345px;
	margin-left: 6px;
	padding: 0;
	border-bottom: 1px dotted #222;
	float: left;
}
#inform {
	position: realtive;
	width: 500px;
	height: 135px;
	margin-top: 6px;
	margin-left: 6px;
	padding: 0;
	float: left;
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 500px;
	height: 142px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin-top: 0px;
	padding: 0px;
	float: left;
}
/*----right panel --*/
#mastRight {
	position: realtive;
	width: 172px;
	height: 494px;
	margin: 40px 0 6px 12px;
	padding: 0;
	border-left: 1px dotted #222;
	float: left;
}
#addNav {
	position: realtive;
	width: 164px;
	height: 344px;
	margin-left: 8px;
	padding: 0;
	border-top: 1px dotted #222;
	border-bottom: 1px dotted #222;
	float: left;
}
#role {
	position: realtive;
	width: 156px;
	height: 147px;
	margin-left: 8px;
	float: left;
}
/*--- classes ---*/
h1 {
	font: normal 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	line-height:1em; 
}
h2 {
	font: bold .6em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
	letter-spacing:.2em;
	padding: 1.2em 0 .4em 0;
	border-bottom:1px dotted #bbb;
}
h3 {
	font: bold .6em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-transform:uppercase;
	letter-spacing:.2em;
	padding: 0 0 .4em 0;
	border-bottom: 1px dotted #aaa;
}

p {
	font: normal .8em/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding-right:2px;
}

ul {
	font: normal .8em/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	list-style-type: square;
	padding-left: 0;
	margin-left: 1.3em;
}

a:link img {
	border:1px solid #fff;
	padding:0;
	margin:0;
}

a:hover img {
	border:1px solid #f00;
	padding:0;
	margin:0;
}

a:visited img {
	border:1px solid #00f;
	padding:0;
	margin:0;
}