body {
	background-image: url("images/tile-back3.gif");
	background-repeat: repeat-x;
	left: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.5em
}
.top {
	background-image: url("images/top-home.jpg");
	background-repeat: no-repeat
}
.caption {
	color: #788;
	font-size: 0.85em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	line-height: 1em
}
#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 920px; 
	margin: 0 auto;
}
#leftcontent {
	position: absolute;
	left: 0px;
	/*top: 118px;*/
	width: 180px;
	padding-top: 20px;
	text-align: center;
	/*background: #fff;*/
	border-top: 1px solid #000
}
#centercontent {
	position: absolute;
	background: #fff;
	left: 180px;
	/*top: 118px;*/
	width: 550px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 20px
}
#rightcontent {
	position: absolute;
	left: 770px;
	/*top: 118px;*/
	width: 150px;
	padding-top: 20px;
	text-align: center;
	/*background: #fff;*/
	border-top: 1px solid #000
}
h1 {
	color: #aaaaaa;
	font-size: 2em;
	font-weight: bold;
	font-family: Courier New, Courier, Monaco, monospace;
	text-transform: capitalize
}
h2 {
	color: #999999;
	font-size: 1.6em;
	font-family: Courier New, Courier, Monaco, monospace;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px #999
}
h3 {
	color: #788;
	font-size: 0.85em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-weight: normal;
	padding: 0 10px 3px 10px;
	line-height: 1.2em
}
a {
	color: #878787;
	font-weight: bold;
	text-decoration: underline
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #DD1111
}
.sidebar {
	color: #999999;
	font-size: 11px;
	font-family: serif;
	line-height: 14px
}
sub {
	font-size: 8 px;
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline
}
#line td {
	background-image: url("images/line-h.gif");
	background-repeat: repeat-x
}
#navcontainer ul {
	font-family: Courier New, Courier, Monaco, monospace;
	font-size: 1.5 em;
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 920px
}
#navlist {
	background-color:#eeeeee;
}
li {
	/*background-image: url("images/button.png");*/
     background-color: #eeeeee;
	display: inline;
	margin: 0;

}
li a {
	color: #666;
	text-decoration: none;
	padding: 0.2em 1.5em 3px 1.5em;
	border-right: 1px solid #333333
}
li a:hover {
	color: #fff;
	background-color: #dd1111
}

/*.blend img {
opacity: 0;
-moz-opacity: 0;
-khtml-opacity:0;
filter: alpha(opacity=0);
}

#scrolling_image_container {

  width: 288px;
  height: 180px;

}
*/

.fadediv{ /*IE method of centering a relative div*/
text-align: left;
}

.fadediv>div{ /*Proper way to center a relative div*/
margin-left: 0px;
}
