html,body,#table_height {
  height:100%;
  margin:0;
  padding:0;
  font-family: Arial, Tahoma, Verdana;
}

td.top_header {
  background-color: #021C22;
  border-bottom: 1px solid #917F7F;
  
  padding-left:20px;
  padding-bottom:10px;
}

td.page_middle {
  background-color: #200A0E;
  
}

td {
  font-size: 15px;
  color: #765E51;
  /*text-align: justify;*/
}

a:link, a:visited {
  color: #695657;
  text-decoration:none;
}

a:hover {
  color: #917F7F;
  text-decoration:none;
}

td.page_content {
  padding-top: 28px;
}

td.copyright {
  font-size: 10px;
  color: #2C1416;
}

td.menu {
  padding-left:20px;
  padding-top:20px; 
  line-height: 2.5;
  
  font-size: 12px;
}

a.menu:link, a.menu:visited {
  color: #614E50;
  text-decoration: none;
}

a.menu:hover {
  color: #A38B8E;
  text-decoration: none;
}

div.quotes {
  font-size: 16px;
  color: #765E51;
  text-align: center;
  font-style: italic;
  font-family: Arial, Tahoma, Verdana;
}

div.quotes_body {
  font-size: 16px;
  color: #765E51;
  text-align: justify;
  font-style: italic;
  font-family: Arial, Tahoma, Verdana;
}

div.quotes_author {
  font-size: 16px;
  color: #765E51;
  text-align: right;
  font-style: italic;
  margin-right:30px;
  font-family: Arial, Tahoma, Verdana;
}

div.breadcrumbs {
  font-size:10px;
  color: #47252C;
  margin-bottom:10px;
}

div.titles {
  font-size: 11px;
  color: #765E51;
}

td.switcher {
  font-size: 10px; 
  color: #765E51;
}

a.switcher:link, a.switcher:visited{
  font-size: 10px; 
  color: #765E51;
  text-decoration:underline;
}

a.switcher:hover{
  font-size: 10px; 
  color: #765E51;
  text-decoration:none;
}

#scroll_page_container {
  overflow: hidden;
  width:702px;
  height:114px;
  border:0px solid #000;
}

#scroll_page_content {
  width: 5000px;
}

#scroll_images li { 
	float:left;
	list-style:none;
	overflow:hidden;
	margin-right:3px;
}

span.current {
	font-size:12px;
}

#myscroll {
	/* Typical fixed height and fixed width example */
	width: 746px;
	height: 530px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	
}

#myscroll2 {
	/* Typical fixed height and fixed width example */
	width: 766px;
	height: 565px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	
}

#content_for_scroll2 {
    width: 776px;
}

#my_new_scroll2 {
	float: left;
	height: 565px;
	width: 776px;
	border: 0px;
	overflow: hidden;
	
}

#my_new_track2 {
	height:565px;
	width:10px;
	background-color: #625152;
	float: right;
	margin-left: 10px;
}

#my_new_handle2 {
	height: 10px;
	width: 10px;
	cursor: pointer;
	background-image: url(../img/handler.jpg);
	background-repeat: no-repeat;
}

#my_new_scroll {
	float: left;
	height: 530px;
	width: 741px;
	border: 0px;
	overflow: hidden;
	
}

#my_new_track {
	height:530px;
	width:10px;
	background-color: #695657;
	float: right;
	margin-left: 10px;
}

#my_new_handle {
	height: 10px;
	width: 10px;
	cursor: pointer;
	background-image: url(../img/handler.jpg);
	background-repeat: no-repeat;
}

div.simple_menu_item {
	font-family: Tahoma, Helvetica;
	font-size: 12px;
	color: #957b7d;
}

input.send{
   color:#200A0E;
   font-family:Tahoma, Helvetica;
   font-size:84%;
   font-weight:bold;
   background-color:#695657;
   border:1px solid;
   border-top-color:#200A0E;
   border-left-color:#200A0E;
   border-right-color:#200A0E;
   border-bottom-color:#200A0E;
   
    
}

.scroll-track{
 height:10px;
 width:10px;
 background:black;
}

.scroll-handle{
 border: 1px solid black;
 height:10px;
 width:10px;
 background:#5B207B;
 cursor:pointer;
}