html {
  background: url('images/bgfade.png') top center repeat-x #4D6FA8;
  font-size: 75%;
}

body {
  margin: 14px;
  font-family: Verdana, Arial, Sans;
  color: #333;
}

img {
  border: 0px;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #024A98;
}

a:hover {
  text-decoration: underline;
}

h1 {
  margin: 0px;
  padding-bottom: 8px;
  font-size: 1.5em;
}

h2 {
  padding-bottom: 8px;
  margin: 0px;
  font-size: 1.3em;
}

h3 {
  padding-bottom: 8px;
  margin: 0px;
  font-size: 1.1em;
}

p {
  padding-bottom: 8px;
  margin: 0px;
  color: #444;
}

hr {
  height: 1px;
  border: 0px;
  background: #bbb;
  margin-bottom: 10px;
}

#content {
  margin: 0 auto 0 auto;
  width: 700px;
}

#header {
  position: relative;
  height: 108px;
  background: url('images/header.png') top center no-repeat;
}

#header #logo {
  margin: 5px 0 0 10px;
}

#header h1 {
  position: absolute;
  right: 30px;
  top: 1px;
  margin: 0px;
  padding: 0px;
  font-size: 70px;
  font-family: Tahoma, Arial, Sans;
  color: #000;
}

#header #buttons {
  position: absolute;
  bottom: 0px;
  left: 107px;
}

#header .button {
  float: left;
  background: url('images/button.png') top center no-repeat;
  width: 80px;
  height: 20px;
  margin: 0 1px 0 0;
  padding: 0px;
}

#header .button a {
  float: left;
  width: 80px;
  font-size: 12px;
  color: #333;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
}


#main {
  background: #fff;
  padding: 18px 14px 14px 14px;
  position: relative;
}

.rightimage {
  float: right;
  margin: 0 0 10px 10px;
  border: solid 1px #777;
}

.post {
  border-bottom: dashed 1px #ddd;
  margin-bottom: 5px;
}

#sidebar {
  float: right;
  width: 180px;
  background: #f1f1f1;
  border: dashed 1px #ccc;
  margin: 0px 0px 5px 5px;
  padding: 5px;
}

#sidebar h2 {
  font-size: 10px;
  padding: 0px;
  margin: 10px 0px 0px 0px;
}

#sidebar ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

#sidebar ul ul ul {
  padding-bottom: 10px;
}

#searchform {
  margin-top: 10px;
}

#searchform #s,#searchsubmit {
  font-size: 10px;
}

#footer {
  height: 18px;
  background: url('images/footer.png') bottom center no-repeat;
  color: #555;
  padding-top: 5px;
  font-size: 9px;
  text-align: center;
}

#footer a {
  color: #555;
  text-decoration: none;
  font-weight: bold;
}

img.horzbullet {
	vertical-align: middle;
}

img.featureimage { 
	border: 1px solid #666666; 
	vertical-align: top;
}

ul.featurelist {
	list-style: none;
	margin: 0;
	padding: 0;
}

li.feature {
	background-image: url(images/arrowbullet.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}

ul.buttonlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

li.button {
	background-image: url(images/bugsmall.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}

table.nice {
	border-collapse: collapse;
	border-width: 1px;
	border-color: black;
	border-style: outset;
}

td.nice, td.nicenumber, th.nice {
	border-width: 1px;
	border-color: gray;
	border-style: inset;
}

td.nicenumber {
	text-align: right;
}


