﻿#container {
margin-left:auto;
margin-right:auto;
width:950px;
min-height: 100%;
height: 100%;
}

#header {
width:950px;
height:400px;
position:absolute;
background: url(images/top_bg.jpg) no-repeat;
}

#content {
width:950px;
background-image: url(images/content_SECONDARY.png);
background-repeat:no-repeat;
padding-top:70px;
height: auto;
position:absolute;
z-index:4000;
margin-top:220px;
}

.transparent
{
   filter:alpha(opacity=60); 
   -moz-opacity: 0.6; 
   opacity: 0.6; 
}

/* BEGIN FLOATING NAVIGATION BAR */

div#navigation {
position: fixed;
bottom: 0;
left: 50%;
width:950px;
height:78px;
z-index: 5000;
margin: 0px 0px 0px -475px;
float: left;
}

* html div#navigation {position: absolute;
top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop
+(documentElement.clientHeight-this.clientHeight) 
: document.body.scrollTop
+(document.body.clientHeight-this.clientHeight));
}

/* END FLOATING BOTTOM NAVIGATION BAR */



#calendar{
width:300px;
float:left;
height:100%;
position: relative;
}

#content_inner{
width:355px;
float:left;
padding-bottom:88px;
padding-left:5px;
position: relative;
top: 0px;
}

#monitor{
width:250px;
float:right;
padding-left:30px;
margin-bottom:100px;
}

#logo {
width:300px;
height:78px;
float:left;
}

img{
border:0;
}