body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	color: #000;

	background-color: #ffffff;

        background-image: url("../images/gradient.gif");
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: repeat-x;
}

#head {
	height: 40px;
	padding-left: 80px;
	padding-top: 20px;
	font-weight: bolder;
	font-size: 2em;
	background: url(../images/logo.gif) 0 0 no-repeat;
	margin-left: 5px;
}
#container {
	position: absolute;
}
#center {
	margin-left: 150px;
}
#left {
	position: absolute;
	left:0;
	width: 150px;
}

#menu a, #menu a:visited {
  position:relative;
  text-decoration:none; 
  text-align:center; 
  background-color:#9ab; 
  color:#fff; 
  display:block; 
  width:10em; 
  border:2px solid #fff;
  border-color:#def #678 #345 #cde;
  padding:0.25em;
  margin:0.5em auto;
  }

#menu a:hover {
  top:2px;
  left:2px;
  color:#fff;
  border-color:#345 #cde #def #678;
}

.content {
	position: absolute;
	margin-left: 330px;
	width: 450px;
	padding: 0px 10px 10px 10px;
}
.content p {
	margin-bottom: 1em;
	margin-left: 10px;
}

.content a {
	text-decoration: none;
	color: #000080;
	font-weight: bold;
}

ul#version li {
	margin-bottom: 1em;
	}

ul#version {
	display: none;
	}

#usage {
	display: none;
	}
	
#showhide_usage, #showhide_version {
	background: url(../images/plus.gif) center right no-repeat;
	padding-right: 18px;
	}


.index {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #ffffff;
	text-align: center;

        background-image: url("../images/gradient.gif");
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: repeat-x;
	}

			
.sitelink {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	height: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bolder;
	font-size: 2em;	
	text-decoration: none;
	}

.textsmall {
	font-size: 9px;
	color: #999999;
	}
