html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: Blue;
}
a:hover {
	color: Red;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body 
{
	font: 11px tahoma, sans-serif;
	color: #464544;
	padding-bottom: 10px;
}

/** layout **/
#wrapper {
	width: 678px;
	min-height: 750px;
	_height: 750px;
  position: relative;
}

h1 {
  padding: 25px 0 0 30px;
  font: 32px "tahoma black", tahoma, 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: 275px;
  width: 600px;
}
#nav li {
  float: left;
  background: url(images/nav_left.gif) no-repeat;
  list-style: none;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 45px;
  line-height: 1.1;
}
#nav span {
  display: block;
  font-size: 28px;
}
#nav a {
  color: Blue;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

#nav a:hover {
	color: Red;
}

/** topcontent **/

#topcon {
  background: url(images/topcon-5003.gif) no-repeat;
  width: 487px;
  position: relative;
  top: 5px;
  left: 350px;
  color: #fff;

}
#topcon-inner {
  margin: 3px 40px 41px 85px;
  height: 120px;
  overflow: auto;
}
#topcon h2 {
  font-size: 10px;
}

#topcon a {
  color: Blue;
  font-size: 12px;
  font-weight: bold ;
  text-decoration: none;
}

#topcon a:hover {
	color: Red;
	  font-size: 14px;
    text-decoration: underline;
}

/** Body **/

#content {
  width: 825px;
  position: relative;
  color: #fff;
}
#content a {
  color: Blue;
}
#content a:hover {
  color: Red;
}

#body {
  background: #901315;  
  padding: 3px;
}

#body2 {
  border: 2px solid white;
  background: #901315;  
  padding: 3px;
  height:280px;
}

.box {
  float: left;
  width: 185px;
  background: #730F11;
  margin-right: 5px;
  margin-top: 5px;
}

.box2 {
  float: left;
  width: 240px;
  background: #730F11;
  margin-right: 5px;
  margin-top: 5px;
}

.box3 {
  float: left;
  width: 400px;
  
  background: #730F11;
  margin-right: 5px;
  margin-top: 5px;
}

.box4 {
  float: left;
  width: 230px;
  height: 410px;
  background: #730F11;
  margin-right: 0px;
  margin-top: 0px;
}

.box-t { background: top url(images/box_t.gif) repeat-x; }
.box-r { background: right url(images/box_r.gif) repeat-y; }
.box-b { background: bottom url(images/box_b.gif) repeat-x; }
.box-l { background: left url(images/box_l.gif) repeat-y; }
.box-tr { background: top right url(images/box_tr.gif) no-repeat; }
.box-br { background: bottom right url(images/box_br.gif) no-repeat; }
.box-bl { background: bottom left url(images/box_bl.gif) no-repeat; }
.box-tl { background: top left url(images/box_tl.gif) no-repeat; }

.box-tl {
  padding: 15px 15px;
}

.box p {
  margin: 1em 0;
}

p.more {
  margin: 0;
}

#hits {
  width: 240px;
}
#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: left;
  margin-bottom: 1em;
}

#body2 h2 {
  font-size: 12px;
  text-align: left;
  margin-bottom: 1em;
}

#body h3 {
  font-size: 9px;
  color: #FFEA00;
}
#body .more a 
{
  color: Blue;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}
#body .more a:hover {
	color: Red;
  font-size: 13px;
  text-decoration: underline;
}
#body .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;
}

