                                                                                       

body {
  text-align: center;
  text-align: left;
  width: 900px;
  margin: 15px auto;
  padding:0;
  background: url(/images/background.gif) repeat-y center top;
  background-color: #EFEFEF;
}


img { border: 0; }

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
  position: relative;
}

a { color: #000; }
a:visited { color: #666; }
a:hover {   }


#content, h2 {  
  text-align: left;  
}


#title { height:120px; margin: 0 auto; text-align: center; }
#title h1 { margin:0; padding:0; color:white; font-size: 40px; display:none; }


#menu{
  background: #ffffff url(/images/menu.gif) no-repeat;	
  position:absolute;
  top:80px;
  left:10px;
  width: 890px;
  height:30px;
}

#menu ul {
  position: relative;
  margin: 0;
  padding: 5px 0 5px 15px;
  list-style-type: none;
}

#menu li {
  float:left;
  margin: 0px 1px 0px 1px;
  padding:0 0 0 5px;
  height:20px;
}

#menu a {
  margin: 0;
  padding: 0px 15px 8px 6px;
  height:20px;
  text-decoration:none;
  font-weight:bold;
  color:white;
}


#submenu{
  background: #ffffff url(/images/submenu.gif) no-repeat;	
  position: relative;
  top:-10px;
  left:-10px;
  width: 880px;
  height:30px;
}

#submenu ul {
  position: relative;
  margin: 0;
  padding: 5px 0 5px 15px;
  list-style-type: none;
}

#submenu li {
  float:left;
  margin: -2px 1px 0px 1px;
  padding:0 0 0 5px;
  height:20px;
}

#submenu a {
  margin: 0;
  padding: 0px 15px 8px 6px;
  height:20px;
  text-decoration:none;
  font-weight:bold;
  font-size: 12px;
  color: white;
}

input, textarea {
  border: 1px solid #777;
  margin: 1px 5px 1px 0;
}
#notice, #message, #warning {
  position: relative;
  top: 0px;
  width: 95%;
  padding: 0px 0px 0px 10px;
  margin-left: -5px;
}
#notice {
  background-color: #98D08E;
  border: 1px solid #225619;
}
#warning {
  background-color: #D09C8E;
  border: 1px solid #731E07;
}

#content {
  margin: 0 20px 0 20px;
}

#content h2 {
  padding: 0 0 5px 5px;
  font-size:   18px;
  border-bottom: 3px solid #0a0160;
}
#presentation{
  position: absolute;
  top: 140px;
  left: 20px;
  margin-left: 0px;
  margin-right: 450px;
  background:url(/images/demo-background.gif) no-repeat left top;
  margin: -25px 0 0 -10px;
  width: 730px;
  height: 243px;
}

#summary {
  padding: 30px 320px 20px 20px;;
  font-style: italic; 
  font-family: Times New Roman, Times, serif;
  font-size:   22px;
  line-height: 30px;
  text-align: justify;
  color: white;
}

#demo {
  position:absolute;
  left:440px;
  top:20px;
  width: 220px;
  margin: 0;
}
#adsense {
  position: absolute;
  right: 20px;
  top: 117px;
}

#home-choice {
  position: absolute;
  top: 370px;
}
#install {
  width: 420px;
  float: left;
}

#scriptHeader {
  font-weight: bold;
  font-size:   12px;
  padding: 5px 0 5px 0;
  margin: 0;
}

#script {
  width:100%;
  height:55px;
  font-size: 12px;
  padding: 5px 0 5px 0;
  background-color: #f0f0f0;
  border: 2px solid black;
  padding: 9px 1px 7px 1px;
  margin: 0 -5px 0 5px 0;
}

#register {
  margin-left: 440px;
  width:400px;
}

#register-button {
  width:100%;
  background-color: #f0f0f0;
  border: 2px solid black;
  font-size: 15px;
  text-align: center;
  padding: 5px;
  margin: 0 -5px 0 5px 0;
}
#register-button a {
  color: black;
  font-weight: bold;
}

.historic {
  border-top: 1px solid grey;	
  border-left: 1px solid grey;	
}
.historic .last {
  width:100%;
}
.historic th{
  background-color: #0a0160;
  color: white;
}
.historic td, .historic th{
  border-bottom: 1px solid grey;	
  border-right: 1px solid grey;	
  padding: 2px;
}
