html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

/* Standard layout div's */

#topLeft {
	background:#FFFFCC url(../images/bgTopLeft.gif) repeat-y scroll right bottom;
	height:5%;
	left:0;
	position:fixed;
	top:0;
	width:140px;
	z-index:0;
}

#left {
	background:#FFFFCC url(../images/bgLeft.gif) repeat-y scroll right top;
	bottom:25px;
	left:0;
	margin-left:0;
	margin-right:95%;
	position:fixed;
	top:5%;
	width:140px;
}


#bottomLeft {
	background:#FFFFCC url(../images/bgBottomLeft.gif) repeat-y scroll right top;
	bottom:0;
	height:25px;
	left:0;
	position:fixed;
	width:140px;
	z-index:0;
}

#header {
	background:#FFFFCC url(../images/bgTop.gif) repeat-x scroll center bottom;
	height:5%;
	left:140px;
	position:fixed;
	right:5%;
	z-index:0;
}
#header h1 {
	margin: 0;
}
#centerPanel {
	background-color:#FFFFCC;
	height:100%;
	left:140px;
	overflow:hidden;
	position:fixed;
	right:5%;
	top:5%;
	z-index:0;
}
#centerPanel h2 {
	margin-top: 0;
}

#headerLayer{
	z-index: 1;
	width: 100%;
	height: 125px;
	background: white url(../images/Landscape-anim.gif) top left;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;	
}

#titleDiv {
	position: fixed;
	left: 100px;
	top: 5%;
	background-repeat:no-repeat;
	vertical-align:top;
	height: 125px;
	display:block;
	clear:both;
}

#logo{
	width: 100px;
	left: 160px;
	position: fixed;
}

#logoText{
	font-size: 60px;	
	position: fixed;
	left: 260px;
	margin-top: 16px;
}

#content{
	bottom:25px;
	left:140px;
	margin-top:125px;
	overflow:auto;
	padding-left:20px;
	padding-right:3px;
	position:fixed;
	right:5%;
	top:5%;
	width:auto;
}

#footer {
	background:#FFFFCC url(../images/bgBottom.gif) repeat-x scroll center top;
	bottom:0;
	height:25px;
	margin-left:140px;
	margin-right:5%;
	position:fixed;
	width:100%;
	z-index:0;
}

#footerText {
	font-size:12px;
	left:-140px;
	position:relative;
	text-align:center;
	top:8px;
}

#topRight {
	top: 0;
	right: 0;
	width: 5%;
	height: 5%;
	position:fixed;	
	background: #FFFFCC url(../images/bgTopRight.gif) repeat-y scroll left bottom;
	z-index: 0;	
}

#right {
	background:#FFFFCC url(../images/bgRight.gif) repeat-y scroll left top;
	height:100%;
	left:0;
	margin-bottom:5%;
	margin-left:95%;
	margin-right:0;
	position:fixed;
	top:5%;
	width:5%;
	z-index:1;
}


#bottomRight {
	background:#FFFFCC url(../images/bgBottomRight.gif) repeat-y scroll left top;
	bottom:0;
	height:25px;
	position:fixed;
	right:0;
	width:5%;
	z-index:2;
}

/* Layers on top of standard layout div's */



#menuDiv {
	position:fixed;
	left: 5px;
	top: 170px;
	width: 110px;
	height: 320px;
	opacity:0.4;
	background-color: green;
	filter:alpha(opacity=40);
}

#xhtmlLogo {
	bottom:65px;
	left:7px;
	position:fixed;
	z-index:3;
}

#springLogo {
	bottom:5px;
	left:7px;
	position:fixed;
	z-index:3;
}
