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;
}

p {
	margin-top:8px;
	margin-bottom:8px;
}

body {
	background: #000000 url(../../images/pagebg.png) repeat-x;
	background-attachment:fixed;
	font: 11px arial, sans-serif;
	color: #000000;
	padding-bottom: 10px;
}
td,th {
	font-size: 11px;
}

/** layout **/

#wrapper {
	/*background: url(../../images/header.jpg) no-repeat;*/
	margin:auto;
	position:relative;
	width: 900px;
	min-height: 400px;
	height: 400px;
}

#logo {
	position:absolute;
	left: 11px;
	top: 11px;

}

#header {
	background:url(../../images/head_bk.png) no-repeat;
	position:absolute;
	left: 0px;
	top: 17px;
	width:900px;
	height:160px;
}

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: 138px;
	left: 11px;
	width: 780px;
}
#nav li {
  float: left;
  background: url(../../images/nav_left.gif) no-repeat;
  list-style: none;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 5px;
  line-height: 1.1;
}
#nav span {
  display: block;
  font-size: 22px;
}
#nav a {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
#nav a:hover {
  color: #FFb0b0;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}


/** Body **/

#content {
	width: 900px;
	position: absolute;
	color: #fff;
	top: 209px;
	left: 0px;
}
#content a {
  color: #fff;
}
#content a:hover {
  color: #fee;
}
#body {
	position:relative;
	border: 3px solid white;
	background: #A01010;
	padding: 0px;
	height:100%
}

.box {
	position:absolute;
	float: left;
	background: #730F11;
	margin-right: 20px;
	margin-bottom:20px;
}

.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:20px;
}

.box p {
	margin-top:12px;
	margin-bottom:10px;
}

.box li {

  list-style:circle;
  margin-left:20px;
  padding-bottom: 10px;
  padding-top: 0px;
  line-height: 1.1;
 }
.box ul{
	line-height:0;
	}
.box h2 {
	font-size: 12px;
	text-align: right;
	margin-bottom: 20px;
}
.box h2 a{
	text-decoration:none;
}
.box h2 a:hover{
	text-decoration:underline

}

.box h3 {
  font-size: 9px;
  color: #FFEA00;
}
.subheading {
  font-size: 9px;
  color: #FFEA00;
  margin-bottom:10px;

}

#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 {
	color:#CCCCCC;
  text-align: center;
  padding-bottom:10px;
}
#footer p, #footer ul {
  margin: 7px;
}
#footer ul {
  margin-top: 20px;
}
#footer li {
  display: inline;
  list-style: none;
}
#footer a{
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}
.shadow{
	box-shadow: 10px 10px 30px #000000;
	-webkit-box-shadow: 10px 10px 30px #000000;
	-moz-box-shadow: 10px 10px 30px #000000;
	}
.shadowbig{
	box-shadow: 15px 15px 50px #000000;
	-webkit-box-shadow: 15px 15px 50px #000000;
	-moz-shadow: 15px 15px 50px #000000;
	}
.shadowsmall{
	box-shadow: 5px 5px 15px #000000;
	-Webkit-box-shadow: 5px 5px 15px #000000;
	-moz-box-shadow: 5px 5px 15px #000000;
	}