html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body         { background-color: #5A2914; background-image: 
               url('cofe_bgr.jpg'); 
               background-repeat: repeat-x; background-attachment: scroll; 
               font-style: normal; font-variant: normal; font-weight: normal; 
               font-size: 11px; font-family: arial, sans-serif; color: #464544; 
               padding-bottom: 0px;  padding-left: -50px;padding-bottom: 0px; background-position: 0% }
/** layout **/
#wrapper     { width: 800px; min-height: 900px; _height: 9px; background-image: 
               url('cofe_bgr.jpg'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               position: relative; background-position: 0% }
h1 {
  padding: 25px 0 0 30px;
  font: 32px "arial black", arial, sans-serif;
  color: #151515;
}

h1 em {
  color: #ffffff;
  font-weight: bold;
  font-style: normal;
  position: relative;
  top: -4px;
}

/* nav */

#nav {
  position: absolute;
  top: 0px;
  left: 335px;
  width: 500px;
}
#nav li      { float: left; background-image: 
               url('cofe_bgr.jpg'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               list-style-type: none; line-height: 1.1; padding-left: 10px; 
               padding-right: 20px; padding-top: 45px; background-position: 0% }
#nav span {
  display: block;
  font-size: 28px;
}
#nav a {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

/** topcontent **/

#topcon      { background-image: 
               url('cofe_bgr.jpg'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               width: 427px; position: absolute; top: 105px; left: 338px; 
               color: #fff; background-position: 0% }
#topcon-inner {
  margin: 33px 40px 41px 85px;
  height: 120px;
  overflow: auto;
}
#topcon h2 {
  font-size: 14px;
}

/** Body **/

#content {
  width: 900px;
  position: center;
  color: #fff;
  top: 299px;
  left: 33px;
}
#content a {
  color: #fff;
}
#content a:hover {
  color: #fee;
}
#body {
  border: 0px solid white;
  background-image: 
               url('cofe_bgr.jpg');
  padding: 5px;
 
}

.box {
  float: left;
  width: 195px;
  background-image: 
               url('cofe_bgr.jpg');
  margin-right: 18px;
}
.box-t { background: top url(testing/imagesred/box_t.gif) repeat-x; }
.box-r { background: right url(testing/imagesred/box_r.gif) repeat-y; }
.box-b { background: bottom url(testing/imagesred/box_b.gif) repeat-x; }
.box-l { background: left url(testing/imagesred/box_l.gif) repeat-y; }
.box-tr { background: top right url(testing/imagesred/box_tr.gif) no-repeat; }
.box-br { background: bottom right url(testing/imagesred/box_br.gif) no-repeat; }
.box-bl { background: bottom left url(testing/imagesred/box_bl.gif) no-repeat; }
.box-tl { background: top left url(testing/imagesred/box_tl.gif) no-repeat; }
.box-tl {
  padding: 18px 24px;
}

.box p {
  margin: 1em 0;
}

p.more {
  margin: 0;
}

#hits {
  width: 250px;
}
#hits .box-tl {
  padding-bottom: 22px;
}
#hits ul {
  margin: 1em 0;
}
#hits li {
  list-style: none;
  margin: 0.9em 0;
}
#hits ul a {
  text-decoration: none;
}
#hits ul a:hover {
  text-decoration: underline;
}

#new {
  margin-right: 0;
}
#new .box-tl {
  padding-bottom: 18px;
}
#new p {
  margin-top: 0;
  margin-bottom: 3.6em;
}

#body h2 {
  font-size: 12px;
  text-align: right;
  margin-bottom: 1.5em;
}
#body h3 {
  font-size: 9px;
  color: #FFEA00;
}
#body .more a {
  font-weight: bold;
  text-decoration: none;
}
#body .more a:hover {
  text-decoration: underline;
}
#hr-yellow {
  border-top: 1px solid #FFEA00;
  padding-bottom: 1em;
  margin-top: 1em;
}

/** footer **/
#footer {
  text-align: center;
}
#footer p, #footer ul {
  margin: 0.8em;
}
#footer ul {
  margin-top: 1.2em;
}
#footer li {
  display: inline;
  list-style: none;
}


#central{
 width: 710px;
  position: center;
  color: #fff;
  top: 299px;
  left: 33px;
  }