/* CSS Document */

body {
	background-image:url(images/brown.jpg);

	}
#container {
	background-color:#CCCC99;
	width:750px;
	margin-top:10px;
	height:600px;
	border:1px ridge #fff;
	margin-left:auto;
	margin-right:auto;
	}
#banner {
	background-image:url(images/bg.jpg);
	width:750px;
	height:188px;
	}
#left {
	background-color:#FFFFFF;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:310px;
	float:left;
	height:330px;
	margin-top:0px;
	margin-left:0px;
	padding: 5px;
	}	
#right {
	width:420px;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	background-color:#FFFFFF;
	height:330px;
	margin: 0px;
	padding: 5px;
	}
#footer {
	width:750px;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#663300;
	color:#FFFFFF;
	clear:both;
	}
/* navbar styles */
#navbar {
	background-image:url(images/brwnbg.gif);
	border-top:1px solid #c93;
	border-bottom:1px solid #cc9;
	border-right:1px solid #c93;
	height:50px;
	}
#thicktabs{
margin: 0;
padding: 0;
float: left;
font: bold 13px Tahoma;
width:100%;

}

#thicktabs li{
display: inline;
}
#thicktabs li .current {
	color:#990000;
	}

#thicktabs li a{
float: left;
color: black;
padding: 8px 11px; /*padding of tabs*/
text-decoration: none;
background: transparent url(images/brwnbg.gif) top right no-repeat;
border-top: 1px solid #c93; /*top border style*/
border-bottom: 3px solid #963; /*thick bottom border below tabs*/
border-right:1px solid #c93;
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 1px solid #c93; /*left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #c93; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
color: black;
}

#thicktabs li a:hover{
color: black;
background-image: url(images/brwnbgover.gif); /*background image swap on hover*/
}
