div#center {
  position:         relative;
/*  left:             50%;*/
  left:             auto;
  right:            auto;
  top:              0;
  bottom:           0;
  width:            1003px;
  height:           100%;
/*  margin-left:      -501px;*/
  margin-left:      auto;
  margin-right:     auto;
  vertical-align:   top;
}

html>body div#center {
  height:           auto;
}

div#logo {
  position:         absolute;
  left:             0;
  top:              0;
  width:            1003px;
  height:           109px;
  text-align:       center;
  vertical-align:   middle;
}

div#topMenu {
  position:         absolute;
  top:              109px;
  left:             0;
  height:           26px;
  line-height:      26px;
  width:            1003px;
}

div#leftMenu {
  position:         absolute;
  left:             0px;
  top:              135px;
  width:            168px;
}

div#content {
  margin:           0px 256px 0 178px;
  padding-top:      144px;
  /*height:           459px;*/
height:           520px;
  width:            569px;
}

html>body div#center div#content {
  padding:          144px 0 26px 0;
  height:           auto;
  min-height:       407px;
}

/*
div#subcontent {
  position:         absolute;
  height:           auto;
  width:            645px;
  left:             0;
  right:            184px;
  top:              0;
}
*/

div#ticker,  div#events {
  position:         absolute;
  margin:           0;
  left:             757px;
  right:            0;
  width:            246px;
    height:           15em;
}

div#ticker div,  div#events div{
  padding:          3px 10px 3px 10px;
}

div#jobs {
  display:          none;
  visibility:       hidden;
}

div#ticker {
  top:              135px;
}



div#events {
  top:              250px;
}

#logoImg {
  float:            left;
}

#status {
  height:           26px;
  background:       transparent; /* Safari */
}

/*
html>body div#center div#status {
  margin-top:       7px;
}
*/

#statusMain {
  float:            left;
  width:            571px;
  margin-left:      177px;
}

#statusRight {
  float:            right;
  width:            246px;
}

#statusMain, #statusRight {
  height:           26px;
  padding-top:      4px;
}
#status, #statusMain, #statusRight {
	height:						26px;
}

#statusMain {
	margin-left:			88px;
}

html>body #center #status #statusMain {
	margin-left:			176px;
}
