/*** Reset ***/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0px;
	padding: 0px;
}
/*** The Guts ***/
body {
	background: #c8c8c8;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
/*** Basic Elements ***/
a {
	border-bottom: 1px dotted #333333;
	color: #222222;
	outline: none;
	padding: 1px 0px;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px solid #333333;
}
a:active {
	padding: 2px 0px 0px 0px;
}
img {
	
}
p {
	margin: 0px 0px 8px 0px;
}
h1, h2, h3, h4, h5, h6 {
	
}
ul {
	margin: 0px 0px 0px 15px;
}
ol {
	margin: 0px 0px 0px 20px;
}
	ol li {
		margin: 0px 0px 5px 0px;
	}
		ol li ol {
			
		}
			ol li ol li {
				margin: 0px 0px 0px 10px;
			}
li {
	
}
input[type="text"], input[type="password"], textarea {
	background: #545454 url(../img/input_text_background.gif) repeat-x;
	border: 1px solid #2f2f2f;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
}
input[type="submit"], input[type="button"] {
	background: #c6c6c6 url(../img/input_submit_background.gif) repeat-x;
	border: 1px solid #2f2f2f;
	color: #2f2f2f;
	font-size: 11px;
	padding: 2px 3px;
	text-shadow: 0px 1px 0px #ffffff;
}
/*** Common Classes ***/
.fill {
	display: block;
	height: 100%;
	width: 100%;
}
.justify {
	text-align: justify;
}
.hide {
	display: none;
}
.paddy {
	margin: auto;
	width: 960px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.center {
	margin: auto;
	text-align: center;
}
.borderless, .borderless:hover {
	border: none;
}
.clear {
	clear: both;
}
.tiny {
	font-size: 60%;
}
.capitalize {
	text-transform: capitalize;
}
.section {
	background: #aeaeae url(../img/stripes_dark.png);
	border: 1px solid #b4b4b4;
	margin: 5px 1px;
	outline: 1px solid #9c9c9c;
	padding: 10px;
}
	.section p, .section a {
		margin: 0px;
		padding: 0px;
	}
	.section img {
		-moz-box-shadow: 0px 0px 5px #333333;
		-webkit-box-shadow: 0px 0px 5px #333333;
	}
.shadow {
	margin: 10px 0px;
	-moz-box-shadow: 0px 0px 5px #333333;
	-webkit-box-shadow: 0px 0px 5px #333333;
}
.dashed-line {
	border-bottom: 1px dashed #B4B4B4;
	margin: 10px 0px;
	width: 100%;
}
.solid-line {
	border-bottom: 1px solid #EBEBEB;
	border-top: 1px solid #B4B4B4;
	margin: 10px 0px;
	width: 100%;
}
.buttons-dual {
	margin: 0px !important;
	text-align: center;
	width: 100%;
}
	.buttons-dual li {
		display: inline-block;
		text-align: center;
		width: 300px;
	}
		.buttons-dual li a {
			background: url(../img/sprite_button_background.gif) repeat-x;
			border: 1px solid #4e4e4e;
			color: #ffffff;
			display: inline-block;
			height: 20px;
			padding: 15px 0px;
			font-size: 15px;
			font-weight: bold;
			text-shadow: 0px 1px 0px #4e4e4e;
			width: 100%;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}
		.buttons-dual li a:hover {
			color: #cccccc;
		}
		.buttons-dual li a:active {
			background: url(../img/sprite_button_background.gif) 0px -50px repeat-x;
			border: 1px solid #979797;
			color: #414141;
			text-shadow: 0px 1px 0px #d6d6d6;
		}
/*** Super Special Classes ***/
/** Menu Elements **/
.sidebar-curvy {
	background: url(../img/sidebar_curvy_background.gif);
	height: 12px;
	width: 142px;
}
/** Advertisments **/
.advertisment-side {
	margin: 6px auto 0px auto;
	text-align: center;
}
	.advertisment-side p {
		color: #676767;
		font-size: 11px;
		line-height: normal;
		margin: 0px 0px 4px 0px;
		text-transform: uppercase;
		text-shadow: 0px 1px 0px #ffffff;
	}
/** Quest Listing **/
.quest-listing {
	
}
	.quest-listing tr {
		
	}
		.quest-listing tr td {
			border-bottom: 1px dashed #adadad;
			padding: 2px 0px;
		}
			.quest-listing tr td a {
				border: none;
				font-weight: bold;
			}
			.quest-listing tr td a:hover {
				color: #555555;
				}
/** Video Listing **/
.video {
	background: #e1e1e1;
	border: 1px solid #acacac;
	display: none;
	margin: 10px 0px;
	padding: 4px 4px 0px 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.video-table {
	width: 100%;
}
	.video-table tr {
		
	}
		.video-table tr td {
			border-bottom: 1px solid #b4b4b4;
			border-top: 1px solid #ebebeb;
			padding: 10px 0px;
			width: 50%;
		}
			.video-table tr td .video-number {
				color: #d6d6d6;
				float: right;
				font-size: 70px;
				margin: 20px 0px 0px 0px;
				text-align: right;
				width: 100px;
			}
			.video-table tr td .video-thumbnails {
				height: 90px;
				margin: 0px 0px 5px 0px !important;
			}
				.video-table tr td .video-thumbnails li {
					display: inline;
					list-style: none;
					margin: 0px 0px 0px -4px;
				}
				.video-table tr td .video-thumbnails .video-thumbnail-first {
					margin: 0px;
				}
			.video-table tr td .video-stats {
				border-left: 1px dashed #676767;
				float: right;
				height: 90px;
				margin: 0px !important;
				padding: 0px 0px 0px 7px;
				width: 160px;
			}
				.video-table tr td .video-stats li {
					list-style: none;
				}
			.video-table tr td .video-title {
				background: url(../img/trans_black.png);
				color: #ffffff;
				display: block;
				font-size: 13px;
				font-weight: bold;
				margin: 0px;
				position: absolute;
				padding: 4px;
				text-shadow: 0px 0px 3px #000000;
				width: 352px;
				z-index: 100;
			}
				.video-table tr td .video-title a {
					border: none;
					color: #ffffff;
				}
				.video-table tr td .video-title a:hover {
					border: none;
					color: #eeeeee;
				}
			.video-table tr td .video-description {
				margin: 0px !important;
			}
				.video-table tr td .video-description a {
					border: none;
				}
				.video-table tr td .video-description a:hover {
					border-bottom: 1px solid #333333;
				}
		.video-table tr .video-first {
			border-top: none;
			padding: 0px 0px 10px 0px;
		}
		.video-table tr .video-last {
			border-bottom: none;
		}
/** Item Help **/
.item-help {
	background: #e1e1e1;
	border: 1px solid #acacac;
	display: none;
	margin: 5px auto;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
		.item-help tr td {
			border-bottom: 1px dotted #b4b4b4;
			width: 310px;
		}
		.item-help tr td:first-child {
			font-weight: bold;
		}
		.item-help tr:last-child td {
			border-bottom: none;
		}
/** Information Table **/
.info {
	border-bottom: 1px dashed #b4b4b4;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	width: 100%;
}
	.info tr {
		width: 100%;
	}
		.info td {
			border-right: 1px dotted #b4b4b4;
			padding: 0px 2px;
			vertical-align: top;
			width: 25%;
		}
		.info td:first-child {
			padding: 0px 2px 0px 0px;
		}
		.info td:last-child {
			border: none;
			padding: 0px 0px 0px 2px;
		}
			.info td p, .info td ul {
				border: none !important;
				display: block;
				margin: 0px;
				padding: 5px 0px;
			}
			.info td ul {
				margin: 0px !important;
				padding: 5px 0px 5px 20px;
			}
			.info td p.info-title {
				border-bottom: 1px solid #b4b4b4 !important;
				border-top: none;
				display: block;
				margin: 0px;
				padding: 2px 0px;
				min-height: 0px;
			}
			.info td .info-content {
				border-top: 1px solid #ebebeb !important;
			}
/** Staff Listing **/
.staff {
	
}
	.staff .info {
		border-bottom: none;
		margin: 0px;
		padding: 0px;
	}
	.staff .avatar {
		height: 195px;
		float: left;
		margin: 5px 0px 0px 0px;
		width: 180px;
		background: none;
		border: none;
		outline: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
		.staff .avatar a, .staff .avatar img {
			border: none !important;
		}
		.staff .avatar span {
			background: url(../img/trans_black.png);
			color: #ffffff;
			display: block;
			font-size: 16px;
			font-weight: bold;
			margin: -33px 0px 0px 0px;
			position: absolute;
			padding: 4px;
			text-shadow: 0px 0px 3px #000000;
			width: 162px;
			z-index: 100;
		}
		.staff .avatar p {
			color: #ffffff;
			display: block;
			font-size: 10px;
			font-weight: bold;
			line-height: normal;
			margin: -2px 0px 0px 0px;
			text-align: center;
			text-shadow: 0px -1px 0px #9f9d9d;
			width: 170px;
		}
	.staff .info {
		min-height: 190px;
	}
		.staff .info p {
			text-align: justify;
		}
		.staff .info .sub-info {
			border-left: 1px dotted #B4B4B4;
			float: right;
			margin: 0px 0px 0px 10px;
			padding: 0px 0px 0px 5px;
			width: 170px;
		}
/** Side Box **/
.side-box {
	background: #d8d8d8;
	border: 1px solid #ececec;
	font-size: 11px;
	margin: 6px 0px 12px 0px;
	padding: 8px 5px;
	width: 97px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0px 0px 5px #333333;
	-webkit-box-shadow: 0px 0px 5px #333333;
}
	.side-box p {
		margin: 0px 0px 3px 0px;
	}
	.side-box ul {
		margin: 0px !important;
	}
		.side-box ul li {
			list-style: none;
		}
			.side-box ul li a {
				border: none;
				padding: 0px 2px 0px 0px;
			}
			.side-box ul li a:hover {
				color: #000000;
			}
			.side-box ul li a:active {
				padding: 0px 0px 0px 2px;
			}
/** Guide Banner **/
.guide-banner {
	height: 200px;
	float: left;
	margin: 6px 0px 10px 0px;
	width: 520px;
}
.guide-description {
	background: url(../img/trans_black.png);
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-style: italic;
	margin: 6px 0px 0px 0px;
	position: absolute;
	padding: 4px;
	text-shadow: 0px 0px 3px #000000;
	width: 512px;
	z-index: 100;
}
/** Forms **/
.input-block {
	margin: auto;
	text-align: center;
	width: 500px;
}
	.input-block input, .input-block textarea {
		margin: 8px 0px 0px 0px;
	}
	.input-block textarea {
		width: 400px;
	}
	.input-block input[type="submit"] {
		border: 1px solid #b3b2b2;
	}
/** Article Information **/
.authors {
	background: url(../img/icon_person.gif) left center no-repeat;
}
	.authors a {
		border: none;
		color: #757575;
	}
	.authors a:hover {
		color: #636161;
	}
.avatar {
	float: right;
	height: 70px;
	margin: -25px 0px 10px 10px;
	width: 70px;
	border: 1px solid #b4b4b4;
	padding: 2px;
	background: #e1e1e1;
	-moz-box-shadow: 0px 0px 3px #ffffff;
	-webkit-box-shadow: 0px 0px 3px #ffffff;
}
/** Icons **/
.date, .alert, .authors {
	color: #848484;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	padding: 1px 0px 1px 18px;
}
.date {
	background: url(../img/icon_calendar.gif) left center no-repeat;
}
.alert {
	background: url(../img/icon_alert.gif) left center no-repeat;
	border: none;
	color: #333333;
	font-weight: bold;
}
.alert:hover {
	border-bottom: 1px solid #333333;
}
.alert:active {
	padding: 1px 0px 1px 18px;
}
/*** Divisions ***/
/** Header **/
#header {
	background: #393939 url(../img/header_background.jpg) center no-repeat;
	height: 100px;
}
	#header .paddy {
		background: url(../img/header_radial.png) right center no-repeat;
		position: relative;
		z-index: 1;
	}
#right {
	width: 600px;
}
/** Login Area **/
#login {
		height: 40px;
		margin: 10px 0px 0px 0px;
		text-align: right;
	}
	#login p {
		color: #a6a6a6;
		font-size: 11px;
		margin: 5px 0px 0px 0px;
		line-height: normal;
	}
		#login p span {
			display: block;
			font-size: 12px;
			text-shadow: 0px -1px 0px #393939;
			padding: 0px 0px 4px 0px;
		}
		#login p a {
			background: none;
			border: none;
			color: #dbdbdb;
		}
		#login p a:hover {
			color: #ffffff;
		}
		#login input {
			display: inline;
		}
