/*Copyright ©2010 Ron Collins.  All rights reserved.*/

/* General Settings */
	
body {
	margin:0;
	border:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f2deb6;
	background: #262626;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
image {
	border: 0px;
}
/* Layout */
#container {
	width: 870px;
	background-image: url('images/tpg_backgroundA.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}
#logoicon {
	width: 125px;
	height: 150px;
	background-image: url('images/tpg_headA.png');
	background-repeat: no-repeat;
	background-position: top right;
}
#logo {
	width: 655px;
	height: 120px;
	background-image: url('images/tpg_logoA.png');
	background-repeat: no-repeat;
	background-position: top left;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;background-image: url('images/tpg_gameA.png');
	background-repeat: no-repeat;
	background-position: top right;
}
#content a:link, #content a:visited {
	color: #cccccc;
	text-decoration: none;
}
#quote {
	font-size:12px;
	font-style:italic;
}
#gameframe {
	border:double;
	border-color:#999999;
}
/* Builtby */
#builtby {
	width: 605px;
	height: 60px;
	margin-left: 220px;
	text-align: left;
	font-size: 12px;
	color: #cccccc;
	text-decoration: none;
	font-weight: normal;
	vertical-align: middle;
	float: left;
}
#builtby a:link, #builtby a:visited {
	font-size: 12px;
	color: #cccccc;
	text-decoration: none;
	font-weight: normal;
}
#builtby a:hover {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

/* Removes Link Outline in Firefox */
:link img {
	border: 0px;
}
:visited img {
	border: 0px;
}
:active img {
	border: 0px;
}