@import url("http://www.smackjeeves.com/templates/default/default_jumpbox.css");

body 
{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  background: url("http://www.smackjeeves.com/templates/elegance/images/superbg.png");
  color: #370106;
  font-family: arial, tahoma, verdana, sans-serif;
  text-align: justify;
}

#container {
  width: 835px;
  height: 100%;
  margin-left: 146px;
}


#header {
  margin: 0;
  padding: 0 10px;
  width: 825px;
  border-bottom: 30px solid black;
  padding: 0px 10px;
}
#left {
  position: absolute;
  width: 190px;
  float: left;
  background: #fee89d;
  color: #370106;
  font-family: arial, tahoma, verdana, sans-serif;
  font-size: x-small;
  padding: 5px;
  margin: 5px;
  text-align: justify;
}

#center {
  margin-left: 140px;
  margin-right: 5px;
  float: right;
  font-size: small;
  background: #fee89d;
  padding: 5px;
  width: 610px;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

p {
  font-size: small;
  text-align: justify;
}

a:link, a:visited, a:active {
  color: #b35c6d;
  font-family: garamond, times new roman, sans-serif;
  font-size: small;
}

a:hover {
  color: #4F2F4F;
  font-family: garamond, times new roman, sans-serif;
  font-size: small;
}

a.menu {
  display: block;
  border-bottom: 1px dashed #B35C6D;
  font-style: normal;
  line-height: normal;
  font-family: verdana, georgia, sans-serif;
  text-decoration: none;
  background: #fff1c3;
  font-weight: bold;
  padding: 2px;       
}
   
   html>body #menu a  {
 /*Non IE rule*/
width: auto;
}

a.menu:hover {
   background: #b35c6d;
}

a img {
	border: none;
}

h1 {
  font-family: georgia, times new roman, sans-serif;
  margin-bottom: 0px;
  padding: 0px;
  font-size: 50px;
}

h2 {
  font-family: trebuchet ms, georgia, garamond, sans-serif;
  margin-bottom: 0px;
  font-size: small;
  background: #ecc486;
  padding: 2px 4px;
  color: #CF8C24;
}

h3 {
  font-family: trebuchet ms, georgia, garamond, sans-serif;
  margin-bottom: 0px;
  font-size: medium;
  color: #4F2F4F;
  border-bottom: double 2px;
}

h4 {
  font-family: trebuchet ms, georgia, garamond, sans-serif;
  margin-bottom: 0px;
  font-size: small;
}
h5 {
  font-family: trebuchet ms, georgia, garamond, sans-serif;
  margin-bottom: 0px;
}

h6 {
  font-family: trebuchet ms, georgia, garamond, sans-serif;
  margin-bottom: 0px;
}

hr {
  width: 80%;
  height: 3px;
  color: #cc2916;
}

blockquote, tr, input {
  background: #fff1c3;
  color: #370106;
  font-family: arial, tahoma, verdana, sans-serif;
  font-size: small;
  border: 1px solid black;
  padding: 5px;
  text-align: justify;
}

b, strong {
  font-weight: bold;
  font-family: georgia, arial, sans-serif;
  font-size: x-small;
  color: #b35c6d;
}