body {
	color: #000000;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	font-size: 1em;
	margin-bottom: 10px;
	font-family:Arial;
}

#outer {
	width: 950px;
	text-align:left;
	background-color: #8048B8; /*change this for the background color (orange)*/
	border: 20px ridge #626AA4; /* change to the border color you wish to have */
	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 centred the text will be.*/
#hd_text {
	display: inline;
	float: left;
	width: 550px;
	height:200px;
	padding-top: 32px;
	background:URL(images/fortress.gif) no-repeat;
	background-position:8cm 0cm;
}

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

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.fl_left {
	float: left;
}

.fl_right {
	float: right;
}

#header {
	text-align: center;
	margin-left:10px;
	margin-right:10px;
}

h1.titles {
	width:620px;
	height:150px;
	font-size: 3.2em;
	font-weight: bold;
	font-family: Comic Sans MS, sans-serif;
	position:relative;
	top:-152px;
	left:-3px;
	z-index:100;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
	color:#000000;	
	text-decoration: none;	
}
h1.shadow
{
	width:620px;
	height:150px;
	font-size: 3.2em;
	font-weight: bold;
	font-family: Comic Sans MS, sans-serif;
	text-decoration: none;
	color:#FFFFFF;
	z-index:1;
}

#hd_text h2 {
	margin-top: -140px;
	margin-bottom:20px;
	letter-spacing:-4px;
	font-family:Andale Mono, Verdana;
	font-size:24px;
	color:#331c4a;
}
h4
{
	margin-top: -29px;
	margin-bottom:0px;
	margin-left:-1px;
	font-size:23px;
	letter-spacing:-4.2px;
	font-family:Andale Mono, Verdana;
	font-style:italic;
	unicode-bidi: bidi-override;
	direction: rtl;
	color:#723fa6
}

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

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


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

#intro_right {
	float: right;
	width: 495px;
	height:375px;
	display: inline;
	text-align: left;
	background:URL(images/castle.jpg) no-repeat;
	margin-bottom:-60px;
	}

#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: right;
	display: inline;
	margin-right: 5px;
}
.game_desc img a:hover {
	text-decoration: none;
	border:none;
}


.title {
	width: 270px;
	float:left;
	position:relative;
	top:-20px;
	left:-2px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	z-index:100;
	color:#FFFFFF;
	}
.titleshadow
{
	width: 270px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	z-index:1;
}
.title a:hover, .title a:active {
	text-decoration: none;
	border-right:16px solid white;
	padding-right:6px;
}

.game_desc p {
	display: inline;
	width: 270px;
	font-style: oblique;
	font-size: 15px;
	float: left;
	margin-top: -18px;
	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;
}

.PZ3-l { float:left; margin-right:10px; }
.PZ3-r { float:right; margin-left:10px; direction:rtl; }
  html>/**/body .PZ3-r { position:relative; }

.PZ3zoom { border:1px solid #369; }
.PZ3zoom a,.PZ3zoom a:visited { display:block;
  padding:0; overflow:hidden; text-decoration:none;
  height:100%; width:100%; }
  html>/**/body .PZ3-r a { right:0; }

.PZ3zoom a:hover { position:absolute;
  z-index:999; padding:0; background:none;
  cursor:default; height:auto; width:auto;
  overflow:visible; border:1px solid #369;
  margin:-1px 0 0 -1px; }
  html>body .PZ3zoom a:hover { margin:-1px -1px 0 -1px; }

.PZ3zoom a img { border:0; height:100%; width:100%; }
.PZ3zoom a:hover img { height:auto; width:auto;
  border:0; }

a:hover .PZ3cap,
a:hover .PZ31cap { display:block;
  direction:ltr; font:10pt verdana,sans-serif;
  margin-top:-3px; background:#369; color:#fff;
  text-align:left; }
a:hover .PZ3cap { padding:3px 5px; }
.PZ3inr { display:block; padding:2px 5px; }

.noCap a:hover .PZ3cap { display:none; }
.noBdr,.noBdr a:hover { border:0; }
.Lnk a:hover { cursor:pointer; }