body {
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #A000D4;
  background-image: url(images/bg.jpg);
  background-repeat: repeat-x;
	font-size: 1em;
	margin-bottom: 10px;
}

#outer {
	color: #9100BF;
	width: 950px;
	text-align:left;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#hd_text {
	display: inline;
	float: left;
	width: 622px;
}
/*
##################################
######   END EDIT  ###############
##################################
*/

* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #9100BF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.fl_left {
	float: left;
}

.fl_right {
	float: right;
}

#header {
	text-align: center;
}

#hd_text h1 {
	font-size: 5.2em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#hd_text h2 {
	padding-top: 25px;

}

#intro {
	display: block;
	clear: left;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#intro p {
	margin-top: 12px;
}

#intro_content {
	display: inline;
	width: 921px;
	float: left;
	padding-top: 15px;
	margin-left: 3px;
	text-align: left;
}

#intro_left {
	display: inline;
	width: 336px;
	float: left;
	padding-top: 15px;
	margin-left: 3px;
}

#intro_right {
	float: right;
	width: 585px;
	display: inline;
	text-align: left;
}

#game_intro {
	float: right;
	width: 445px;
	display: inline;
	text-align: center;
	margin-right: 50px;
	margin-top: 40px;
	font-style: italic;
}

#game_intro h3, #game_intro strong {
	font-style: normal;
}

#game_cnt {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: left;
	text-align: center;
	margin-top: 10px;
}

#content {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: left;
}

#innercontent {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	display:block;
}

/* letter board ad */
.wide_ad {
	display: block;
	width: 728px;
	margin-right: auto;
	margin-left: auto;
	clear: left;
	margin-top: 15px;
	height: 90px;
}

#cnt_left {
	display: inline;
	float: left;
	width: 425px;
	margin-top: 10px;
}

#cnt_right {
	display: inline;
	float: right;
	width: 425px;
	margin-top: 10px;
}

.cnt_ad {
	display: inline;
	width: 350px;
	height: 315px;
	clear: left;
	float: left;
	margin-top: 5px;
	margin-left: 35px;
	margin-right: auto;
}

.game_list {
	display: inline;
	float: left;
	width: 425px;
	margin-top: 8px;
}
.game_desc {
	width: 425px;
	display: inline;
}

.game_desc img {
	float: left;
	display: inline;
	margin-right: 5px;
}

.title {
	width: 270px;
	display: inline;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}

.game_desc p {
	display: inline;
	width: 270px;
	font-style: oblique;
	font-size: 15px;
	float: left;
	margin: 0px;
	padding: 0px;
}

/* link page style */

#link_cnt {
	display: block;
	width: 705px;
	margin-right: auto;
	margin-top: 5px;
	margin-left: 150px;
}

#left_links {
	display: inline;
	float: left;
	text-align: left;
	width: 350px;
	list-style-type: none;
}

#right_links {
	display: inline;
	float: left;
	text-align: left;
	width: 350px;
	list-style-type: none;
}

#right_links li, #left_links li {
	display: inline;
	clear: left;
	float: left;
	width: 350px;
	margin-top: 3px;
}

#page_nav {
	display: inline;
	float: left;
	width: 850px;
	margin-top: 25px;
	text-align: center;
}

/* footer style */
#footer {
	display: inline;
	float: left;
	width: 950px;
	margin-top: 15px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
}

#navmenu {
	display: block;
	clear: left;
	color: #FFFFFF;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #ce00c2;
}
#navmenu a {
  color:  #FFFFFF;
}
.arcadebox {
/* change the height, padding, font, size to whatever*/
float: left;
width: 160px;
height: 160px;
padding: 0px 22px 15px 15px;
text-align: center;
font-family: arial;
font-size: 10px;

}
.arcadebox img {
padding: 0 0 5px 0;
border: 0;
}