
/** font **/

html, body, ul, li, h1, h2, h3, h4 {
	top: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

h1{
	font-family: MS Sans Serif;
	font-size: 16px;
	color: #000000;
}

h2{
	font-family: MS Sans Serif;
	font-size: 14px;
	color: #000000;
}

h3{
	font-family: MS Sans Serif;
	font-size: 12px;
	color: #000000;
}

h4{
	font-family: MS Sans Serif;
	font-size: 10px;
	color: #000000;
}

img {
	border: 0px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

/** body **/

body {
	background: #000000;
	width: 1000px;
	height: 100%;
	text-align: center;
	font: 10px: MS Sans Serif;
	margin: auto;
}
#body {
	background: url('img_bg/middle-1.gif') repeat-y;
	position: relative;
	float: center;
	color: #000000;
	width: 1000px;
	top: 0px;
	bottom: 0px;
}

/** head **/

#head {
  background: url('img_bg/head-1.gif');
  position: relative;
  float: center;
  width: 1000px;
  height: 130px;
  top: 0px;
  left: 0px;
  color: #ffffff;
}
#head-inner {
  margin: 0px 0px 0px 0px;
  float: center;
  width: 1000px;
  height: 130px;
  padding-right: 0px;
  overflow: auto;
}

/** tab **/

#tab {
  background: url('img_bg/tab-1.gif');
  position: relative;
  float: center;
  width: 1000px;
  height: 40px;
  top: 0px;
  left: 0px;
  color: #ffffff;
}
#tab-inner {
  margin: 0px 0px 0px 0px;
  float: left;
  width: 1000px;
  height: 40px;
  overflow: auto;
}

/** footer **/

#foot {
  background: url('img_bg/foot-1.gif');
  position: relative;
  float: center;
  text-align: right;
  width: 1000px;
  height: 130px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  color: #ffffff;

}
#foot-inner {
  position: relative;
  float: center;
  margin: 5px 5px 5px 5px;
  overflow: auto;
}

