#content {  
  height: 100%;
  min-height: 100%;
  width: 100%;
  text-align: left;
}

#content,
#width {
  max-width: 1000px;
  margin: 0 auto;
}
#header {
  position: relative;
  height: 193px;
}

#header #title {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 130px;

  padding: 5px;
  text-align: right;
}
#header img.logo {
  position: absolute;
  z-index: 1;

  top: 30px;
  left: 0;
}


#mainMenu { 
  float: left;
  width: 100%;
  clear: both;  
}

#mainMenu ul {
  margin: 0;
  padding: 0;
}

#mainMenu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainMenu li a {
  float: left;
  margin: 0 2px;
  padding: 5px 0.5em;

  font: 400 1.5em "trebuchet ms", serif;
  text-decoration: none;
  color: #FFF;
}

#mainMenu li a:hover,
#mainMenu li a.here {
  color: #FFF;
  border-top: 5px solid #000;
}

#mainMenu li a.last {
  margin-right: 0;
}

#page {
  float: left;
  width: 100%;
  clear: both;
   background-color:#999 ; -moz-border-radius: 15px; -webkit-border-radius: 15px; border: 1px solid #000; padding: 10px;
  padding-bottom: 4em;
}

#footer {
  float: left;
  width: 100%;
  clear: both;
  
  margin-top: -3.8em;
  background: #000 url(../images/bg/footer.jpg) repeat-x top left;
}

/* Sets the width of the footer content */
#footer #width {
  position: relative;
  z-index: 3;
  font-size: 0.85em;
  padding-top: 27px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}


.clear {
  clear: both;
}

.block {
  display: block;
}

.small {
  font-size: 0.8em;
}

.green {
  color: #A1FF45;
}

.red {
  color: #EA1B00;
}

.grey {
  color: #666;
}

.grey a {
  color: #999;
}

.grey a:hover {
  color: #EEE;
}

.gradient {
  margin-bottom: 2em;
  background: #555 url(../images/bg/gradient.jpg) repeat-x bottom left; 
}
