html
{
	padding: 0px;
	margin: 0px;
}
body 	{
	background-color: #FFFFCC;/*#F0F0F0; #dddddd;*/    /*#181810;*/
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	color: #000000;
	text-align:center;
	margin-top:0px;
	padding-top:0px;
	}

form
{
	padding: 0px;
	margin: 0px;
}


img	{
	margin: 1px 2px;
	vertical-align: middle;
	}


#container
{
	text-align:left;
	margin:auto;
	margin-top:0px;
	padding:0px;
	width:975px;
	        /*text-align: left;
			width: 818px;
			margin-top: 0px;
		background-COLOR: #181810; url(rootbeerBG.jpg);*/
}

div.nav
{
	margin-top:0px;
	padding-top:0px;
	top:0px;
	position:relative;
	width: 975px;
	height:223px;
	background-image:url(images/rootbeerHeader.png);
	background-repeat:no-repeat;
}

div.nav ul
{
	position: relative;
	list-style: none;
	display: inline;

}

div.nav li
{
	position: relative;
	display:block;
	float:left;
	left:280px;
	width:110px;
	height:25px;
	list-style:none;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 190px;
}

div.nav a
{
display:block;
text-align:center;
background-image:url(images/navButton.png);
background-repeat: no-repeat;
vertical-align:middle;
text-decoration:none;
color:white;
width:110px;
padding-top:3px;
height:22px;
font-size:18px;
}

div.nav a:hover
{
	background-image:url(images/navButtonHover.png);
}


.smallBox
{
	background-image: url(images/smallBoxCenter.png);
	
	width:235px;
	overflow:hidden;
}
.smallBox .title
{
	color: white;
	font-size:18px;
	padding-top: 22px;
	padding-left: 36px;
	padding-bottom: 22px;
	width:235px;
}
.smallBox .content
{
	font-size:14px;
	background-image: url(images/smallBoxTop.png);
	background-repeat: no-repeat;
	padding-right:14px;
	padding-left: 24px;
	padding-bottom: 16px;

}

.smallBox .smallFooter
{
	background-image: url(images/smallBoxFooter.png);
	background-repeat: no-repeat;
	width:235px;
	height:30px;
	/*margin:0px 0px 0px -22px ;*/
	padding:0px;
}

.largeBox
{
	background-image: url(images/largeBoxCenter.png);
	margin:0px;
	width:735px;
	padding:0px;
	overflow:hidden;
}
.largeBox .largeFooter
{
	background-image: url(images/largeBoxFooter.png);
	background-repeat: no-repeat;
	
	width:735px;
	
	height:39px;
	
	/*margin:0px 0px 0px -22px ;*/
	padding:0px;
}
.largeBox .title
{

	color: white;
	font-size:18px;
	padding-top: 22px;
	padding-left: 36px;
	padding-bottom: 22px;
}
.largeBox .content
{
	font-size:14px;
	background-image: url(images/largeBoxTop.png);
	background-repeat: no-repeat;
	padding-right:14px;
	padding-left: 22px;
	padding-bottom: 0px;
}



#footer {
  /*clear: both;
  width: 800px;*/
}

#copyright
{
	/*width: 500px;
	margin-left: 258px;*/
	text-align:center;
}

h1 	{
   	font-size: 18px;
   	margin-top: 0px;
   	margin-bottom: 1em;
	color: #002277;
	}
h6 	{
   	font-size: 10px;
	font-weight: bold;
   	margin-top: 0px;
   	margin-bottom: 1em;
	color: #002277;
	}

a 	{
	}



.gamePiece {
	border: 1px solid #000000;
	text-decoration:none;
}

