* {
	font-family: sans-serif;
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}	

body {
	height: 100%;
	background: #0c0c0c;
	color: white;
}

div#mainframe {
	background-image: url(/images/background.png);
	background-repeat: repeat-y;
	min-height: 100%;
	width: 800px;
	position: relative;
	background-color: #343434;
	padding: 0px;
	margin: auto;
}

div#contentframe {
	width: 730px;
	margin: auto;
}

div#commentmainframe {
	background-image: url(/images/background-comments.png);
	background-repeat: repeat-y;
	min-height: 100%;
	width: 500px;
	position: relative;
	background-color: #343434;
	padding: 0px;
	margin: auto;
}

div#commentcontentframe {
	width: 430px;
	margin: auto;
}

#header {
	display: block;
	margin: 10px auto;
	position: relative;
}

div#front-page {
	width: 98%;
	margin: auto;
}

div#front-page div#top {
	width: 90%;
	margin: auto;
	margin-bottom: 30px;
}

div#front-page div#body {
	width: 90%;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

div#front-page div#footer {
	margin: auto;
	margin-top: 20px;
	text-align: center;
}

img {
	border-style: none;
}

hr {
	margin: auto;
}

span.caps {
	color: white;
	font-size: 280%
}

span.caps-follow {
	color: white;
 	font-size: 140%; 
}

span.small-caps {
	color: white;
	font-size: 200%
}

span.small-caps-follow {
	color: white;
 	font-size: 100%; 
}

span.fp-i {
	color: white;
	font-style: italic;
}

span.fp {
	color: white;
}

p {
	color: white;
}

.inner-content div.fp {
	color: white;
	font-size: 80%;
	text-align: justify;
}

.inner-content p {
	margin-bottom: 15px;
}

.inner-content span.header {
	color: white;
	font-size: 200%;
	text-align: right;
}

.inner-content span.sub-header {
	color: white;
	font-size: 125%;
	text-align: right;
}

table.tracklist {
	width: 100%;
	margin: 0px;
}

table.tracklist span {
	font-size: 60%;
	text-align: left;
}

table.tracklist td {
	vertical-align: top;	
}

p.error {
	font-weight: bold;
}

a.img-link:link {
	border-bottom: 0px;
}

a.img-link:visited {
	border-bottom: 0px;
}

a:link {
	text-decoration: none; 
	border-bottom: 1px dashed;
	color: white;
}

a:visited {
	text-decoration: none; 
	border-bottom: 1px dashed;
	color: #aaaaaa;
}

#admin-body {
	margin: 10px auto;
}

h1.title {
	display: inline;
}

span.logout {
	margin: 0px 20px;
}

div.form-elem {
	margin: 5px auto;
}

.form-elem input {
	font-size: 8px;
}

.form-elem select {
	font-size: 8px;
}

.form-elem textarea {
	font-size: 8px;
}

img.float-left { 
	float: left; 
	margin-top: 2px; 
	margin-right: 8px; 
	margin-bottom: 8px; 
}

img.float-right { 
	float: right; 
	margin-top: 2px; 
	margin-left: 8px; 
	margin-bottom: 8px; 
}
