@charset "utf-8";
/* CSS Document */

body {
	background-color: #CC9;
}

h1 {
font-size:1em;
text-align:center;
border-width:.2em;
border-color:#996;
border-style:solid;
background-color:#fff;
max-width:20em;
}

h2 {
font-size:1.2em;
}

#header{
	width:60.5em;
	height:4em;
	position: fixed;
	margin-left:1em;
	margin-top:1em;
	padding: 0.5em;
	background-color:#000;
	border-width: 3em;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	text-align: right;
}

#worldnav{
	width: 41em;
	height: 3.3em;
	position: fixed;
	margin-left:18em;
	margin-top: 7.2em;
	background-color:#996;
	text-align: center;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	padding: 0.1em;
        overflow:hidden;
}

#bookmark{
	width: 83px;
	height: 63px;
	position: fixed;
	margin-left:44.5em;
	margin-top: 5em;
	background-color:#CC9;
	padding: 0.1em;
        overflow:hidden;
}

#newz{
	width: 100px;
	height: 70px;
	position: fixed;
	margin-left:44.5em;
	margin-top: 6.2em;
	background-color:#CC9;
	padding: 0.1em;
        overflow:hidden;
}


#newz a{
	color:#CC9;}

#weeklychar
{
	width:12.5em;
	height:20em;
	position: fixed;
	margin-left:1em;
	margin-top:6.4em;
	padding: 0.5em;
	background-color:#000;
	border-width: 3em;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	text-align: right;
}

#news
{
	width:45em;
	height:8em;
	position: fixed;
	margin-left:16em;
	margin-top:10em;
	padding: 0.5em;
	background-color:#D2C3A3;
	border-width: 0.31em;
	color: #996600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	text-align: right;
	border-color: #996;
	border-left-style: solid;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	overflow:auto;
}

#companion a, #news a, #prophecies a {
	color: #000;
	display: inline;
	text-decoration: none;
        text-transform:none;

}

#companion
{
	width:22em;
	height:14em;
	position: fixed;
	margin-left:16em;
	margin-top:19.5em;
	padding: 0.5em;
	background-color:#CC9;
	border-width: 0.31em;
	color: #996600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	text-align: left;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	overflow:hidden;
}

#prophecies
{
	width:22em;
	height:14.7em;
	position: fixed;
	margin-left:38em;
	margin-top:19.5em;
	padding: 0.5em;
	background-color:#CC9;
	border-width: 0.31em;
	color: #996600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	text-align: left;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	overflow:hidden;
}

#messagefooter
{
	width:13em;
	height:3em;
	position: fixed;
	margin-left:1em;
	margin-top:28em;
	padding: 0.3em;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	text-align: left;
}

#bottomfooter {
	width: 53.5em;
	height: 3.3em;
	position: fixed;
	margin-left:18em;
	margin-top:41.5em;
	background-color:#996;
	text-align: center;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: .7em;
	border-style:solid:
	padding: 0.1em;
	z-index: 1;
	border-top-style: solid;
	border-top-color: #996;
	border-top-width: .4em; }
	
	#rq {
	border-bottom-color:#996;
	border-bottom-width:3px;
	border-bottom-style:solid;
	width: 15em;
	height: 12em;
}

#listbutton{
border:1px solid #4B4B4B;
background-color:#F3F3F3;
width:50px;
height:12px;
font: normal 11px Arial;
text-align:center;
cursor:pointer;cursor:hand;
}

.expandhighlight, .expandhighlight a{
color:#996600;
}