/* global */
html{height: 100%;}

body
{ font-family: verdana, arial, sans-serif;
  font-size: .68em;
  color: #929280;
  background:#000000 url(../images/SiteBg.jpg) repeat-x scroll left top;
}

/* Background Start
---------------------*/

#bb
{
	display: none;
	float: left;
	border: 1px solid;
	border-color:#222;
	background: #000000;
	width: 793px;
	height: 610px;
}
#gb
{
	display: none;
	float: left;
	background: #333;
	width: 795px;
	height: 32px;
}

#side
{
	display: none;
	float: left;
	width: 155px;
	height: 230px;
	background:transparent url(../images/SidebarBg.png) no-repeat left top;
}


#it
{
  display: none;
  width: 600px;
  height: 530px;
  background: transparent url(../images/TextBg.png) no-repeat left top;
}

/* Background End
----------------------------*/


/* element style Start
--------------------------*/

h1
{
  display: none;
  font-family: Segoe Script,Microsoft Sans Serif;
  font-size: 40px;
  font-weight: normal;
  padding: 40px 0px 0px 100px;
  border: 0px;
  float: none;
  letter-spacing: 0px;
  height: 26px;
  white-space: nowrap;
  background: transparent;
  color: #0080FF;
  border-color: #40403E;
}

#ma
{ display: none;
  float: left;
  width: 87px;
  height: 25px;
  text-decoration: none; 
  padding: 7px 0px 0px 0px;
  border-right: 2px solid;
  font-weight: bold;
  text-align: center;
  
  vertical-align: middle;
  color: #929280;
  border-color: #2C2C2A;
  background:transparent url(../images/MenuBg.png) no-repeat scroll left top;
  cursor: pointer;
}

#ma:hover, #ma.selected, #ma.selected:hover
{	color: #EEE;
	border-color: #2C2C2A;
  	background:transparent url(../images/MenuBg.png) no-repeat scroll left top;
	background-position: 0 -34px;
}

#sa
{ display: none;
  float: left;
  width: 90px;
  height: 20px;
  text-decoration: none; 
  padding-top: 0px;
  padding-left: 30px;
  font-weight: bold;
  color: #0080F0;
  background: transparent;
  text-align: center;
  cursor: pointer;
}

#sa:hover, #sa.selected, #sa.selected:hover
{	background: transparent;
	color: #EEE;
	border-color: #2C2C2A;
}


#ts
{
  display: none;
  font-family: Cooper Std Black,Microsoft Sans Serif;
  font-size: 40px;
  font-weight: normal;
  padding: 0px 0px 0px 0px;
  border: 0px;
  float: left;
  color: #0080FF;
  letter-spacing: 0px;
}


#bt
{
  display: none;
  font-family: verdana, sans-serif;
  line-height: 1.5em;
  font-size: 10px;
  float: none;
  width: 540px;
  height: 460px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 0px;
  text-align: justify;
}

p {
	text-indent: 20px;
}

/* element style  end
--------------------------*/
