body {
	background: #0B0D11;
	font-size: 0.8em;
	color: #BBB69B;
	font-family: sans-serif;
}

h1,
h2 {
	font-weight: normal;
	font-variant: small-caps;
	border-bottom: 1px solid #2D323B;
	padding-right: 0.25em;
	color: #2D323B;
}

h1 {
	font-size: 1.75em;
	text-align: right;
}

h2 {
	font-size: 1.25em;
}

img#logo {
	display: block;
	margin: 50px auto;
}

div.onethird {
	width: 33%;
	min-width: 300px;
	float: left;
}

div.twothirds {
	width: 67%;
	float: left;
}

div.onethird img#logomd {
	margin-top: 150px;
	float: right;
}

section {
	display: block;
	width: 50em;
	max-width: 95%;
	margin: 50px 0 50px 25px;
}

section p {
	letter-spacing: 0.1em;
}

section h1 + p:first-letter,
section a + p:first-letter {
	font-size: 1.25em;
	font-weight: bold;
}

section h1 + p:first-line,
section a + p:first-line {
	font-variant: small-caps;
}

a {
	color: #BBB69B;
}

a img {
	border: 0;
}

a:focus {
	outline: 1px dotted #ABF;
}

nav a,
nav em.selected {
	font-family: sans-serif;
	color: #BBB69B;
	font-variant: small-caps;
	text-decoration: none;
	padding: 1em 3em;
	border-right: 1px solid #2D323B;
}

nav em.selected {
	color: #2D323B;
	font-style: normal;
	cursor: default;
}

nav li:first-child a {
	border-left: 1px solid #2D323B;
}

nav a:hover {
	background: url(/img/nav.png) repeat-x;
}

nav ul {
	clear: both;
	text-align: center;
	padding: 1em 0;
	list-style: none;
	border-top: 1px solid #2D323B;
	margin: 0 5% 100px;
}

nav li {
	display: inline;
}

footer p {
	font-size: 0.8em;
	color: #2D323B;
	position: fixed;
	bottom: 0;
	text-align: center;
	width: 100%;
}

div.subsidiary {
	border-top: 1px solid #2D323B;
	clear: left;
	padding: 1em 0;
}

h1 + div.subsidiary {
	border: 0;
}

div.subsidiary > a {
	float: left;
	margin: 0 10px 10px 0;
}

form input[type="text"],
form textarea {
	display: block;
	margin: 1.5em 0;
	background: #0B0D11;
	border: 3px double #2D323B;
	color: #BBB69B;
	font-size: 1.1em;
	font-family: "Deja Vu Sans Mono", "Bitstream Vera Sans Mono", "Lucida Console", "Monaco", monospace;

}

form textarea {
	width: 100%;
	height: 24em;
}

form input[type="submit"] {
	float: right;
	margin-bottom: 2em;
	background: #0B0D11;
	border: 1px solid #BBB69B;
	color: #BBB69B;
	cursor: pointer;
}

form input[type="submit"]:focus {
	background: #ABF;
	color: #0B0D11;
}

::-moz-selection {
	background:             #0B0D11;
	color:                  #8CF;
}

::selection {
	background:             #0B0D11;
	color:                  #8CF;
}

