/*********** LAYOUT STUFF **************/
html {
	height:100%;
	
	max-height:100%;
	
	padding:0;
	margin:0;
	
	border:0;
	
	font: 10pt "Trebuchet MS", Arial, Verdana, "sans serif";
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden;
	
	/* */ 
}

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

#uber-uber-container {
	height: 100%;
	width: 100%;
	text-align: center;
	background: white;
}

#uber-container {
	position: relative;
	height: 100%;
	width: 990px;
	margin: 0 auto;
	text-align: left;
	overflow: auto;
	background: #F2DBAA;
}

#content {
	overflow:auto;
	position:absolute;
	z-index:3;
	top:169px;
	bottom:25px;
	left:150px;
	right:261px;
	background: white;
}

#content-inner {
	padding: 0 5px;
}

* 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:169px solid #FDE977;
	border-bottom:25px solid #FDE977;
	border-left:150px solid #FDE977;
	border-right:261px solid #FDE977;
}


#head {
	position:absolute;
	margin:0;
	top:0;
	left:0;
	display:block;
	width:100%;
	z-index:5;
}

#foot {
	position:absolute;
	margin:0;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	height:50px;
	z-index:5;
	overflow:hidden;
	background:rgb(76,76,76);
	color:#FDE977;
}

#left {
	position:absolute;
	left:0;
	top:169px;
	bottom:25px;
	width:150px;
	z-index:4;
	overflow:auto;
	background: #F2DBAA;
}

* html #left {
	height:100%;
	top:0;
	bottom:0;
	border-top:169px solid #FDE977;
	border-bottom:25px solid #FDE977;
	color:#000000;
}

#right {
	position:absolute;
	right:0;
	top:169px;
	bottom:25px;
	width:260px;
	z-index:4;
	overflow: hidden;
	background: #F2DBAA;
}

* html #right {
	height:100%;
	top:0;
	bottom:0;
	border-top:169px solid #FDE977;
	border-bottom:25px solid #FDE977;
	color:#000000;
}

#bottom {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        text-align: center;
        z-index: 5;
}

#bottom p, #bottom marquee {
        height: 19px;
        background: #A11F27;
        color: yellow;
        font-weight: bold;
        margin: 0;
        padding: 2px 0 1px 0;
        font-size: 13px;
}


.column-in {
	margin: 0;
	padding: 5px;
}

.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

.logo-container {
	height: 122px;
	text-align: center;
}


