
/** font **/

html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

h1{
	font-family: MS Sans Serif;
	font-size: 10px;
	color: #000000;
}

h2{
	font-family: MS Sans Serif;
	font-size: 9px;
	color: #000000;
}

h3{
	font-family: MS Sans Serif;
	font-size: 8px;
	color: #000000;
}

h4{
	font-family: MS Sans Serif;
	font-size: 7px;
	color: #000000;
}

img {
	border: 0px;
}
a {
	text-decoration: blink;
}
a:hover {
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

/** table **/

body {
	background: #862C59;
	text-align: center;
	font: 10px: MS Sans Serif;
	top: 0px;
}
#wrapper {
	text-align: center;
	margin: auto;
	width: 990px;
}
#body {
	background: url('') repeat-y;
	color: #7D7D9C;
	width: 990px;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

/** tobhead **/

#top {
  background-image: url('');
  position: relative;
  float: center;
  width: 990px;
  top: 0px;
  left: 0px;
  color: #000000;
}
#top-inner {
  margin: 0px 0px 0px 0px;
  height: 125px;
  overflow: auto;
}

/** gbox **/

#gbox {
  background-image: url('');
  position: relative;
  float: left;
  width: 960px;
  top: 0px;
  left: 0px;
  color: #000000;
}
#gbox-inner {
  margin: 10px 0px 0px 0px;
  height: 65px;
  overflow: auto;
  padding-left: 10px;
  padding-right: 10px;
}

/** foot **/

#footer {
	background-image: url('images/footer.gif');
	font: 12px: MS Sans Serif;
	position: relative;
  	width: 970px;
	float: center;
	color: #ffffff;
	text-align: center;
	top: 0px;
    left: 0px;
}

#footer-inner {
	margin: 5px 0px 0px 0px;
	height: 55px;
	overflow: auto;
	padding-left: 0px;
	padding-right: 0px;

