
	/* <body> */

body {
	background: url('images/bg-main.jpg') #000000;
	color: #fff;
	margin: 0px auto; }

	/* Main <div> tags */

div#header_container, div#main, div#footer, div#navbar_container {
  width: 95%;
  min-width: 740px;}

div#header_container {
	text-align: center;
  padding: 0px;
	margin: 0px auto 10px auto}

div#header_container {
  background: url('images/bg-header-main.jpg') #000 repeat-x top;
	height: 102px;
	text-align: center;
  padding: 0px;
	margin: 0px auto 10px auto;
}
div#header_content {
    padding: 0px;
    margin: 0px;}

div#header_left {
	background: url('images/bg-header-left.jpg') #000 no-repeat top right;
	float: left;
	height: 102px;
	width: 20px;}

div#header_right {
	background: url('images/bg-header-right.jpg') #000 no-repeat top left;
	float: right;
	height: 102px;
	width: 20px;}

div#main, div#navbar_container {
	margin: 0px auto;}

div#footer {
  margin: 0px 10px;
  padding: 10px 0px 0px 0px;
  clear: both;
  text-align: center;
	color: #ccc;}

div#forum {
  font-size: 0.9em;}

div.stats {
  font-size: 0.8em;}

div.hr {
  background: #666;
  margin: 0px 10px;
  height: 1px;}

	/* Main page content */

div.home, div.home_top, div#content_container {
  margin: 0px auto;
}

div.content_top {
	background: url('images/bg-content-top-left.gif') no-repeat top left;
	padding-right: 0px;
	height: 20px;
	text-align: right;}

.top_right {
	background: url('images/bg-round-top-right.gif') no-repeat top right;
	height: 20px;
	width: 20px;
	float: right}

.bottom_right {
	background: url('images/bg-round-bottom-right.gif') no-repeat top right;
	height: 20px;
	width: 20px;
	float: right}

div.content {
	border-left: 2px #999 solid;
	border-right: 2px #999 solid;
	padding: 0px;
	background: url('images/bg-main.jpg')}

div.content_bottom {
	background: url('images/bg-content-bottom-left.gif') no-repeat bottom left;
	padding: 0px 0px 0px 160px;
	margin: 0px 0px 10px 0px;
	clear: right;
	height: 20px}

div.home .content_bottom {
    clear: none;}

div.home .content_container {
    float: left;
    width: 32%;
    margin-left: 1%;}

	/* Headers */

h1 {
	margin: 0px;
	padding: 0px;}

h2 {
	font: bold 0.8em Verdana, Geneva, sans-serif;
    letter-spacing: 0.09em;
    border-bottom: 1px #777 solid;
	color: #ccc;
    text-align: center;
	margin: 0px 5px;
	padding: 0px 10px}

div.sidebar h2 {
    padding: 0px;
    margin: 0px 10px;}

div#navbar h2 {
    display: none;}

	/* Links */

a {
	color: #c00;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #f00;
	text-decoration: underline;
}

a img {
	border: 0px;
}

div#navbar a {
  color: #f60;
}

div#navbar a:hover {
  color: #fc0;
}

div#navbar li.active a {
  text-decoration: underline;
}

#footer a {
  font-weight: normal;
	color: #666;
}

	/* Paragraphs */

p, li {
	margin: 0px;
  font: 0.8em Verdana, Geneva, sans-serif;
  line-height: 18px;
  letter-spacing: 0.07em;
	padding: 10px;
	text-align: justify;
}

p.home_link {
  font-size: 0.9em;
}

.sidebar p, .ukt_sidebar p {
	text-align: center;
}

div.forum p {
  color: #999;
  font-size: 0.8em;
  text-align: left;
}

#footer p {
  color: #666;
  font: 0.7em Verdana, Geneva, sans-serif;
  letter-spacing: 0.09em;
	text-align: center;
  clear: both;
	padding: 5px;
}

	/* Miscellaneous */

ul {
	margin: 0px;
	padding: 10px 0px 10px 25px;
}

li {
  list-style: none;
  padding: 0px 10px;
}
