@charset "utf-8";

body {
text-align:center;
background-color:#321011;
color:#fcb973;
font-family:Arial, Helvetica, sans-serif;
}
p {
margin-bottom:.5em;
}
h1 {
font-family:Georgia, "Times New Roman", Times, serif;
margin-bottom:0;
}
a {
text-decoration:none;
color:#FFFFFF;
}
a:visited {
text-decoration:none;
color:#cccccc;
}
a:hover, a:active {
text-decoration:underline;
color:#FFFF00;
}

.l {
text-align:left;
}
.c {
text-align:center;
}
.r {
text-align:right;
}
.clear {
height:.5em;
}

#universe {
position:relative;
width:1000px;
margin:0 auto;
}

#house {
position:absolute;
z-index:50;
top:0;
right:0;
}

#menu div {
background-color:#efbc69;
border:#d9aa5b 1px solid;
color:#000000;
text-align:left;
height:1.5em;
padding:.5em 4px .5em 4px;
}
#menu a, #menu a:visited {
color:#000000;
padding:4px;
background-color:#CCCC66;
border:#999966 1px solid;
text-decoration:none;
font-weight:bold;
}
#menu a:hover {
color:#666600;
background-color:#eeee66;
border:#bbbb66 1px solid;
}

#sidebar div {
background-color:#7e2b0d;
border:#6b1a06 1px solid;
text-align:left;
padding:4px;
margin-bottom: 8px;
}

#content div {
background-color:#731c22;
border:#661219 1px solid;
text-align:left;
padding:4px;
}

.footer {
color:#FFFFFF;
}
