  body {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	background-image: url(graphics/fading_background_7.jpg);
	background-repeat: repeat-x;
	}
  #wrapper {
	width:850px;
	border:0px none #bbb;
	padding:10px;
	height: 150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
	}
  #header {
	border:0px solid #bbb;
	height:128px;
	padding:0px;
	}
	#content {
	padding-bottom:10px;
	}
	/* applies to all divs within the content div */
  #content div {
	border:0px none #bbb;
	float:left;
	padding: 10px;
	}
  #content-left {
	width:180px;
	height:300px;
	font-size: 18px;
	font-weight: bolder;
	}
  #content-main {
	width:66%;
	height:auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 80px;
	float: left;
	margin-right: 25px;
	}
#content-box1, #content-box2, #content-box3, #content-boxa {
	padding:0px;
	border:0px 0 #bbb;
	position:absolute;
	margin-top:240px;
	height:110px;
	background-image: url(graphics/fading_background_box.jpg);
	background-repeat: repeat-x;
	}
	#content-boxa {
	margin-left:212px;
	width:150px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	}
  #content-box1 {
	margin-left:205px;
	width:150px;
	}
  #content-box2 {
	margin-left:470px;
	width:150px;
	}
  #content-box3 {
	margin-left:735px;
	width:150px;
	}
  #footer {
	padding:10px;
	border:0px none #bbb;
	width:98%;
	font-size: 14px;
	top: 0px;
	text-align: center;
	background-position: center center;
	margin-top: 10px;
	margin-right: 100px;
	margin-bottom: 10px;
	margin-left: 125px;
	float: left;
	}
  #bottom {
	clear:both;
	text-align:center;
	margin-left: 300px;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
  .style1 {
	color: #0000FF
}
/*----- Hoverbox Code - get code found at http://host.sonspring.com/hoverbox/ ------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	color: inherit;
	vertical-align: top;
	width: 100px;
	height: 75px;
	margin: 2px;
	padding: 2px;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
}

.hoverbox li
{
	
	color: inherit;
	display: inline;
	float: left;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}

  .style4 {color: #FF0000}
  </style>

.slidedoormenu{
list-style-type: none;
margin: 0;
padding: 0;
background-image: url(graphics/fading_background_7.jpg);
	background-repeat: repeat-x;
width: 180px; /* width of menu (don't forget to add border with below!) */
border-left: 8px solid #ffa1a3; /* thick left border of menu */

}

.slidedoormenu li{
	border-bottom-color: #885b5c;
}

.slidedoormenu li a{
	display: block;
	color: #0000FF;
	width: auto;
	border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
	padding: 7px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana;
	font-size: 13px;
	font-weight: bold;
}

.slidedoormenu li a:visited, .slidedoormenu li a:active{
	color: #0000FF;
	background-image: url(graphics/fading_background_7.jpg);
	background-repeat: repeat-x;
}

.slidedoormenu li a:hover{
	background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
	color: black;
	background-image: url(graphics/fading_background_box.jpg);
	background-repeat: repeat-x;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
	border-bottom-width: 0;
}

.slidedoormenu li.lastitem a{
	padding: 8px 0;
}



[if IE]>

.slidedoormenu li a{ /* Menu link width value for IE */
width: 100%;
}

<![endif]

