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: #3A0404 url(images/) repeat-x;
	color: #464544;
	padding-bottom: 10px;
	font-family: arial, sans-serif;
	font-size: 12px;
}

/** layout **/

#outer-wrapper {
	background: url(images/wrapper-bg.jpg) repeat-x;
	width: 778px;
	height: 732px;
	margin:auto;
}


#wrapper {
	margin:auto;
	position:relative;
	width: 778px;
	min-height: 750px;
	height: 750px;
	background-image: url(images/headera1.jpg);
	background-repeat: no-repeat;
}

h1 {
  padding: 25px 0 0 30px;
  font: 33px "arial black", arial, sans-serif;
  color: #151515;
}

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

/* nav */

#navMenu {
	margin:0;
	padding:0;
}

#navMenu ul {
	margin:0;
	padding:0;
}

#navMenu li {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	position:relative;
	background:#000;
}

#navMenu ul li a {
	text-align:left;
	text-decoration:none;
	height:20px;
	width:87px;
	display:block;
	color:#FFF;
	border:2px solid #000;
}

#navMenu ul ul {
	position:absolute;
	visibility:hidden;
	top:24px;
}

#navMenu ul li:hover ul {
	visibility:visible
}

#navMenu li:hover {
	background:#000;
}

#navMenu ul li:hover ul li a:hover {
	background:#CCC;
	color:#FFF;
}

#navMenu a:hover {
	color:#000;
}

/** topcontent **/

#topcon {
	width: 427px;
	position: absolute;
	top: 96px;
	left: 336px;
	color: #fff;
	border-top-color: #009;
	border-right-color: #009;
	border-bottom-color: #009;
	border-left-color: #009;
	background-repeat: no-repeat;
	height: 139px;
}
#topcon-inner {
	margin: 33px 40px 41px 85px;
	height: 120px;
	overflow: auto;
}
#topcon h2 {
  font-size: 14px;
}

/** Body **/

#content {
	width: 390px;
	position: absolute;
	color: #FFF;
	top: 125px;
	left: 12px;
	border-top-color: #0CF;
	border-right-color: #09C;
	height: 144px;
	background-color: #000000;
}
#content a {
  color: #fff;
}
#content a:hover {
  color: #fee;
}
#body {
	border: 3px solid white;
	padding: 18px;
	background-color: #000;
}

.box {
	float: left;
	width: 195px;
	margin-right: 18px;
	background-color: #000;
}
.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: 13px 18px;
}

.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: 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;
}
#body .hr-yellow {
  border-top: 1px solid #FFEA00;
  padding-bottom: 1em;
  margin-top: 1em;
}

/** footer **/
#footer {
	text-align: center;
	color: #FFF;
}
#footer p, #footer ul {
  margin: 0.8em;
}
#footer ul {
  margin-top: 1.2em;
}
#footer li {
  display: inline;
  list-style: none;
}
#outer-wrapper #wrapper #topcon #topcon-inner h2 {
	font-family: Verdana, Geneva, sans-serif;
}
#outer-wrapper #wrapper #topcon #topcon-inner h2 {
	font-family: Courier New, Courier, monospace;
}
#outer-wrapper #wrapper #topcon #topcon-inner h2 {
	font-family: Courier New, Courier, monospace;
}
#outer-wrapper #wrapper #topcon #topcon-inner h2 {
	font-family: Times New Roman, Times, serif;
}
#wrapper #navMenu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
}
