html {
height:100%; 
max-height:100%; 
padding:0;
margin:0; 
border:0; 
background:#fff; 
font-size:76%; 
font-family:georgia, palatino linotype, times new roman, serif;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}

body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	font-family: 'Trebuchet MS';
}

#content {
	overflow:auto;
	position:absolute;
	z-index:3;
	top:125px;
	bottom:50px;
	background:#fff;
	text-align: left;
	width: 100%;
	
}

#subcontent{
	padding: 5px;
}

#site{
width: 300px;
padding: 10px;
}

#site h4{
	margin-bottom: 0;
}


* html #content {
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	max-height:100%;
	width:100%;
	overflow:auto;
	position:absolute;
	z-index:3;
	border-top:125px solid #fff;
	border-bottom:50px solid #fff;
}

#header {
	position:absolute;
	margin:0;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:125px;
	font-size:10pt;
	z-index:5;
	overflow:hidden;
	color:#000;
}





#head {
	margin:0;
	display:block;
	width:100%;
	height:100px;
	background:url(images/header.jpg) #fff;
	background-position:0 0;
	background-repeat:repeat-x;
	z-index:5;
	overflow:hidden;
	color:#000;
}

#menu {
	margin:0;
	display:block;
	width:100%;
	height:25px;
	background:url(images/menu.jpg) #fff;
	background-position:0 0;
	background-repeat:repeat-x;
	z-index:6;
	overflow:hidden;
	color:#000;
}

#footer {
	position:absolute;
	margin:0;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	height:50px;
	font-size:1em;
	z-index:5;
	overflow:hidden;
	background:#31B6B5 url('images/footer.jpg') repeat-x;
	color:#fff 0% center;
}

#foot{
	margin: 15px;
	text-align: center;
}

#content p {
	padding:10px;
}

#overlay{
    z-index: 1000;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background: #000;
	width: 100%;
	height: 100%;
}

#overlay2{
    z-index: 1001;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}


#overlay3{
    z-index: 1001;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background: #fff;
	width: 100%;
	height: 100%;
}


#error{
    z-index: 1001;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}


#errorBOX{
	overflow: hidden;
	background: #999;
	width: 200px;
	height: 100px;
}

.bold {
	font-size:1.2em;
	font-weight:bold;
}

dd {display:none;}

a.nav, a.nav:visited {
	margin-left:50px;
	display:block;
	width:100px;
	height:25px;
	background:#aaa;
	color:#eee;
	border:1px solid #000;
	text-decoration:none;
	text-align:center;
	line-height:25px;
}

a.nav:hover {
	background:#000;
	color:#fff;
}

.dangererror{
	font-size: 30pt;
	font-weight: bold;
	margin-bottom: 100px;
}