html, body{	height:100%	}

#fullheight{ height:100% }

img { border-style: none; }
	
img, div, a, input { behavior: url(iepngfix.htc) }


body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	margin: 0;
	padding: 0;
	background-color: #000000;
	}

#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 900px;
     height: 565px;
     margin-top: -283px; /* half of the height */
     margin-left: -450px; /* half of the width */
     border: 1px solid #333333;
     }

#boxfull {
	background-image: url(../img/bg2.jpg);
	width: 900px;
	height: 565px;
	padding: 0px;
	}

#boxfullold {
	background-image: url(../img/Plop_Archive_Home.jpg);
	width: 900px;
	height: 565px;
	padding: 0px;
	}



a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #009900;
	text-decoration: none;
	}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #009900;
	text-decoration: none;
	}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #009900;
	text-decoration: underline;
	}

#shadowbox_title {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 45px;
    padding: 0;
    overflow: hidden;
    text-align: right;
	}

#shadowbox_title_inner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 34px;
	font-size: 16px;
	line-height: 16px;
	white-space: normal;
	padding: 15px;
	color: #FFFFFF;
	text-align: right;
	}

.wireframemenu {
	text-align: right;
	position: absolute;
	top: 113px;
	right: 30px;
	border: 0px solid #C0C0C0;
	border-bottom-width: 0;
	width: 200px;
	}

* html .wireframemenu { /*IE only rule. Original menu width minus all left/right paddings */
	width: 200px;
	}

.wireframemenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}

.wireframemenu a {
	font: bold 13px Verdana;
	padding: 0px 0px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #595959;
	text-decoration: none;
	border-bottom: 0px solid #C0C0C0;
	}

.wireframemenu a:visited {
	color: #595959;
	}

html>body .wireframemenu a { /*Non IE rule*/
	width: auto;
	}

.wireframemenu a:hover {
	background-image: url(../img/hover.png);
	color: black;
	}

.boxarchive {
	border-left: 0px solid #999999;
	width: 101px;
	height: 58px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 0px;
	}

* html .boxarchive { /*IE only rule. Original menu width minus all left/right paddings */
	width: 101px;
	}

.boxarchive ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}

.boxarchive a {
	font: bold 13px Verdana;
	padding: 0px 0px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #595959;
	text-decoration: none;
	border-bottom: 0px solid #C0C0C0;
	}

.boxarchive a:visited {
	color: #595959;
	}

html>body .boxarchive a { /*Non IE rule*/
	width: auto;
	}

.boxarchive a:hover {
	background-image: url(../img/question.png);
	color: black;
	}

.boxarchiveold {
	border-left: 0px solid #999999;
	width: 181px;
	height: 118px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 0px;
	}

* html .boxarchiveold { /*IE only rule. Original menu width minus all left/right paddings */
	width: 181px;
	}

.boxarchiveold ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}

.boxarchiveold a {
	font: bold 13px Verdana;
	padding: 0px 0px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #595959;
	text-decoration: none;
	border-bottom: 0px solid #C0C0C0;
	}

.boxarchiveold a:visited {
	color: #595959;
	}

html>body .boxarchiveold a { /*Non IE rule*/
	width: auto;
	}

.boxarchiveold a:hover {
	background-image: url(../img/archivehover.png);
	color: black;
	}

#pflow {
  position: absolute;
  top: 220px;
  left: 50px;
  height: 300px;
  width: 800px;
  
}


