﻿#header 
{
   height:90px;
   margin:auto;
   padding-top: 20px;
   padding-bottom: 20px;
   text-align:center;
   width:100%;
}

#headerNavWrapper
{
   margin:auto;
   height: 100px;
   padding-left:25px;
   padding-right:25px;
   text-align:left;
   background-color: #a5b5d5;
}

#headerLogo a
{
   background:transparent url(images/andrewgarrison.png) no-repeat scroll 0 0;
   border:0 none;
   display:block;
   float:left;
   width:180px;
   height:40px;
   margin-top: 35px;
}
#headerNav
{
   height: 100%;
   width: 480px;
   margin: auto;
}

#navLinkWeb a
{
   background:transparent url(images/webgames.png) no-repeat scroll 0 0;
   border:0 none;
   display:block;
   float:right;
   width:65px;
   margin-left: 15px;
   height:90px;
}

#navLinkWeb a:hover
{
   background-position:0 -90px;
}

#navLinkiPhone a
{
   background:transparent url(images/iphonegames.png) no-repeat scroll 0 0;
   border:0 none;
   display:block;
   float:right;
   width:65px;
   height:90px;
}

#navLinkiPhone a:hover
{
   background-position:0 -90px;
}

#navLinkQuizzes a
{
   background:transparent url(images/quizzes.png) no-repeat scroll 0 0;
   border:0 none;
   display:block;
   float:right;
   width:65px;
   margin-left: 15px;
   height:90px;
}

#navLinkQuizzes a:hover
{
   background-position:0 -90px;
}

#footer
{
   font-size: 11px;
   font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
   margin-right: auto;
   margin-left: auto;
   width: 980px;
   text-align: center;
}

body
{
   font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
   font-size: small;
	color: #444444;
	width: 720px;
	font-family: Verdana;
	font-size: 11px;
	margin: 0 auto;
	position: relative;
}

img
{
   border: 0;
}

.bb_table
{
   margin-top: 10px;
   background-color: #E0E0E0;
   border: solid 2px #CDCDCD;
   padding: 0;
   margin: 0 auto;
}

.bb_table th
{
   height: 0;
   margin: 0;
   padding: 0;
}

.bb_table td
{
   vertical-align: middle;
   padding: 10px;
   background-color: #efefef;
}

.bb_table img
{
   border: solid 2px #a0a0a0;
}


.game_intro
{
   margin: auto;
   vertical-align: top;
   width: 700px;
   height: 300px;
}

.game_intro img
{
   float: left;
   border: none;
}

.game_intro p
{
   position: relative;
   margin-left: 400px;
   font-size: 10pt;
}

.game_preview
{
   margin: auto;
   vertical-align: top;
   width: 640px;
   height: 150px;
}

.game_preview img
{
   float: left;
   border: none;
}

.game_preview p
{
   position: relative;
   margin-left: 240px;
   font-size: 10pt;
}
