/* CSS Document */
body, html{
	height: 100%;
}
body{
	margin: 0px;
	background-color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #e37222;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #cdcdce;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	
}
ul{
	padding: 0px;
	margin: 0px;
}
p{
	margin: 10px 0px 0px 0px;
}
a{
	color: #4f2991;
	outline: none;
}
img{
	behavior: url("/_scripts/pngbehavior.htc");
	border: none;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#outerWrapper{
	position: relative;
	width: 858px;
	margin: 0 auto 0 auto;
	height: 100%;
	vertical-align: middle;
}
#page_logo{
	position: absolute;
	left: 17px;
	top: -47px;
	z-index: 800;
}
#tr img, #br img, #bl img{
	display: block;
	float: left;
}
#tr{
	position: absolute;
	left: 450px;
	top: -8px;
	width: 400px;
	height: 9px;
	overflow: hidden;
}
#br{
	position: absolute;
	left: 482px;
	top: 479px;
}
#bl{
	position: absolute;
	left: 17px;
	top: 479px;
}
#edit_link{
	position: absolute;
	left: 860px;
	top: 9px;
	font-weight:bold;
	font-size: 10px;
}
#edit_link a{
	color: #e37222;
	text-decoration: none;
}


#innerWrapper{
	position: absolute;
	top: 50%;
	margin-top: -262px;
	left: 0px;
	width: 844px;
	height: 465px;
	background-image:url(../_images/page_bg.gif);
	padding: 7px;
}
#quicklinks{
	position: absolute;
	left: 9px;
	top: 240px;
	width: 150px;
	z-index: 210;
}
#quicklinks img{
	display: block;
	float: left;
	margin-bottom: 2px;
}

#content{
	position: absolute;
	left: 159px;
	top: 10px;
	width: 690px;
	height: 460px;
	overflow: hidden;
}