/* Disenchant.net - Stylesheet */

.no-css {
	display:	none;
}

.header {
	text-align: center;
}

.header img {
	border-style:	none;
	padding:	20px;
}

.sub-header {
	text-align: center;
	padding-top: 0.5em;
}

.footer {
	text-align:	center;
	font-size:	small;
	margin:		30px 5px 5px 5px;
	padding:	3px;
	clear:		both;
}

.news-image {
	border-style:	none;
	margin:		3px;
	padding:	0px;
	text-align:	center;
}

img.map-screenshot {
	float:		left;
	margin:		3px 3px 15px 3px;
	width:		200px;
	height:		150px;
}


/* The map information tables */

table.map-info {
	margin-left:	20px;
	border-style:	none;
}
table.map-info td.left	{
	text-align:	right;
	vertical-align:	top;
}
table.map-info td.right	{
	text-align:	left;
	vertical-align:	top;
}


/* Links */

a         { text-decoration: none; }
a:link    { color: #908070; }
a:visited { color: #908070; }
a:hover   { color: #908070; text-decoration: underline; }


/* Basic element styles */

body {
	background-color:	#090909;
	color:			#605040;
	font-family:		verdanah, trebuchet ms, arial, sans-serif;
	margin:			0% 10%;
}

h1 {
	background-color:	#000000;
	color:			#901010;
	border-style:		solid;
	border-width:		3px 3px;
	border-color:		#370A0A;
	padding:		5px;
	text-align:		center;
	font-size:		large;
	margin:			20px 0px 5px 0px;
	clear:			both;
}

h2 {
	font-size:		large;
	color:			#403020;
	clear:			both;
}

p {
	padding:	2px 5px 5px 5px;
}

hr {
	background-color:	#605040;
	color:			#605040;
	border-style:		solid;
}
