html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #330066;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: url(../images/page_bg.gif);
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;

}

#outer {
  background: top left url(../images/page_bg_top.gif) repeat-x;

}

#companies {
	font: 12px arial, sans-serif;
	color: #000;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 798px;
  position: relative;
  background: url(../images/body_bg.gif) repeat-y;
}

}
#body-top {
  min-height: 800px;
  _height: 800px;
  padding-bottom: 14px;
}

/** logo **/
#logo {

 padding-left: 13px;
}

/** nav **/

#nav {
  margin-top: 10px;
  margin-left: 30px;
}
#nav li {
  list-style: none;
  float: left;
  background: left center url(../images/arr.gif) no-repeat;
  padding-left: 15px;
  padding-right: 20px;
}
#nav a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
#nav a:hover {
  color: #0000CC	;
}

/** text box **/
#tbox {
  width: 431px;
  margin-top: 10px;
  margin-left: 22px;
}

/*____________________________________________________________________  text  */
.hidden {
  display: none;
  }
  
  /*___________________________________________________________________  demos  */
#inline-sample-content {
  padding: 10px;
}

#tbox {
  min-height: 500px;
  padding:  5px;
}

#tbox h2 {
  font: bold 14px arial, sans-serif;
  color: #000;
  margin: 0;
}

#tbox p {
  margin: 1em 0;
}

#rightphoto {
background:  url(../images/character.gif) no-repeat;
position: absolute;
top: 210px;
left: 580px;
width: 170px;
height: 526px;
	}

#rightpics {
background:  url(../images/character.gif) no-repeat;
position: absolute;
top: 210px;
left: 570px;
width: 170px;
height: 526px;
	}
	
#copyright {
  background:  url(../images/copyright.gif) no-repeat;
  font-size: 9px;
  color: #333;
  text-align: center;
}


