body { 
	color: #ccc1ab;
	font-size: 12px;
	font-family: "Univers 57 Condensed", "Helvetica Neue ", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	padding: 0px;
	margin:0px;
	background-color:#363128;
}

img {
	border: 2px solid #5e5646;
	margin:5px;
}

img:hover {
	border: 2px solid #f75220;
}

img.nomargin {
	margin:0px;
	border:none;
}

img.nomargin:hover {
	margin:0px;
	border:none;
}

/*--===========Structure============--*/
#addressline {
	height:22px;
	background-color:#191513;
	color:#e04e14;
	text-align:right;
	padding:8px 15px 0px 0px;
}

#top {
	height: 107px;
	background-image: url(img/top_bg.jpg);
	background-repeat: no-repeat;
}

#main {
	background-image:url(img/dh_hdr_art.png);
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
	padding:210px 50px 50px 135px;
}

#headfoot {
	padding:10px 0px 10px 0px;
	text-align:right;
	width:650px;
}

#container {
	border-top: 1px dotted #695f4d;
	width:560px;
	padding:15px 0px 30px 0px;
}

#gamemain {
	margin:50px 50px 50px 100px;
	padding:0px;
}

#gamecontainer {
	border-top: 1px dotted #191513;
	color:#ab9f9a;
	padding:15px 0px 30px 0px;
}

.thumbnailnudge {
	padding-left:10px;
}

/*--===========LinkStyles============--*/
.textlink, a.textlink, a.textlink:visited {
	color: #d53f11;
	text-decoration: none;
	font-weight: bold;
}

a.textlink:hover {
	text-decoration: underline;
	background-color: #fff3c4;
}

.whitelink, a.whitelink, a.whitelink:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 1px 4px 1px 4px;
}

a.whitelink:hover {
	background-color: #c84612;
}

a.gamelink, a.gamelink:visited {
	color: #d53f11;
	text-decoration: none;
	font-weight: bold;
	padding: 1px 4px 1px 4px;
}

a.gamelink:hover {
	color:#fff;
	background-color: #d53f11;
}

/*--===========Formatting============--*/
.imagecell {
	border-top: 1px dashed;
	border-color:#d5d5d5;
	padding-top: 4px;
	font-size: 12px;
}

/*--===========TypeStyles============--*/
.gamesectiontitle {
	color:#786f6c;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:4px;
}

.notesandinfo {
	color:#756b56;
	font-size:12px;
	line-height:14px;
	text-transform:none;
	letter-spacing:0;
}

.illotitle {
	color:#665d4b;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:4px;
}