/* Copyright Biron Inc www.bironinc.com */
body {
	color: #000000;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	font-size: 1em;
	margin-bottom: 10px;
}

/*##################################
######## START EDIT ################
###################################*/
#outer {
	width: 850px;
	text-align:left;
	background-color: #6DCFF6; /* Background Color */
	border: 20px ridge #626AA4; /* Border Color */
	margin-right: auto;
	margin-left: auto;
}
/* this part requires a bit of math,
you will need to edit the width of the text area,
according to what the image sizes are, math is as follows:
	(left image) + (right image) = (UN)
	850 - (UN) = width: ???px;
it also a good idea to make the width a bit smaller, a few pixels will do fine,
just in case of any overflows, the smaller the width the more centerd the text will be.*/
#hd_text {
	display: inline;
	float: left;
	width: 550px; /* << Edit Width */
	margin-top: 32px;
}
/*
##################################
######   END EDIT  ###############
##################################
*/

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

a {
	color: #000000;
	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: 3.2em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#hd_text h2 {
	padding-top: 25px;

}

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

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


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

#intro_right {
	float: right;
	width: 495px;
	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: 810px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: left;
}

/* 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: 400px;
	margin-top: 10px;
}

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

.cnt_ad {
	display: inline;
	width: 336px;
	height: 280px;
	clear: left;
	float: left;
	margin-top: 5px;
}

.game_list {
	display: inline;
	float: left;
	width: 400px;
	margin-top: 8px;
}
.game_desc {
	width: 400px;
	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: 425px;
	margin-right: auto;
	margin-top: 5px;
	margin-left: auto;
}

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

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

#right_links li, #left_links li {
	display: inline;
	clear: left;
	float: left;
	width: 205px;
	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: 850px;
	margin-top: 15px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
}
