/*
Title: CSS Template Default Hosting Template Version 2.0

Author: James Deathe
        JaR Design Services Ltd.
        jar-design.com
Date: 2008-05-03
Purpose: CSS Style Sheet for the website jar-design.com
*/

/*--- Debugging ---*/
* {
/*
  outline: 1px solid;
  outline-color: invert;
*/
  }

/*--- General Settings ---*/
* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  }
body {
  font-family: "Courier New", Courier, mono;
  font-style: normal;
  background-color: #555555;
  color: #cccccc;
  width: 100%;
  margin: auto;
}
.centre {
	margin: auto;
	text-align: center;
}
#outer {
  width: 100%;
  margin: auto;
}
#inner {
  width: 100%;
  margin: auto;
}
#content {
  font-size: 12px;
  font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica, sans-serif;
  color: #888888;
  text-align: left;
  /*width: 780px;*/
  width: 600px;
  margin: auto;
}
#services {
  font-size: 15px;
  /*background-color: green;*/
  /*width: 300px;
  margin: auto;*/
}
#services ul {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5em;
}
.monospace {
  font-family: "Courier New", Courier, mono;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  color: #ff6e00;
  text-align: center;
  letter-spacing: 0.1em;
}
.monospace h1 {
  font-size: 40px;
  line-height: 200px;
  white-space: nowrap;
}
.smallprint {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #999999;
  text-align: right;
  padding-right: 20px;
  letter-spacing: 2px;
}
.mailto {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #999999;
  text-align: center;
  /*padding-top: 150px;*/
  padding-bottom: 20px;
  letter-spacing: 2px;
}
.mailto a {
  color: #4169e1;
  text-decoration: none;
}
#footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #888888;
  border-top-color: #000000;
  border-top-style: groove;
  border-top-width: 2px;
  margin: 0 10px;
}
.hostlink {
  text-align: right;
  padding: 3px 10px;
}
.hostlink a {
  color: #888888;
  text-decoration: none;
}
div.foot_left {
  width: 49%;
  float: left;
}
div.foot_right {
  width: 49%;
  float: right;
}

