/**************** Pseudo classes ****************/
.MainFont {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	text-indent:0;
}

.HeadingFont {

}

.BottomStripeFont {
	font-size: medium;
	color: #CCCCFF;
	vertical-align:baseline;
}

.style5 {font-size: small}
a:link {
	color: #0000FF;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF3300;
}


/************************* ID's *************************/ 
#TopStripe {
	position:absolute;
	height:61px;
	width:100%;
	top:0px;
	background-image:url(../images/patterns/TopBarPattern.png);
	background-repeat:repeat-x;
	z-index:900;
	visibility:visible;
}

#Wrapper {
	position:absolute;
	height:100%;
	width:805px;
	top:0px;
	left:50%;
	margin-left:-415px;
	z-index:1000;
	visibility: visible;
}

#Menu {
	position:relative;
	width:900px;
	height:61px;
	top:0px;
	background-image:url(../images/patterns/TopBarPattern.png);
	background-repeat:repeat-x;
	z-index:2000;
}

#HeadGraphic {
	position:relative;
	width:805px;
	top:-2px;
	height:173px;
	z-index:3000;
}

#LeftShade {
	position:absolute;
	width:21px;
	height:100%;
	bottom:0px;
	left:25px;
	background-image:url(../images/patterns/LeftShadePattern.png);
	background-repeat:repeat-y;
	z-index:1001;
	visibility: visible;
}

#EditRegion {
	position:fixed;
	width:736px;
	margin-left:-369px;
	left:50%;
	background-color:#FFFFFF;
	overflow:auto;
	text-indent: 15px;
	bottom:39px;
	top:233px;
	z-index:2000;
}

#RightShade {
	position:absolute;
	width:21px;
	height:100%;
	bottom:0px;
	left:783px;
	background-image:url(../images/patterns/RightShadePattern.png);
	background-repeat:repeat-y;
	z-index:1002;
	visibility: visible;
}

#BottomStripe {
	position:absolute;
	height:40px;
	width:100%;
	bottom:0px;
	background-image:url(../images/patterns/BottomBarPattern.png);
	background-repeat:repeat-x;
	z-index:4000;
	visibility: visible;
}

#WorkList {
	position:absolute;
	left:2%;
	height:100%;
	width:250px;
	text-indent:0;
	overflow:auto;
}

#WorkImages {
	position:absolute;
	left:275px;
	top: 15px;
	height:auto;
	width:415px;
	overflow:auto;
	border-color:#333333;
}


