html,body { height: 100%; }
body { 
	background: url('../images/background.gif');
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#top { 
	width: 680px;
	height: 63px; 
	background: url('../images/top_logo.gif') no-repeat center; 
}
#page { width: 100%; height: 100%; background: url('../images/top_background.gif') repeat-x;}
#main {
	width: 680px;
	min-height: 202.5%;
	margin: 0 auto;
	background: url('../images/body_background.gif') repeat-y center;
	height: auto;
}
#content {
	padding: 0px 40px;

}

/* Gone fishin */

#inner_header {
	position: relative;
	height: 419px;
	width: 600px;
	min-height: 419px; 
	background: url('../images/bg_top.jpg') no-repeat ;
	
}

/* nav bar and buttons */

#inner_nav {
	position: relative;
	height: 65px;
	min_height: 30px;
	width: 600px;
}

#nav_home {
	position: absolute;
	left: 15px;
	height: 30px;
	width: 120px;
	top: 0px;
}

#nav_home[id] {
  	background:url('../images/home_new.png');
}

#nav_purchase {
	position: absolute;
	left: 460px;
	height: 30px;
	width: 120px;
	top: 0;
}

#nav_purchase[id] {
	background:url('../images/purchase_new.png');
}

#nav_tryitout {
	position: absolute;
	left: 314px;
	height: 30px;
	width: 120px;
	top: 0px;
}

#nav_tryitout[id] {
	background:url('../images/tryitout_new.png');
}

#nav_howtoplay {
	position: relative;
	left: 165px;
	height: 30px;
	width: 120px;
	top: 0px;
}

#nav_howtoplay[id] {
	background:url('../images/howtoplay_new.png');
}

/* end nav bar and buttons */


#tab {
	position: relative;
	height: 31px;
	width: 410px;
}

#tab[id] {
	background:url('../images/tab.png');
}

	

#inner_body {
	position: relative;
	width: 600px;
	background: url('../images/bg_middle.jpg') repeat-y;
	min-height: 1004px;
	height: 1004px;
}

/* Hides from IE-mac \*/
#container { display: block; }
/* End hide from IE-mac */

#inner_body:after { 
	content: ".";
	display: block;
	height: 0; 
	clear: both;
	visibility: hidden; 
}

/* end fix */

#inner_footer {
	position: relative;
	height: 100px;
	width: 600px;
	min-height: 100px; 
	background: url('../images/bg_bottom.jpg') no-repeat;

}

#sidetext {
	float: right;
	position: relative;
	left:  -10px;
	width: 170px;
	height: auto;
}

#maintext {
	float: right;
	position: relative;
	width: 420px;
	height: auto;
	border-style: none;
	border-color: #999999;
	border-width: 0px;
}

#sidepanel {
	position: relative;
	left: 5px;
	width: 140px;
	height: auto;
	padding: 5px 5px;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
}

#sidepanel[id] {
  background:url('../images/white_transparent.png') repeat;
}


h4 {
	margin: 0;
	color: #0162A8;
	font-size: 16px;
	font-style: italic;
}

img.floatLeft { 
    margin: 2px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}


/* end Gone fishin */

#copyright {
	color: #999;
	font-family: Arial, sans-serif;
	font-size: 85%;
	text-align: center;				
	padding: 20px 0;
	clear: both;
}
#logo {
	text-align: left;
	float: left;
	padding-left: 48px;
	margin-top: 21px;
}

#nav {
	float: right;
	text-align: right;
	padding-right: 53px; 
	padding-top: 26px;
}
#nav a { margin-left: 14px; padding-bottom: 2px; padding-top: 20px; }
#nav a:link {
	color: #444;
	text-decoration: none;
	border: 0;
}
#nav a:visited { 
	text-decoration: none;
	color: #444;
	border: 0;
}
#nav a:hover { 
	color: #1a9bd1;
	border-top: 40px solid #4e5154;
}
a:link {
	color: #0071a6;
	text-decoration: none;
}
a:visited { 
	color: #0071a6;
	text-decoration: none;
}
a:hover { 
	color: #1a9bd1;
	text-decoration: underline;
}
#bottom-nav {
	font-size: 80%;
}
#bottom-nav a:link {
	color: #444;
}
#bottom-nav a:visited {
	color: #444;
}

#footer {
	margin-top: 20px;
	text-align:center;
	clear: both;
}

.help {
	cursor: help;
}
form { 
	margin: 0;
	border: 1px dashed #ccc;
	border-left: 0;
	border-right: 0;
	padding: 0 10px;
	padding-bottom: 10px;
	background: #eee;
}
small form {
	border: 0;
	padding: 0;
	display: inline;
}
small form input {
	font-size: 10px;
}
form dl dd {
	width: 370px;
	margin: 0;
	margin-bottom: 3px;
	float: left;
	clear: right;
	display: inline;
}
form dl dt {
	font-weight: bold;
	display: inline;
	margin: 0;
	margin-bottom: 3px;
	width: 150px;
	float: left;
}
h1 {
	font-size: 17px;
	border-left: 30px solid #afb5b8;
	padding-left: 7px;
	color: #687176;
	margin: 0;
	display: inline;
	margin-right: 5px;
}
h2 {
	width: 98%;
	background: #f5f5f5;
	padding: 5px;
	margin: 0;
	font-size: 16px;
	color: #3d5a6b;
}
h3 {
	margin: 0;
	color: #8ea941;
	font-size: 14px;
	font-style: italic;
}
.game_title {
	width: 590px;
	height: 120px;
	margin-bottom: 16px;
}
.game_title .game_image {
	text-align: center;
	float: left;
	margin:0;
}
.game_title .game_desc { 
	background: url('../images/game_item.gif') no-repeat;
	padding: 10px;
	padding-left: 14px;
	float: left;
	width: 410px;
	height: 120px;
}
hr {
	border-collapse: collapse;
	height: 1px;
	color: #ccc;
	margin-bottom: 7px;
	border: 0;
	border-top: 1px solid #ccc;
}
small {
	font-size: 90%;
}
small.faint {
	color: #999;
}
p.top { margin: 0; }
.indent {
	width: 550px;
	margin: 10px 20px;
	margin-bottom: 30px;
}
.indent p {
	margin-top: 7px;
}
div *.justified { text-align: justify;}
#sidetext_USP {
	float: left;
	position: relative;
	left:  5px;
	width: 160px;
	height: auto;
	padding-right: 5px;
}

