html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #efa119;
}
a:hover {
	color: #cc8f24;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	font: 11px arial, sans-serif;
	color: #464544;
}

body2 {
	font: 11px arial, sans-serif;
	color: #464544;
}

/** layout **/
#wrapper {
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-repeat: repeat-y;
	background-position: left top;
	width: 900px;
	min-height: 800px;
	_height: 1125px;
	position: relative;
	height: 0;
	top: 0;
	left: -15;
}

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: 0px;
	left: 1;
}

/* nav */

#nav {
	position: absolute;
	top: 0px;
	left: 348px;
	width: 500px;
	height: 67px;
}
#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: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

/** topcontent **/

#topcon {
  background: url(test.png) no-repeat;
  width: 427px;
  position: absolute;
  top: 55px;
  left: 329px;
  color: #fff;
}
#topcon-inner {
  margin: 25px 35px 35px 35px;
  height: 120px;
  overflow: auto;
}
#topcon h2 {
  font-size: 14px;
}

/** Body **/

#content {
	width: 710px;
	position: absolute;
	top: 234px;
	left: 22px;
}
#content a {
  color: #e38623;
}
#content a:hover {
  color: #e38623;
}
#body {
	border: 3px solid white;
	padding: 18px;
	background-color: #000000;
	background-image: none;
}

#body2 {
	border: 3px solid white;
	padding: 18px;
	background-color: #000000;
	background-image: none;
}

#ka {
	border: 0px solid white;
	padding: 18px;
	background-color: #000000;
	background-image: none;
}

.box {
  float: left;
  width: 195px;
  background: #383838;
  margin-right: 18px;
}
.box-t { background: top url(7.png) repeat-x; }
.box-r { background: right url(5.png) repeat-y; }
.box-b { background: bottom url(8.png) repeat-x; }
.box-l { background: left url(6.png) repeat-y; }
.box-tr { background: top right url(4.png) no-repeat; }
.box-br { background: bottom right url(1.png) no-repeat; }
.box-bl { background: bottom left url(2.png) no-repeat; }
.box-tl { background: top left url(3.png) no-repeat; }

.box-tl {
  color: #ffffff;
  padding: 13px 18px;
}

.box p {
  margin: 1em 0;
}

p.more {
  margin: 0;
}

#Toons {
  width: 453px;
}

#Toon {
	margin-right:0px;
	width: 668px;
	padding: 0px;
	float: none;
}

#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;
}
#footer p, #footer ul {
  margin: 0.8em;
}
#footer ul {
  margin-top: 1.2em;
}
#footer li {
  display: inline;
  list-style: none;
}
