
body {
	margin:0;
	padding:0;
	background:#eaecee;
	text-align:center;
	font-family:verdana, sans-serif;
	font-size:13px;
}
td {font-size:13px;}
a {color:#952718;}
a img {border:0;}
/* IE7 Hack Start */
div[id$="head"] { height:140px }
div[id$="head"]:not([class="xxx"]) {height:140px }
.head {height:145px}
/* IE7 Hack End */
#head {
  height:145px;
  border-top:2px solid #fff;
  background:url(../img/head.jpg) no-repeat top center;
}

#head a span {display:none;}
#head a {
  position:absolute;
  display:block;
  height:100px;
  width:250px;
  border:0px solid;
}

h1 {
  margin:10px 0;
  font-size:15px;
}

#main {
  height:420px !important;
  height:450px;
  padding-top:30px !important;
  background:url(../img/main.jpg) no-repeat top center;
}

.inner {
  position:relative;
  width:902px;
  text-align:left;
  margin:0 auto;
}

.nav {
  width:179px;
  margin:75px 0 0 0;
  float:left;

}

.nav a {
  font-weight:bold;
  font-size:15px;
  color:#000;
  text-decoration:none;
  display:block;
}

.nav ul {
  margin:0;
  padding:0;
  list-style-type: none;
}

.nav li {
  padding:0 0 0 20px;
  margin-bottom:4px;
  background:url(../img/arrow_black.gif) no-repeat;
  background-position:10px 7px;
}
.nav li li {
  margin-top:4px;
  background:none !important;
}

.nav .act {
  background:url(../img/arrow_red.gif) no-repeat;
  background-position:10px 7px;
}
.nav .act a, .nav .act .act a {color:#952718;}
.nav .act li a {color:#000;}

.rootline {
  position:absolute;
  top:-24px;
  left:210px;
}

.rootline a {
  color:#fff;
  text-decoration:none;
}

/* IE7 Hack Start */
div[id$="content"] { margin:0 0 0 200px; }
div[id$="content"]:not([class="xxx"])  {margin:0 0 0 20px;}
.content { margin:0 0 0 200px;}
/* IE7 Hack End */
#content {

  padding:0 10px 20px 0;
  height:360px !important;
  height:380px;
  overflow:auto;
}

.foot {
  clear:both;
  margin:11px 5px 0 0;
  text-align:right;
  color:#fff;
  font-size:10px;
  font-weight:bold;
}

.foot a {
  color:#fff;
  font-size:10px;
  font-weight:bold;
  text-decoration:none;
}
.foot a:hover {text-decoration:underline;}
	
