﻿body
{
	background: #A55323;
	margin: 0;
	padding: 0;
	font-family:Verdana, Sans-Serif;
    font-size: 12px;
    color: #000;
    line-height: 1.5em; 
}

div, img, p, a, li, table, tr, td, ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

p
{
     
}

a:link
{
    color:#5C7784;   
}

a:hover
{
    color:#9FC500;
    text-decoration:none;
}

a:visited
{
    color:#5C7784;  
}

img
{
	border: none;
}

#pagewrap
{	
	margin-left: auto;
	margin-right: auto;
	min-height: 600px;
	width: 980px;
}

#logoarea
{
	float: left;
	width: 222px;
}

#mainpagearea
{
	float: right;
	width: 980px;
}

#mainpagecontentarea
{
	clear: both;
}

#subnavarea
{
	clear: left;
	float: left;
	width: 222px;
}

#footerarea
{	
	padding: 20px 0 0 65px;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

#footerarea, #footerarea a
{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11.4px;
	text-align: center;
}

#footerarea a
{
	text-decoration: none;
}

.Header, .topstory, .bottomstory, .contentstory
{
	padding: 20px 0 0 20px;
}

.dozer
{
	clear: both;
}

.contentText
{
    padding-right:60px;   
}

/* Our Games Styles */
.ourgamesbuttons
{
    text-align:center;
    padding-right:20px;
}   
.ourgamesbuttons img
{
    padding:25px;   
}

/* Game Box Styles */
.gamebox
{
	background: url('/images/BoxMid.png') 0 0 repeat-y;
	width: 653px;
	min-height: 200px;
	float:left;
	margin-bottom:5px;
}
.gameboxtop
{
	background: url('/images/BoxTop.png') 0 0 no-repeat;
	height: 16px;
	width: 653px;
}
.gameboxbot
{
   float:left; 
   background: url('/images/BoxBot.png') 0 0 no-repeat ;
	height: 16px;
	width: 653px;
}
.gamecontent
{
    float:left;
    padding:5px 10px 10px 25px;
    width:340px;
}
.gameproduct
{
    width:275px;
    text-align:center;
    margin-top:-35px;
    float:left;
}
.productheader{
   padding:5px 0 10px 0;  
}  
.questions
{
    padding:10px 0 8px 10px;
    margin-left:10px;
}
.questions li
{
    color:#3C677C;
    padding-bottom:8px;
    font-family:Verdana, Sans-Serif;
    font-style:italic;
    font-size:12px;
}
.testimonial
{
    color:#86A300;
    font-style:italic;
    font-size:14px;  
}
.footnote
{
    font-size:9.5px;   
}

