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

html {
height:100%; 
border:0;
margin:0; 
padding:0;  
overflow:hidden;
}

#header {
	position:absolute;
	top:0;
	left:0;
	height:100px;
	width:100%;
	display:block;
	z-index:3;
	overflow:hidden;
	background-color:#9966CC;
	background-image:url(/images/background.jpg);
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
}

#right {
	position:absolute;
	top:100px;
	bottom:50px;
	right:0;
	width:150px;
	z-index:2;
	margin:0;
	padding:0;
	overflow:auto;
	background-color:#0000FF;
	background-image:url(/images/background.jpg);
	color: #FF0000;
}
* html #right {
height:100%;
top:0;
bottom:0;
border-top:100px solid;
border-bottom:50px solid;
}

#left {
position:absolute;
top:100px;
bottom:50px;
left:0;
width:200px;
z-index:2;
margin:0; 
padding:0; 
overflow:auto;
background-color:#FF0000;
background-image:url(/images/background.jpg);
}
* html #left {
height:100%;
top:0;
bottom:0;
border-top:100px solid;
border-bottom:50px solid;
}

#content {
	position:absolute;
	top:100px;
	right:150px;
	bottom:50px;
	left:200px;
	z-index:1;
	overflow:auto;
	background-color:#000033;
	color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border: 10px;
}
* html #content {
position:absolute;
height:100%;
width:100%;
top:0;
left:0;
right:150px;
bottom:0;
overflow:auto;   
border-top:100px solid;
border-right:150px solid;
border-bottom:50px solid; 
border-left:200px solid;
}

#footer {
	position:absolute;
	bottom:0;
	left:0;
	height:50px;
	width:100%;
	display:block;
	z-index:3;
	overflow:hidden;
	background-color:#FFFF00;
	background-image: url(/images/flipbackground.jpg);
}

a.navmenu, a.navmenu:visited {
height:25px;
width:100px;
display:block;
margin-left:50px;
background-color:#000000;
color:#FF0000;
border:1px solid #000;
text-align:center;
line-height:25px;}
a.navmenu:hover {
background-color:#000;
color:#fff;
}

a, a:visited {
  font-weight:bold;
  color:#FF0000;
  }

a:hover {
  font-weight:bold;
  color:#FFFFFF;  
  }
  

:link img { border:none; }
:visited img { border:none; }
:active img { border:none; }
