* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;;
}

img { border: none; }
a { color: #2080E0; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
width: 800px;
margin: 0px auto;
}

#iframechat {
width: 535px;
margin: 0px auto;
}

#iframehistory {
width: 733px;
margin: 0px auto;
}

#header {
height: 0px;
}

#header h1 {
padding: 0 0 0 20px;
font-size: 20px;
letter-spacing: -2px;
}
#header h1 a {
color: #33BFEB;
text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;
color: #000;
}
#header h2 {
padding-left: 21px;
font-size: 14px;
color: #666;
font-weight: 100;
}

#top {
background: #fff url(images/top.gif) no-repeat;
padding: 5px 0;
}

#menu {
height: 50px;
line-height: 50px;
background: #33BFEB url(images/menu.gif) no-repeat;
font-size: 12px;
}
#menu ul {
padding-left: 20px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #fff;
padding: 0 10px;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}
#content {
padding: 0px 10px;
background: #fff url(images/content.gif) repeat-y;
}

.right {
float: right;
width: 560px;
text-align: justify;
padding: 0 20px 10px 10px;
}
.right ol {
padding-left: 20px;
}
.right ul {
padding-left: 20px;
list-style-type: square;
}
.right ul a {
color: #00a;
}
.right h1 {
color: #33BFEB;
font-size: 24px;
letter-spacing: 0px;
font-weight: 100;
padding : 0px 0px 5px 0px;
}
.right h2 {
color: #848;
font-size: 20px;
letter-spacing: 0px;
font-weight: 100;
padding : 10px 0 15px 0;
}
.right h2 a {

}
.right h2 a:hover {

}
.left {
  background-color: #f0f0ff;
#  background-color: #ffffff;
float: left;
width: 140px;
padding: 10px;
border-right: 1px solid #aaa;
border-bottom: 1px solid #aaa;
border-top: 1px solid #aaa;
}
.left h2 {
font-size: 13px;
color: #333;
padding: 5px 0 2px 10px;
}
.left ul {
list-style-type: none;
padding: 5px 0 10px 5px;
}
.left ul li {
padding: 2px 1px;
background: transparent url(images/apple.gif) no-repeat;
}

.left ul li a {
display: block;
color: #444;
}
.left ul li a:hover {
color: #33BFEB;
}
.both {
clear: both;
float: none;
width: 750px;
text-align: justify;
padding: 10px 10px 10px 10px;
}
.both h1 {
color: #33BFEB;
font-size: 24px;
letter-spacing: 0px;
font-weight: 100;
padding : 0px 0px 5px 0px;
}
.both h2 {
color: #B4241B;
font-size: 20px;
letter-spacing: -2px;
font-weight: 100;
padding : 10px 20 15px 0;
}
.both h2 a {

}
.both h2 a:hover {

}
#bottom {
background: #fff url(images/bottom.gif) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
color: #666;
font-size: 11px;
}
#footer  a { color: #666; }

input.reg {
width:180px;
background:url(images/input.jpg) top no-repeat;
font: 100% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
color:#333;
border:0;
padding:7px 10px;
margin:5px;
color:#777;

}
select.reg {
width:200px;
background:url(images/input.jpg) top no-repeat;
font: 100% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
color:#333;
border:0;
padding:7px 10px;
margin:5px;
color:#777;

}

textarea.reg {
width:350px;
height:105px;
background:url(images/textarea.jpg) top no-repeat;
font: 100% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
color:#333;
border:0;
padding:10px;
margin:5px;
color:#777;
}

input.reg[type=submit] {
cursor:pointer;
background:#ff9900;
color:#fff;
font-weight:bold;
width:182px;
height:33px;
padding:7px 10px;
background:url(images/submit.jpg) top no-repeat;
}

.msg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	background-color: #FFFFCC;
	padding: 4px;
	border: 1px dotted #FF9900;
	font-weight: bold;

}

table.num {
	width:100%;
	padding:1px;
}

table.num th {
	background:#ddd;
	padding:1px;
	text-align:center;
}

table.num td {
	background:#eee;
	padding:1px;
	text-align:center;
	background:url(images/td.jpg) top repeat-x;
}
.enlarge {
	font-size: 13px;
}


div.tabArea {
  font-size: 80%;
  font-weight: bold;
}
a.tab {
  background-color: #f0f0f0;
  border: 1px solid #808080;
  border-bottom-width: 0px;
  padding: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: 2px;
  z-index: 100;
}
a.tab, a.tab:visited {
  color: #808080;
}
a.tab:hover {
  background-color: #d0d0d0;
  color: #606060;
}
a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #ffffff;
  color: #000000;
}
a.tab.activeTab {
  z-index: 102;
}
div.tabMain {
  background-color: #ffffff;
  border: 1px solid #808080;
  padding: 1em;
  position: relative;
  z-index: 101;
}