/** Tabs **/
#tabs {
	margin: 16px 0px 0px 0px;
	text-align: right;
}
	#tabs ul li {
		display: inline;
	}
	#tabs ul li a {
		background: url(../img/tabs_sprite.gif) 0px 34px;
		border: none;
		color: #f1f1f1;
		display: inline-block;
		font-size: 15px;
		font-weight: bold;
		height: 18px;
		margin: 0px 0px 0px -1px;
		padding: 8px 0px;
		text-align: center;
		text-shadow: 0px 1px 0px #4f4f4f;
		width: 140px;
	}
	#tabs ul li a:hover {
		color: #d6d6d6;
	}
	#tabs ul li.active a {
		background: url(../img/tabs_sprite.gif) 0px 0px;
		color: #5a5a5a;
		text-shadow: 0px 1px 0px #f0f0f0;
	}
	#tabs ul li.active a:hover {
		color: #414141;
	}
/** Logo **/
#logo {
	background: url(../img/logo_sprite.png) 0px 0px;
	height: 100px;
	margin: 0px 0px 0px -75px;
	width: 370px;
}
#logo:hover {
	background: url(../img/logo_sprite.png) 0px 100px;
}
	#logo a {
		background: none;
		border: none;
	}
/** Content Holders **/
#container {
	background: url(../img/container_background.gif) repeat-x;
	border-bottom: 1px solid #dfdfdf;
	border-top: 1px solid #ffffff;
	padding: 0px 0px 20px 0px;
}
	#container .paddy {
		margin: -1px auto 0px auto;
	}
