/* CSS Document */

body { 
	margin: 0;
	padding: 0;
	background: #A9C5D7;
	text-align: center;
	font-family: Arial, "Gill Sans", Verdana, sans-serif; 
	font-size: 10pt;
	color: #FFFFFF;
	}

#container	{
	width: 938px;
	margin: 20px auto 0;
	padding: 0;
	background-color: #2A2F32;
	text-align: left;
	position: relative;
	}
	
#pageheader	{
	background: url(../images/pootop.gif) 0 0 no-repeat;
	height: 188px;
	width: auto;
	}

#pageheader	h1 {
	height: 45px;
	width: 234px;
	position: absolute;
	z-index: 39;
	margin: 95px 0px 0px 285px;
	}
#pageheader	h1.shop {
	background: url(../images/titles/shop.gif) 0 0 no-repeat;
	}

#pageheader	h1 span {
	visibility: hidden;
	}

#leftcolumn {
	margin: 5px 0px 0px 30px; 
	padding: 0;
	width: 860px;
	position: absolute;
	z-index: 41;
	}

dl, dt, dd, ul, li	{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

ul#nav {
	position: absolute;
	margin: 0px;
	width: 215px;
	padding: 0px;
	text-transform: uppercase;
	list-style-type: none;
	}

ul#nav ul	{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 205px;
	text-transform: uppercase;
	list-style-type: none;
	display: block;
	}
	
ul#navmenu li {
	margin: 0px 0px 3px 0px;
	padding: 3px 0px 3px 3px;
	}

ul#nav li.selected	{
	background-color: #C98309;
	color: #E3E3E3;
	margin: 0px 0px 3px 0px;
	padding: 3px 0px 3px 3px;
	text-decoration: none;
	height: 100% !important;
	} 

ul#nav a:hover	{
	margin: 3px 0px 3px 0px;
	padding: 3px 0px 3px 3px;
	background-color: #717E81;
	color: #E3E3E3;
}

ul#nav li a	{
	margin: 3px 0px 3px 0px;
	padding: 3px 0px 3px 3px;
	background-color: #3B4245;
	color: #E3E3E3;
	text-decoration: none;
	display: block;
	height: 100% !important;
	}


a:link {
	text-decoration: none; 
	color: #E1930A;
	}
a:visited {
	text-decoration: none; 
	color: #E1930A;
	}
a:active {
	text-decoration: none;
	color: #E1930A;
	}
a:hover {
	text-decoration: underline;
	}
	
#shopping {
	position: absolute;
	margin: -30px 0px 0px 255px; 
	padding: 0px;
	width: 600px;
	z-index: 42;
	}

.cdtitle	{
	color: #A9C5D7;
	font-size: 18px;
	}

#shopping p.cdtitle span {
	font-size: 12px;
	}

#leftannounce {
	margin: 360px 0px 0px 10px; 
	position: absolute;
	padding: 0;
	width: 200px;
	font-size: smaller;
	}

img.left-floating {
	margin: 0px 7px 5px 0px;
	float: left
	} 

img.playercenter {
	margin: 60px 0px 0px 90px;
	} 

#midsection {
	background: #2A2F32 url(../images/poomid.gif) 0 0 no-repeat;
/*	height: 528px; */
	width: 938px;
	height: 780px;
	margin: 0px;
	}

#bodytext {
	margin: -185px 0px 0px 290px; 
	padding: 0px;
	width: 600px;
/*	z-index: 41; */
	}

hr	{
	margin: 0px 0px 0px 0px; 
	width: 600px;
	height: .5px;
	color: #666666;
	}	
	
h1	{
	font-size: 24pt;
	color: #C37F09;
	}

h2	{
	font-size: 14pt;
	color: #C37F09;
	text-transform: lowercase;
	}

.lightblue 	{
	color: #A9C5D7;
	}

.previous	{
	margin: 320px 0px 0px 0px;
	font-size: 14pt;
	}

.next	{
	margin: -25px 0px 0px 515px;
	font-size: 14pt;
	}

ul.lightblue 	{
	color: #A9C5D7;
	list-style-type: square;
	}

#btmnav	{
	margin: 120px 40px 0px 40px; 
	padding: 0px;
	border-top: thin solid rgb(100,100,100);
	text-align: center;
	text-transform: uppercase;
	font-size: smaller;
	}

#footer	{
	background: #2A2F32 url(../images/poobtm.gif) 0 0 no-repeat;
	height: 28px;
	width: 938px;
	margin: 0px 0px 20px 0px;
/*	margin: 0px -10px 0px -285px;*/
	position: relative;
/*	z-index: 42; */
	}

#copyright	{
	margin: 20px 0px 0px 0px;
	text-align: center;
	font-size: smaller;
	}
