@charset "utf-8";
/* CSS Document for Rootbeer */


body 
{
	color: #663300;
	background-image: url(pics/background.gif)
}

#header {
  text-align:center;
  height: 100px;
  background-color:#CC9966; 
  border:solid; 
}

#container{
padding-left: 200px;
padding-right: 150px;
overflow:hidden;
}

#container .column{
float: left;
position: relative;
padding-top:5px;
padding-bottom:20010px;
margin-bottom:-20000px;
}

table.ratings {border-collapse: collapse; 
text-align: left;
border: groove;
width: 85%;
height: 55%;
}
table.ratings th {
background: url(../rootbeer/bg.gif);
color:#FFFFFF;
padding: 0;
text-align: left;
border: groove;

}
table.ratings td { border: groove;

}

#leftColumn {
	position: absolute;
	filter: shadow(color:gray);
	width: 100px;
	padding: 0;
	margin-left: -100%;
	right: 200px;
	background-color:#CC9966; 
	border:solid;
	border-top:hidden;
	border-bottom-style:solid;
}
#centerColumn {
 width: 100%;
text-indent: 30px;
}

#rightColumn {
	padding: 0 10px;
	margin-right: -180px;
	width: 150px;
	border:solid;
	border-top:hidden;
	border-right-style:solid;
	background-color: #CC9966;
}

#footer{
	background-color: #CC9966;  
	margin: 0;
	border:solid;
	vertical-align: bottom;
	color:#000000;
	font-size: 12px
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#right { border: dashed;
	position: absolute;
	left: 75%;
	top: 40%;
	width: 25%;
	color: #996633;
	height: 343px;
}


h1 { color:#996633;
font-size: 24px;
text-align:center;
}

h2 {font-size:10px;
text-align:center;
}
h3 {font-size: 18px;
color: #000000;
text-align: center;
}
