body, p, h1, h2, h3, h4, h5, h6, big, small , textarea {
    margin: 0;
}
body {
	font: 80%/150% Verdana, Arial, Helvetica, sans-serif;
	min-width: 800px;
}
h2, h3, h4, h5, h6 {
	padding: .25m .25em 0 .25em;
}
h1 {
	font-size: 2em;
	padding: .5em 0 0 .25em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5, h6 {
	font-size: 1.2em;
}
big {
	font-size: 1.8em;
}
small {
	font-size: .9em;
}
p {
	padding: 1em;
}
div {
	display: block;
}
#content {
    position: relative;
	height: 100%;
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
}
#header {
	background: #eee url(/phoeniximmortal/images/drkphoenixlogoback.png) repeat-x 0 0;
    position: fixed;
    width: 100%;
	height: 85px;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
}
#header a {
	text-decoration: none;
}
#main, #nav {
	position: fixed;
	height: auto;
	top: 85px;
	bottom: 4em;
	overflow: auto;
}
#main {
	left: 19em;
	right: 0;
}
#nav {
	right: 17em;
	left: 1em;
	width: 16em;
	padding: 0 0.5em;
	margin-right: 1em;
	border-right: 1px solid black;
}
#footer {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	top: auto;
	border-top: 1px solid black;
	white-space: nowrap;
}
