
/** 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: 14px;
	color: #0000ff;
}

h2{
	font-family: MS Sans Serif;
	font-size: 12px;
	color: #000000;
}

h3{
	font-family: MS Sans Serif;
	font-size: 10px;
	color: #000000;
}

h4{
	font-family: MS Sans Serif;
	font-size: 8px;
	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: #ffffff;
	width: 980px;
	text-align: center;
	font: 10px: MS Sans Serif;
	margin: auto;
}
#body {
	background: url('') repeat-y;
	position: relative;
	float: center;
	color: #ffffff;
	width: 980px;
	height: 100%;
}

/** top **/

#top {
  background-image: url('athai_images/athai_head.gif');
  position: relative;
  float: left;
  width: 980px;
  top: 0px;
  left: 0px;
  color: #000000;
}
#top-inner {
  margin: 0px 0px 0px 0px;
  height: 120px;
  overflow: auto;
}

/** tab **/

#tab {
  background-image: url('');
  position: relative;
  float: left;
  width: 980px;
  top: 0px;
  left: 0px;
  color: #000000;
}
#tap-inner {
  margin: 0px 0px 0px 0px;
  height: 100%;
  overflow: auto;
}

/** t_left **/

#t_left {
  background-image: url('');
  position: relative;
  float: left;
  width: 230px;
  top: 0px;
  left: 0px;
  color: #000000;
}
#t_left-inner {
  margin: 0px 0px 0px 0px;
  height: 100%;
  overflow: auto;
}
#t_left h3{
  font-size: 10px;
  padding-left: 10px;
  padding-right: 5px;
}
#t_left a:hover {
  line-color:#ff00ff;
}

/** t_mid **/

#t_mid  {
  background-image: url('');
  position: relative;
  float: left;
  width: 460px;
  top: 0px;
  left: 0px;
  color: #000000;
}
#t_mid-inner {
  margin: 0px 0px 0px 0px;
  height: 100%;
  overflow: auto;
}
#t_mid  h3 {
  font-size: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
#t_mid  a:hover {
  line-color:#ff00ff;
}

/** t_right **/

#t_right  {
  background-image: url('');
  position: relative;
  float: right;
  width: 230px;
  top: 0px;
  left: 0px;
  color: #000000;
}
#t_right-inner {
  margin: 0px 0px 0px 0px;
  height: 100%;
  overflow: auto;
}
#t_right  h3 {
  font-size: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
#t_right  a:hover {
  line-color:#ff00ff;
}

/** t_mid **/

#t_mid  {
  background-image: url('');
  position: relative;
  float: left;
  width: 460px;
  top: 0px;
  left: 0px;
  color: #000000;
}
#t_mid-inner {
  margin: 0px 0px 0px 0px;
  height: 100%;
  overflow: auto;
}
#t_mid  h3 {
  font-size: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
#t_mid  a:hover {
  line-color:#ff00ff;
}

/** foot **/

#footer {
	background-image: url('athai_images/athai_foot.gif');
	font: 12px: MS Sans Serif;
	position: relative;
  	width: 980px;
	float: left;
	color: #ffffff;
	text-align: center;
	top: 0px;
	bottom: 5px;
    	left: 0px;
}

#footer-inner {
  margin: 0px 0px 0px 0px;
  height: 60px;
  overflow: auto;
  padding-left: 50px;
  padding-right: 10px;

}