#content {
	margin: auto;
	padding: 10px 20px 20px 20px;
	width: 636px;
}
/** Breadcrumbs **/
#breadcrumbs {
	border-bottom: 1px solid #b4b4b4;
	padding: 0px 0px 10px 0px;
}
	#breadcrumbs .home {
		background: url(../img/icon_home.gif) left center no-repeat;
		padding: 1px 0px 0px 13px;
	}
	#breadcrumbs p {
		color: #777777;
		font-size: 12px;
		line-height: normal;
		margin: 0px;
		text-transform: lowercase;
	}
	#breadcrumbs p a {
		background: none;
		border: none;
		color: #333333;
	}
	#breadcrumbs p a:hover {
		border-bottom: 1px dotted #555555;
	}
/** Theme Switching **/
#switcher {
	background: url(../img/icon_theme.png) left center no-repeat;
	padding: 0px 0px 0px 20px;
	height: 16px;
	width: 56px;
	text-align: right;
}
/** Radio Status **/
#radio-status {
	float: right;
	background: url(../img/icon_radio.png) left center no-repeat;
	padding: 0px 0px 0px 20px;
	height: 16px;
}
/** Sub-Content **/
#content-sub {
	border-bottom: 1px solid #ebebeb;
}
	#content-sub ul {
		margin: 0px 0px 8px 15px;
	}
	#content-sub .content-item {
		border-top: 1px solid #ebebeb;
		border-bottom: 1px solid #b4b4b4;
		padding: 10px 0px;
	}
		#content-sub .content-item h1 {
			margin: 0px 0px 5px 0px;
			letter-spacing: -1px;
			text-shadow: 0px 1px 0px #e1e1e1;
		}
			#content-sub .content-item h1 a {
				border: none;
				padding: 0px 20px 0px 0px;
			}
			#content-sub .content-item h1 a:hover {
				color: #000000;
				background: url(../img/icons/helveticons/16x16/Link%2016x16.png) right center no-repeat;
			}
			#content-sub .content-item h1 a:focus, #content-sub .content-item h1 a:active {
				color: #333333;
				top: 1px;
				position: relative;
			}
