html {
  height: 100%;
  margin-bottom: 1px;
}

body {
  background: url("images/bg.gif") center fixed;
  color: #FFFF00;
  margin: 0;
  font-family: "verdana","univers","arial","sans-serif";
  font-size: 12px;
  text-align: center;
}

div#contentbg {
  background: url("images/contentbg.png") repeat-y;
  width: 750px;
  margin: 0 auto 0 auto;
  padding: 0;
}

div#header {
  background: url("images/auroratitle.png");
  width: 750px;
  height: 180px;
  margin: 0 auto 0 auto;
  padding: 0;
  text-align: center;
}

div#footer {
  background: #0000FF url("images/footerbg.png") no-repeat;
  overflow: hidden;
  width: 750px;
  height: 30px;
  margin: 0 auto 0 auto;
}

div#footertext {
  position: relative;
  top: +7px;
  font-size: 9px;
  color: #FFFFFF;
}

p {
  margin: 7px 30px 14px 30px;
  text-align: justify;
}

p.summary {
  text-align: center;
}

span.date, span.status {
  float: right; 
  font-size: 11px;
  font-style: italic;
  margin: 5px 10px 5px 10px;
  text-align: right;
}
  
a:link {
  text-decoration: none;
  color: #FFFFCC;
}
a:visited {
  text-decoration: none;
  color: #FFFF66;
}
a:active {
  text-decoration: underline;
  color: #FFFFFF;
}
a:hover {
  text-decoration: underline;
  color: #FFFFCC;
}

div#footer a:link {
  color: #FFFFFF;
}

div#footer a:visited {
  color: #FFFFFF;
}

div#footer a:active {
  color: #FFFFFF;
}

div#footer a:hover {
  color: #FFFFFF;
}

ul#menu {
  position: relative;
  top: +145px;
  width: 640px;
  height: 28px;
  text-align: center;
  margin: 0 auto 0 auto;
}

* html ul#menu {
  left: -20px;
}

ul#menu li {
  list-style: none;
  display: inline;
  vertical-align: middle;
  width: 100px;
  height: 28px;
  font-size: 12px;
  color: #000000;
}

ul#menu a, ul#menu span {
  float: left;
  width: 100px;
  height: 23px;
  padding-top: 5px;
  color: #000000;
}

* html ul#menu a, * html ul#menu span { /* IE hack */
  height: 28px;
}

ul#menu span {
  background: url("images/menubutton2.png");
  color: #FFFFFF;
  font-weight: bold;
}

ul#menu a:link, ul#menu a:visited {
  background: url("images/menubutton.png");
}

ul#menu a:hover {
  background: url("images/menubutton_hilight.png");
}

ul#menu a:active {
  background: url("images/menubutton.png");
  height: 22px;
  padding-top: 6px;
}

* html ul#menu a:active {
  height: 27px;
}

ul#menu div {
  clear: left;
}

h1 {
  background: url("images/h1bg.png") repeat-x;
  font-size: 18px;
  text-align: left;
  margin: 30px 20px 15px 20px;
  padding-left: 10px;
}

* html h1 {
  margin-top: 10px;
}

h2 {
  background: #000099;
  font-size: 14px;
  text-align: left;
  margin: 20px;
  padding-left: 10px;
}

h3 {
  font-size: 14px;
  text-align: left;
  margin: 20px;
  padding-left: 10px;
}

blockquote {
  font-size: 14px;
  font-variant: small-caps;
  font-weight: bold;
}

dt {
  margin: 0 0 0 30px;
  text-align: left;
}

dd {
  margin: 0 0 20px 30px;
  padding-left: 4em;
  text-align: left;
  font-style: italic;
}

dd em {
  font-style: normal;
}

table.projectinfo {
  margin: 0 0 0 30px;
  text-align: left;
}

table.projectinfo td.item {
  font-weight: bold;
  font-style: normal;
}

table.projectinfo td.definition {
  font-style: italic;
}


div.totop {
  margin: 0 30px 0 0;
  text-align: right;
  height: 5px;
}

div.totop_last {
  margin: 0 30px 0 0;
  text-align: right;
  height: 40px;
}

img {
  padding: 0;
  margin: 0;
  border: 0;
}

body#popup {
  background: url("images/popupbg.png") center;
}

body#popup ul#menu {
  top: 0px;
  height: 28px;
  width: 100px;
  float: right;
  margin-right: 20px;
}

body#popup p {
  text-align: center;
}

div.shoot {
  float: left;
  width: 150px;
  margin: 5px 0px 15px 30px;
}

* html div.shoot {
  position: relative;
  left: -30px;
}

div.shootend {
  clear: left;
}

.screenshot {
  float: left;
  width: 250px;
  text-align: center; 
}

.screenshot p {
  text-align: center;
}

.screenshot1 {
  float: left;
  width: 750px;
  text-align: center; 
}

.screenshot1 p {
  text-align: center;
}

div.shotend {
  clear: left;
}

.download {
  margin-right: 30px;
  text-align: right;
}

div.clearright {
  clear: clearright;
}


