body  {
	margin: 5px auto 5px auto;
	text-align: center;
	
}

h1 {
font-size: 24px;
font-weight: bold;
}

.wrapper {

        margin: auto;
	text-align: left;
	 width: 920px;

	
}

.head {

	background:#FFF;

}

.image {
	
	width: 150px;
	float: left;
	
}

.googleads {
	float: right;
	margin: 10px;
}

.clear {
	clear: both;
}

.menu,select,optgroup,.body,.footer {
	background: #727272;
	text-align: right;
	border: 1px solid #202020;
	padding: 5px;
	font-family: tahoma;
	font-size: 8pt;
	color: #333333;
	/*color: #004E82;*/
}

.menu {
	border-top: 0;
}

select {
	padding:0px;
	text-align: left;
	width:150px;
}
.body {
	padding:0;
	text-align: left;
	margin-top: 20px;
	padding:10px;
	background: #333333;
}

.footer {
	padding:0;
	text-align: left;
	margin-top: 20px;
	padding:10px;
	background: #727272;
}

.core {
	float:left;
	width: 730px;
	height: auto;
	border: 1px solid #202020;
	min-height: 100%;
	background: #727272;
}

.right {
	float: right;
	width: 160px;
	border: 1px solid #202020;
	background: #727272;
}

a {
	color:  #2A2C43;
	/*color: #004E82;*/
}

a:hover {
	color: #7898AF;
}

.img {
	float: left;
	position: relative;
	margin: 10px !important;
	margin-left: 5px;
	margin-bottom: 0px;
}

.ic {
	float: left;
	position: relative !important;
	margin: 10px;
	margin-left: 0px;
	margin-right: 0px;
	width: 160px;
}

.img img {
	margin: 0;
	padding: 0;
	border: 1px solid #000;
	width: 70px;
	height: 70px;
}

.game {
	width: 350px;
	float: left;
}

.header {
	border-bottom: 1px solid #202020;
	margin: 10px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #202020;
}

.general {
	margin: 7px;
	margin-left: 10px;
}

option.headname {
	font-weight: bold;
}

object {
	display: block;
	border: 1px solid black;
	margin: auto;
	margin-top: 20px;
}

.playcenter {
	margin: 5px;
}

.top {
	text-align: left;
	border: 1px solid #202020;
	background:#333333;
}


.inner-header {
	border-bottom: 1px solid #202020;
	margin-bottom: 0px;
	font-weight: bold;
	color: #7898AF;
}


.float-left {
float: left;
}

/* #### ODAD Additions #### */
#pageControls { /* This is the left hand side including the game image and menus */
}


#pageContent{ /* This is the right side pane for the game guides */
}

#gameArt { /* DIV surrounding the game graphic */
	  border: 1px solid #96A9C9;
	  padding: 5px;
	  margin-bottom: 10px;
	  }
/* tabMenu is the game guide left hand menu */
#tabMenu {
  float: left;
  width:100%;
  background: #FFFFFF;
  border:  1px solid #333;
  margin-bottom: 10px;
  margin-top: 5px;
  }
#tabMenu ul {
	margin:0;
	padding: 0;
	list-style:none;
  }
#tabMenu li {
  margin:0;
  padding:0;
  }

.tabContent {
	padding: 5px;
	clear:both;
		}

/* Link styles for game guide menu links */
#tabMenu a.linkControls:link, a.linkControls:visited, a.linkTips:link, a.linkTips:visited, a.linkSynopsis:link, 
	a.linkSynopsis:visited {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: left;
	padding-top: 5px;
	padding-left: 35px;
	height: 20px;
	width: 100%;
	line-height: 20px;
	text-decoration: none;
	margin-right: -35px;
}

#tabMenu a.linkControls:link, a.linkControls:visited {
	background: url(/loa-guide/images/menu_bg.png) no-repeat;
}
#tabMenu a.linkTips:link, a.linkTips:visited {
	background: url(/loa-guide/images/menu_bg_tips.png) no-repeat;
}
#tabMenu a.linkSynopsis:link, a.linkSynopsis:visited {
	background: url(/loa-guide/images/menu_bg_synopsis.png) no-repeat;
}
#tabMenu a.linkControls:hover, a.linkTips:hover, a.linkSynopsis:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #E9592F;
}
/* End Game Guide Links Styles */


.gameGuideHeading { /* This heading is the same as inner_heading except for the font size being defined */
	font-size: 14px;
	border-bottom: 1px solid #96A9C9;
	font-weight: bold;
	color: #E9592F;
	margin: 0px;
	padding: 0px;
	}
/* The following 'controlsTable' control the look of the table displaying all of the game controls */
table#controlsTable {
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #333;

	}
table#controlsTable td {
	border-bottom: 1px solid #333;
	padding: 2px 4px 2px 6px;
	}
#controlsTable .buttonCell {
	background-color: #484848;
	border-right: 1px solid #333;
	}