/** Radio **/
#now-playing {
	width: 350px;
	height: 121px;
}
	#now-playing img {
		
	}
	#now-playing span {
		font-size: 11px;
		text-transform: uppercase;
		display: block;
		color: #eeeeee;
	}
	#now-playing h2 {
		background: url(../img/trans_black.png);
		display: block;
		font-size: 14px;
		font-weight: bold;
		margin: 0px;
		color: #ffffff;
		position: absolute;
		padding: 4px;
		text-shadow: 0px 0px 3px #000000;
		width: 342px;
		z-index: 100;
	}
	#now-playing #SongName {
		font-size: 14px;
	}
#dj-area {
	float: right;
	width: 265px;
	border-left: 1px dotted #393939;
	padding: 0px 0px 0px 10px;
}
	#dj-area img {
		background: #444444;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		padding: 4px;
	}
	#dj-area p {
		width: 128px;
		font-size: 11px;
		padding: 2px 0px 0px 0px;
		text-transform: uppercase;
		font-weight: bold;
		margin: 0px 0px 1px 0px;
		text-align: center;
	}
	#dj-area span {
		font-size: 11px;
		text-transform: uppercase;
		display: block;
	}
	#dj-area h2 {
		font-size: 13px;
		font-weight: bold;
		margin: -5px 0px 0px 140px;
	}
	#dj-area blockquote {
		margin: 10px 0px 0px 140px;
		font-size: 11px;
		line-height: 18px;
		padding: 5px;
		text-shadow: 0px -1px 0px #aeaeae;
	}
	#dj-area h4 {
		display: block;
		text-transform: uppercase;
		border: 1px solid #e1e1e1;
		background: #e1e1e1 url(../img/stripes_dark.png);
		margin: 3px 0px 2px 0px;
		padding: 2px;
		text-align: center;
		-moz-box-shadow: 0px 0px 3px #636363;
		-webkit-box-shadow: 0px 0px 3px #636363;
		text-shadow: 0px 0px 5px #ffffff;
	}
	#dj-area #CurrentDJ {
		font-size: 14px !important;
	}
