/* page styles */

body,
html {
  margin: 10;
  padding: 0;
  color: #333;
  background: #eee;
  font-family: Helvetica-neue, Helvetica, Arial, sans-serif;
  line-height: 17px;
  letter-spacing: -0.7px;
  
}

h2 {
  margin-top: 10px;
}

a {
  color: #0ad;
  text-decoration: none;
}

/* main wrapper */

#wrapper {
  width: 925px;
  margin: 0 auto;
  background: #fff;
  padding-top: 10px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}

/* header */

#header {
  background: #fff;
  padding-left: 15px;
  height: 33px;
}

/* header title image swap */

#header h1 {
  background-image: url("../images/omarlee.png");
  background-repeat: no-repeat;
  height: 33px;
}

#header span {
  display: none;
}

#bug {
  position: relative;
  right: -783px;
  top: -34px;
  }
  
#bug a img {
	text-decoration: none;
	border: 0 none;
	}
  
  
/* nav */

#nav {
  width: 895px;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -0.8px;
  background: #fff;
  padding: 15px 10px 13px 15px;
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav li {
  display: inline;
  margin: 0;
  padding-left: 0;
  padding-right: 30;
}

#nav li a:hover {
  text-decoration: none;
  color: #f30;
}

#nav #current a {
  color: #333;
  font-weight: bold;
}

/* main column */

#main {
  width: 895px;
  clear: both;
  font-family: Helvetica-neue, Helvetica, Arial, sans-serif; 
  background: #fff;
  padding-top: 0px;
  padding-bottom: 20px;
  border-top: 1px solid #eaeaea;
  margin-left: 15px;
  margin-right: 15px;
}

#main h1 {
  font-size: 20px;
  padding-top: 15px;
}

#main h2 {
  font-size: 18px;
  padding-top: 20px;
}

#main h3 {
  font-size: 13px;
  padding-bottom: 3px;
}

#main p {
  color: #666;
  font-size: 13px;
  line-height: 18px;
}

#main p a:hover {
  color: #f30;
}

#doublebox {
  width:400px;
  margin-left: 0px;
  float: left;
  display: inline;
  padding-right: 40px;
}

#triplebox {
  width: 270px;
  margin-left: 0px;
  float: left;
  display: inline;
  padding-right: 20px;
}

#pagebox {
  width: 398px;
  padding-left: 5px;
}

/* footer */

#footer {
  font-family: Helvetica-neue, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0px;
  color: #999;
  clear: both;
  background: #fff;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-top: 1px solid #eaeaea;
}

