body {
    background-color: #000000;
}

#locactions {
    position: bottom;
}

#everything {
    position: relative;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    background-color: #a4a4a4;
}

#header {
    text-align: center;
    width: 100%;
    height: 100px;
    background-color: #a4a4a4;
    background-image:url('logo.gif');
    background-repeat:no-repeat;
    background-position: center center;
    height: 120px;
}

#content {
	width: 610px;
	float:right;
        margin-right: 10px;
}

#content a:link {
    color: #4B4343;
    font-weight: bold;
}

a:link {
    color: #4B4343;
    font-weight: bold;
}

a:hover {
    color: #4B4343;
    font-weight: bold;
}

a:visited{
    color: #6c6161;
    font-weight: bold;
}

#secondary {
    float:left;
    width:310px;
    margin-left: 10px;
}

#location {
    background-color: #E1E1E1;
/*     height: 150px; */
    width: 600px;
    padding: 5px;
    margin:0 0 10px 0;
}

#other {
    padding: 5px;
    text-align: left;
    background-color: #E1E1E1;
    width: 600px;
}

#map {
    margin:0 0 10px 0;
    height: 300px;
    width: 300px;
    background-color: #B4B9B9;
    padding: 5px;
}

#nomap {
    text-align: center;
    vertical-align: center;
    background-color: #B4B9B9;
    padding: 5px;
    padding-top:100px;
}

#sidebar {
    padding: 5px;
    float: left;
    font-size: 12px;
    width: 300px;
    background-color: #b4b9b9;
}

#footer {
    font-size: 9px;
    font-family: Verdana, Helvetica;
    text-align: center;
    clear:both;
    padding:10px 0 0 0;
    background-color: 
}

#content th {
    background-color: #d2d2d2;
}

/*#other visited {
    color: #D59B09;
    font-weight: bold;
}*/

td.home {
    vertical-align: top;
}

td.listtable {
    text-align: center;
    background-color: #D9D9D9;
}

div {
    font-family: Verdana, Helvetica;
    font-size: 12px;
}

table {
    font-family: Verdana, Helvetica;
    font-size: 12px;
}

h1 {
    text-align: center;
}
h2 {
    text-align: center;
}
h3 {
    text-align: center;
}
h4 {
    text-align: center;
}
h5 {
    text-align: center;
    margin: 5px;
}
table.nomap {
    vertical-align: center;
    text-align: center;
    background-color: gray;
    width: 100px;
    height: 100px;
}
td.map {
    font-size: 12px;
    width: 100px;
    height: 100px;
    vertical-align: center;
    text-align: center;
}

td.street {
    background-color: #DDDDDD;
}

td.hospital {
    background-color: #FFDADA;
}

td.police {
    background-color: #B4B9FD;
}

td.building {
    background-color: #CFD5D5;
}


td.avatar {
    width: 64px;
    height: 64px;
    text-align: center;
    vertical-align: top;
}
img.avatar {
    width: 64px;
    height: 64px;
}
img.guildavatar {
    width: 64px;
    height: 32px;
}
td.forumpost {
    vertical-align: top;
}
td.foruminfo {
    vertical-align: top;
    height: 2em;
}

#location a {
    text-decoration: none;
    font-weight: bold;
}

form {
    display: inline;
    padding: 2px;
/*     margin: 1px; */
}

textarea {
    width: 600px;
}

.hidden { /* PhantomCode's forum-editor-thingy */
    display : none;
}

/* http://www.htmldog.com/articles/suckerfish/dropdowns/ */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
        z-index: 1;
}

#nav a {
	display: block;
/* 	width: 7em; */
        z-index: 1;
}

#nav li {
	float: left;
        text-align: center;
	width: 122px;
        background-color: #D2D2D2;
        z-index: 1;
}


#nav li ul {
	position: absolute;
	width: 8em;
	left: -999em;
        z-index: 1;
}

#nav li:hover ul {
	left: auto;
        z-index: 1;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
        z-index: 1;
}

#forum table {
        width: 600px;
}
