html {
height:100%; 
max-height:100%; 
padding:0;
margin:0; 
border:0; 
background:#333333; 
font: .8em/1.3em arial,helvetica,sans-serif;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}

body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
}

#header {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:20%;
	z-index:5;
	overflow:hidden;
	background-color:#fco;
}
	

#flashcontent {
	overflow:auto;
	position:absolute;
	width:100%;
	height:80%;
	z-index:3;
	top:90px;
	bottom:32px;
	background:#333333;
}

* html #flashcontent {
	top:90px;
	left:0;
	right:0;
	bottom:0;
	height:80%;
	max-height:480px;
	width:100%;
	overflow:auto;
	position:absolute;
	z-index:3;
	border-top:38px;
	border-bottom:32px;
}

#content {
	overflow:auto;
	position:absolute;
	width:750px;
	height:80%;
	z-index:3;
	top:100px;
	bottom:32px;
	background:#fff;
	margin-left:45px;
}

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

#foot {
	position:absolute;
	margin:0;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	height:36px;
	z-index:5;
	overflow:hidden;
	clear:both;
}
	
div#footer {
    padding: 10px;
    text-align: center;
    background-color:#333333;
    color: #ffffff;
}	
	
	
	.selected {
	color:#ffffff;
	font-weight:bold;
	font-size:1.2em;
	}
	
	.p_selected {
	color:#fff;
	font-weight:bold;
	font-size:1em;
	}
	
	
	a {
	color: #f90;
	text-decoration: none;
	}
	
	a:hover {
	color: #f90;
	text-decoration: underline;
	}
	
	a.email {
	color: #f60;
	text-decoration: none;
	}
	
	a.email:hover {
	color: #f60;
	text-decoration: underline;
	}
	
	#contact {
		text-align:center;
		width: 100%;
		height: 68%;		
	}