#actions {
	
}
	#actions ul {
		margin: 0px 0px 0px 4px;
	}
		#actions ul li {
			display: inline;
			list-style: none;
			margin: 0px 0px 0px -4px;
		}
			#actions ul li a {
				background: url(../img/sprite_button_background.gif) 0px -10px repeat-x;
				border: 1px solid #4e4e4e;
				border-left: 1px solid #606060;
				color: #ffffff;
				display: inline-block;
				padding: 5px 13px 5px 13px;
				font-size: 11px;
				font-weight: bold;
				text-shadow: 0px 1px 0px #4e4e4e;
				text-align: center;
			}
			#actions ul li a:hover {
				background: url(../img/sprite_button_background.gif) 0px -60px repeat-x;
				border: 1px solid #979797;
				border-left: 1px solid #686868;
				color: #414141;
				cursor: pointer;
				text-shadow: 0px 1px 0px #d6d6d6;
			}
			#actions ul li.first a {
				min-width: 86px;
			}
#player {
	width: 348px;
	background: #616161;
	text-align: center;
	padding: 4px 0px;
	border: 1px solid #4e4e4e;
	border-top: none;
}
#request {
	height: 121px !important;
}
	#request p {
		width: 90px;
		border-right: 1px dotted #333333;
	}
	#request input {
		margin: -8px 0px 0px 5px;
		width: 242px;
		padding: 2px;
	}
