@import url('normalize.css');

body {
	background-color: #000;
	color: #fff;
	font: 11px Verdana,sans-serif;
	padding-top: 3em;
}

hr {	
	border: 0;
	border-bottom: 1px solid #666;
	margin: 0;
}

p {
	margin: 1em 0 1em 0;
	color: #aaa;
}

i {
	color: #fff;
}

#outsides {
	width: 803px;
	text-align: left;
	margin: auto;
}

#top_right {
	float: right;
	height: 36px;
	width: 350px;
	text-align: right;
	color: #666;
	font: 16px sans-serif;
}

#insides {
	clear: both;
	float: none;
	border: 1px solid silver;
	text-align: left;
	height: 300px;
	margin-top: 1em;
	background-color: #000;
	overflow: auto;
}

#pre_bottom {
	padding-top: 1em;
	border-bottom: 1px solid #666;
}

#bottoms {
	margin-top: 1em;
	margin-bottom: 3em;
}

#bottom_right {
	float: right;
	color: #222;
}

#bottom_right a {
	color: #333;
	text-decoration: none;
}

#bottom_right a:hover {
	color: #666;
	text-decoration: underline;
}

#bottom_left {
	float: left;
}

#bottom_end {
	width: 100%;
	background-color: #000;
	float: none;
	clear: both;
}

a {
	color: olive;
}

a:hover {
	color: silver;
}

#top_right a {
	text-decoration: none;
	font-variant: small-caps;
	margin: 6px;
}

#top_right a:hover {
	margin: 6px;
}

.thumb {
	border: 1px solid gray;
	margin: 1em;
}

.grey {
	color: #666;
}

#info_page {
	color: #444;
	font-size: 9pt;
	padding: 0 1em;
}

#info_page h1 {
	margin-top: 1em;
	color: #111;
	font-size: 13pt;
	margin-bottom: 0;
}

#info_page p {
	color: #666;
}

#info_page div.subtitle {
	color: #444;
	margin-bottom: 1em;
}

.center {
	text-align: center;
}
