* html #wrapper {
  	background-image: url(../images/element/header.jpg);
	z-index: 0;
}

* html #header {
  position: absolute;
  top: 0px;
  left: 243px;
  width: 535px;
  height: 279px;
  margin-top: 31px;
  z-index: 10;
}

* html #left {
	position: relative;
	left: 9px;
	top: 32px;
	width: 234px;
	z-index: 20;
}

* html #logo h1{
	padding-top: 17px;
}

* html #right{
	width: 470px;
	padding-left: 270px;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 9px solid #486E7F;
	
}

* html #footer{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: none;
}

* html #copyright{border: none !important;padding: 6px 0 0 0;}

* html #footerline{display: none;}

* html #nav {
	background: #2A2A2A;
}

* html #nav a{
	background: none !important;
}

* html #nav li {
  background: none !important;
  border: none;
}

* html #nav ul .active ul {
  background: none;
}

* html #nav ul ul a{color: #ccc !important;}
* html #nav ul ul li.active a{color: #ccd052 !important;}