/** Adventurer's Log **/
#adventurers-log {
	
}
	#adventurers-log form {
		padding: 5px;
		margin: 20px 0px;
		background: #b6b6b6 url(../img/stripes_dark.png);
		border: 1px solid #b2b2b2;
		border-bottom: 2px solid #b2b2b2;
		-moz-border-radius: 2px;
		-moz-box-shadow: 0px 1px 2px #555555;
		-webkit-box-shadow: 0px 1px 2px #555555;
	}
	#adventurers-log-ajax {
		
	}
	#adventurers-log-skills {
		float: right;
		font-size: 12px;
		border: 1px solid #e1e1e1;
		background: #e1e1e1 url(../img/stripes_dark.png);
		text-align: center;
		-moz-box-shadow: 0px 0px 3px #636363;
		-webkit-box-shadow: 0px 0px 3px #636363;
		text-shadow: 0px 0px 5px #ffffff;
	}
		#adventurers-log-skills tr {
			
		}
			#adventurers-log-skills tr td {
				padding: 4px 7px;
				border-right: 1px solid #b4b4b4;
				border-bottom: 1px solid #b4b4b4;
			}
				#adventurers-log-skills tr td img {
					vertical-align: middle;
					margin: 0px 1px 0px 0px;
				}
			#adventurers-log-skills tr td.last {
				border-right: none;
			}
			#adventurers-log-skills tr.last td {
				border-bottom: none;
			}
		#adventurers-log-skills a {
			border: none;
			font-weight: bold;
		}
		#adventurers-log-skills a:hover {
			border-bottom: 1px solid #333333;
		}
		#adventurers-log-skills a:focus, #adventurers-log-skills a:active {
			top: 1px;
			position: relative;
		}
	#adventurers-log-avatar {
		font-size: 12px;
		border: 1px solid #e1e1e1;
		background: #e1e1e1 url(../img/stripes_dark.png);
		padding: 12px 8px 0px 8px;
		text-align: center;
		-moz-box-shadow: 0px 0px 3px #636363;
		-webkit-box-shadow: 0px 0px 3px #636363;
		text-shadow: 0px 0px 5px #ffffff;
		width: 200px;
		font-weight: bold;
	}
		#adventurers-log-avatar p {
			margin: 2px 0px 0px 0px;
		}
		#adventurers-log-avatar img {
			background: #444444;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			padding: 4px;
		}
		#adventurers-log-avatar img#full {
			margin: 0px 0px 0px 10px;
		}
/** Guides **/
#written {
	
}
	#written img {
		-moz-box-shadow: 0px 0px 5px #333333;
		-webkit-box-shadow: 0px 0px 5px #333333;
		margin: 15px auto;
		background: #e1e1e1;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	}
/** Games Listing **/
#game-letter-menu {
	margin: 10px 0px;
	text-align: center;
}
	#game-letter-menu a {
		border: 1px solid #a3a3a3;
		font-size: 12px;
		font-weight: bold;
		margin: 0px 2px 0px 0px;
		padding: 1px 5px;
	}
	#game-letter-menu a:hover, #game-letter-menu a.active {
		background: #8a8a8a;
		border: 1px solid #8a8a8a;
	}
	#game-letter-menu a:active {
		background: #6a6a6a;
		border: 1px solid #6a6a6a;
		color: #ffffff;
	}
#game-list {
	
}
	#game-list h3 {
		text-transform: uppercase;
		background: url(../img/repeat_dotted.png) repeat-x center;
		font-size: 13px;
		margin: 10px 0px 0px 0px;
		display: block;
	}
		#game-list h3 span {
			background: #c8c8c8;
			padding: 0px 5px 0px 0px;
		}
	#game-list a, #game-list a img {
		border: none;
		padding: 0px;
	}
	#game-list table, #game-list tr {
		width: 100%;
	}
		#game-list tr td {
			margin: 0px 0px 10px 0px;
			padding: 0px 6px;
		}
		#game-list tr td.game-col-1 {
			padding: 0px 12px 0px 0px;
		}
		#game-list tr td.game-col-3 {
			padding: 0px 0px 0px 12px;
		}
	#game-list .game-letter {
		padding: 0px 0px 10px 0px;
		width: 100%;
	}
		#game-list .game-letter h3 {
			border-bottom: 1px solid #b4b4b4;
			display: block;
			font-size: 16px;
			padding: 2px 0px;
			background: none;
		}
	#game-list .game-title {
		background: url(../img/trans_black.png);
		display: block;
		font-size: 12px;
		font-weight: bold;
		margin: 0px;
		position: absolute;
		padding: 4px;
		text-shadow: 0px 0px 3px #000000;
		width: 192px;
		z-index: 100;
	}
		#game-list .game-title a {
			border: none;
			color: #ffffff;
			display: block;
			width: 100%;
		}
		#game-list .game-title a:hover {
			color: #eeeeee;
		}
	#game-list .game-thumbnail {
		
	}
	#game-list .game-links {
		background: #797979 url(../img/grad_gray_2.gif) repeat-x;
		border: 1px solid #6d6d6d;
		border-top: none;
		margin: 0px 0px 20px 0px;
		min-height: 20px;
		padding: 2px 4px;
		text-align: center;
		width: 190px;
	}
		#game-list .game-links li {
			display: inline;
			font-size: 12px;
			font-weight: bold;
			list-style: none;
			margin: 0px 10px 0px 0px;
		}
			#game-list .game-links li a {
				border: none;
				color: #ffffff;
			}
			#game-list .game-links li a:hover {
				text-decoration: underline;
			}
