@charset "UTF-8";
/* CSS Document */

	body {
		background: #000000;
		margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
		padding: 0;
		width: 100%;
		text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		color: #FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 100%;
	}
	#background img {
		width: 100%; 
		overflow: hidden;
	}
	#container {
		width: 100%;
		position: relative; top: 20px; left: 0;
		width:1046px;
		margin: 0 auto;
		text-align:left;
		
		border-color:#834D20;
		border-width:1px;
		border-right-style:solid;
		border-left-style:solid;
		border-bottom-style:solid;
		border-top-style:solid;
		/* visibility:hidden; */
	}
	#mainContent {
		overflow:visible;
		position: relative; top: 0px; left: 0;
		
	}
	#panel-left {
		position:absolute;
		top:0px;
		left:0px;
		height:686px;
		width:210px;
		background-image:url(../images/menu-main/menu-main-home.gif);
		background-repeat:no-repeat;
	}
	#panel-mid {
		position:absolute;
		top:0px;
		left:210px;
		height:686px;
		width:525px;
		background-image:url(../images/home/steve-a.jpg);
		background-repeat:no-repeat;
	}
	#panel-right {
		position:relative;
		top:0px;
		left:735px;
		height:686px;
		width:311px;
	}
	