html {

}

body {
	text-align: center;
	color: #FFF;
	font-family: "Trebuchet MS", sans serif;
	background-color: #4D0000;

}
#container {
	position: relative;
	width: 612px;
	margin: auto;
	text-align: justify;
	font-size: 0.75em;
	border-style: double;
	border-color: #7f7f7f;

	background-color: #000;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 1.75em;
	margin: 0;
	padding: 3px;
	color: #FFF;

	text-align: center;
}
p {
	padding: 0px 8px 0px 8px;
}
li {
	text-align: left;
	width: 210px;
	font-size: 1em;
}
.navstick {
	text-align: center;
	color: #CCC;
}
a {
	color:#DAA520;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#DAA520;}
a:visited {color:#DAA520;}
a:hover {color:#FFF;}
#datacontainer {
	position: relative;
	width: 790px;
	margin: auto;
	text-align: justify;
	font-size: 0.75em;
	border-style: double;
	border-color: #555;
	background-color: #000;
	padding: 5px;
}#datacontainer hr{
	height: 1px;
}
#table2 {
	width: 650px;
	font-size: 1em;
}
#propdata {
text-align: center;
}
/**** classess *****/
.address {
	text-align: center;
	color: goldenrod;
	font-size: 1.25em;
}
.choices {
text-align: center;
margin: 8px;
}
.guild {
	margin: 10px;
	border: 1px solid black;
}
.map {
	padding: 0 5px;
	margin: 1px;
	border-left: 1px dotted #9f9f9f;
	border-right: 1px dotted #9f9f9f;
}
.streethead {
font-size: 1.5em;
font-weight: bold;
}
.telephone {
font-size: 3em;
}
.thumbing {
border: ipx solid #FFF;
}