/** Alerts and Messages **/
#messages {
	margin: auto;
	padding: 5px;
	text-align: center;
	width: 400px;
}
	#messages p {
		font-size: 12px;
		margin: 0px;
	}
	#messages.good {
		background: #c6ffc2;
		border: 1px solid #9dde9b;
	}
	#messages.bad {
		background: #ffc2c2;
		border: 1px solid #de9b9b;
	}
/** Sidebars **/
#sidebar-right {
	background: #e1e1e1 url(../img/sidebar_background.gif) repeat-y;
	float: right;
	width: 142px;
}
#sidebar-left {
	background: #e1e1e1 url(../img/sidebar_background.gif) repeat-y;
	float: left;
	width: 142px;
}
#sidebar-left h6, #sidebar-right h6 {
	background: url(../img/sidebar_heading_background.gif);
	color: #ffffff;
	height: 21px;
	margin: 6px auto 0px auto;
	padding: 1px 0px 2px 0px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 1px 0px #444444;
	text-transform: lowercase;
	width: 128px;
}
#sidebar-left ul, #sidebar-right ul {
	background: #c8c8c8 url(../img/sidebar_ul_background.gif);
	margin: 0px auto 0px auto;
	width: 128px;
}
	#sidebar-left ul li, #sidebar-right ul li {
		list-style: none;
	}
		#sidebar-left ul li a, #sidebar-right ul li a {
			border-bottom: 1px solid #b2b2b2;
			border-top: 1px solid #d1d1d1;
			color: #434343;
			display: block;
			margin: 0px 0px 0px 1px;
			padding: 1px 4px;
			text-shadow: 0px 1px 0px #dfdfdf;
			text-transform: capitalize;
			width: 118px;
		}
		#sidebar-left ul li a:hover, #sidebar-right ul li a:hover {
			background: #b9b9b9;
		}
		#sidebar-left ul li a:active, #sidebar-right ul li a:active {
			padding: 2px 4px 0px 4px;
		}
		#sidebar-left ul li a.first, #sidebar-right ul li a.first {
			border-top: none;
		}
		#sidebar-left ul li a.last, #sidebar-right ul li a.last {
			border-bottom: none;
		}
	#sidebar-left ul li:last-child, #sidebar-right ul li:last-child {
		background: url(../img/sidebar_ul_curvy_background.gif) bottom no-repeat;
	}
		#sidebar-left ul li:last-child:hover a, #sidebar-right ul li:last-child:hover a {
			background: #b9b9b9 url(../img/sidebar_ul_curvy_hover_background.gif) bottom no-repeat;
		}
/** Footer **/
#footer {
	background: #4b4b4b url(../img/footer_background.gif) top center no-repeat;
	border-bottom: 1px solid #575757;
	border-top: 1px solid #353535;
	padding: 10px 0px;
}
	#footer p {
		color: #a5a5a5;
		margin: 0px;
		font-size: 12px;
		padding: 0px 0px;
		text-align: center;
		text-shadow: 0px -1px 0px #4b4b4b;
		text-transform: lowercase;
	}
		#footer p a {
			border-bottom: 1px solid #a5a5a5;
			color: #a5a5a5;
		}
		#footer p a:hover {
			color: #cccccc;
		}