body {
  margin-top: 20px;
  padding: 0;
  background-color: #fff;
}
html, body {
  margin-top: 20px;
  padding: 0;
}
#wrapper {
  width: 800px;
  height: 608px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(images/srussell_home.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  min-width: 800px;
}
#wrapperpages {
  width: 800px;
  height: 608px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(images/srussell_pages.jpg);
  background-repeat: no-repeat;
  background-position: left top;

}
#left {
  float: left;
  width: 0px;
  background-color: transparent;
}
#right {
  float: right;
  width: 200px;
  margin: 0;
  height: 0px;
  text-align: right;
  background-color: transparent;
}
#center {
  padding: 0;
  display: inline;
  background-color: transparent;
}
#datamain   {
width: 350px;
height: 564px;
margin: 21px 0 0 24px;
background-color: #fff;
}
#icontent {
	width: 320px;
	background-color: #fff;	
}
.iheader {
    font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 0px 0px 10px 0px;
	padding: 0 10px;	
	text-align: left;
}
.itextbold {
    font-family: arial;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #333;
	margin: 10px 0 10px 10px;
}
.itext {
    font-family: arial;
	font-size: 12px;
	line-height: 1.3em;
	color: #333;	
	padding: 0 10px;	
}
.itextstyle {
    font-family: arial;
	font-size: 12px;
	line-height: 1.3em;
	color: #333;	
}

.itextindent {
    font-family: arial;
	font-size: 12px;
	color: #191C18;	
	margin: 0 0 10px 10px;
	padding: 0 0 0 20px;
}
.quote {
  font-family: arial;
  font-size: 12px;
  font-style: italic;
  color: #fff;
  line-height: 1.5em;
  padding: 15px;
}
.quoteblack {
  font-family: arial;
  font-size: 12px;
  font-style: italic;
  color: #191C18;
  line-height: 1.5em;
  padding: 10px;
}
.centerdiv{ /*fadein slide show - IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*fadein slide show - Proper way to center a relative div*/
margin: 0 auto;
}

#clear {
  clear: both;
}
#footer {
  background: #CCA176;
  height: 25px;
  border:1px solid #D4828B;
  border-width:1px 0;
  padding:20px 40px 4px 10px;
  text-align: left;
  font-family: arial;
  font-size: 11px;
  color: #191C18;
}
h1 {
	font: 14px arial;
	font-weight: bold;
	color: #191C18;
	padding: 10px 0px 0px 0px;
}
ul{
  font-family: arial;
  font-size: 12px;
  color: #213C18;
  line-height: 1.6em;
  margin-left: 15px;
}

A.type1:link    {color:#E38D36; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1:visited {color:#E38D36; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1:active  {color:#E38D36; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1:hover   {color:#D4828B; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}

A.type2:link    {color:#000; font-size: 11px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type2:visited {color:#000; font-size: 11px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type2:active  {color:#000; font-size: 11px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type2:hover   {color:#E38D36; font-size: 11px; font-weight:bold; text-decoration:none; font-family: arial;}

/* menu */
.glossymenu, .glossymenu li ul{
list-style-type: none;
padding: 0 0 0 385px;
#padding: 0 0 0 -285px;
width: 200px; /*WIDTH OF MAIN MENU ITEMS*/
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: #fff url(images/glossyback.gif) repeat-x bottom left;
font: bold 12px Verdana;
color: white;
display: block;
width: auto;
margin: 0; /* IE */
#margin: -2px 0 -2px 0;
#padding: 11px 0;
padding: 8px 0; /* IE */
padding-left: 15px;
text-decoration: none;
}

.glossymenu li ul li{
float: center;
}
.glossymenu li a:visited{
color: #fff;
}
.glossymenu li a:active{
color: #50700C;
}
.glossymenu li a:hover, .glossymenu li .current{
background-image: url(images/glossyback2.gif);
}
.glossymenu li a:hover, .glossymenu li.current a{
    color: #D08454;
	background: #50700C url(images/glossyback2.gif) repeat-x bottom left;
}

/* Holly Hack for IE \*/
* html.glossymenu li { float: left; height: 1%; }
* html.glossymenu li a { height: 1%; }
/* End */

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}
