/*
 * $Id: emmett.css,v 1.10 2006/06/29 19:12:48 memmett Exp $
 */

body {
        margin: 2% 6% 2% 6%;
        background-color: black;
        color: white;
        font-family: sans-serif;
}

h1 {
        color: red;
        margin-left: -5%;
        margin-right: -5%;
        border-bottom: dashed 2px red;
}

h2 {
        margin-left: -3%;
        margin-right: -3%;
        border-bottom: solid 1px red;
}

h3 {
        margin-left: -2%;
        margin-right: -2%;
}

a, a:visited {
        color: yellow;
}

a:hover {
        color: red;
}

#content {
}

#header {
}

#footer {
	padding: 0.5em;
	border-top: 1px solid;
	font-size: 85%;
}

.center {
	text-align: center;
}

table.maps {
        margin: 1em;  
        border-top: 1px solid black;
        border-bottom: 1px solid black;
}

table.maps th {
        border-bottom: 1px solid black;
}

table.maps td {
        padding: 0.5em;
}

.float-left {
        float: left;
        clear: both;
        width: 45%;
}

.float-right {
        float: right;
        width: 45%;
}

