body
{ background: #5D0401;
  color: #70695A;
}

blockquote{border-color: #767676;}

#main
{ background: #FFF url(main.png) repeat-y;
  color: #70695A;
  margin-left: auto; 
  margin-right: auto;
  width: 780px;

}

#links, #footer, #menu, #menu li a
{ background: #FFF url(menu.png);
  color: #DBD7D1;
  border-color: #D7D7D7;
}

#links a, #footer a, #links a:hover, #footer a:hover
{ background: transparent;
  color: #DBD7D1;
}

#logo
{ background: #FFF url(header.jpg) no-repeat;
  color: #70695A;
  height:163px;
}

h1
{ background: transparent;
  color: #033CAA;
  border-color: #CAAE90;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #FFF url(orange_menu.png);
  color: #70695A;
} 

#content
{ background: transparent;
  color: #70695A;
  background-color:#F0D0E0;
  
  width: 760px;
  height: auto;
  padding: 0px;
  overflow: hidden;
  margin-left: auto; 
  margin-right: auto;
}

.sidebaritem, .sidebaritem a, .sidebaritem a:hover
{ background: transparent;
  color: #DBD7D1;
}

.sbihead
{ background: #FFF url(orange_sbi.png);
  color: #70695A;
  
  height: 14px;
  width: 188px;
  padding: 5px 0px 5px 19px;
  text-transform: uppercase;
}
.sbihead h1
{ padding: 0px; 
  margin: 0px; 
  font-weight: bold;
  font-size: 112%;
}
.sbihead h2
{ background: transparent;
  color: #B5ADAC;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 112%;
  letter-spacing: .1em;
}


.sbilinks{padding: 0px;}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
} 

.sbilinks li a , .sbilinks li a:hover
{ float: left; 
  height: 16px;
  text-decoration: none; 
  padding: 5px 0px 4px 19px;
  width: 188px;
  border: 0px;
} 
.sbilinks li a
{ background: #FFF url(link.png);
  color: #FFFFFF;
} 

.sbilinks li a:hover
{ background: #79020B;
  color: #EA8916;
} 

/*Google Ads*/
.left_box { margin: 0 0 10px 0; color: #000; background: #FFF; padding: 3px 0; height:250px; }

.middle_block{
	width:300px;
	height:250px;
	float:left;
}
.middle_block_img{
	width:215px;
	float:right;
}

/*Copy Paste Classes*/

/* column 2 - page content */
#column2
{ text-align: justify;
  width: 525px;
  float: right;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  padding: 12px 3px 15px 19px;
  background-color:#FFFFFF;
}

#column2 h1
{ padding: 0px 0px 0px 0px; 
  margin: 0px 0px 5px 0px; 
  border-bottom: 1px solid;
  font-size: 150%;
  text-transform: uppercase;
  font-weight: bold;
}

/* column 1 - contains sidebar items */
#column1
{ 
  width:207px;
  float: left;  
  display:block;
  padding: 0px;
  margin:0px;
  position:relative;
}
