body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #121212;
	color: #ffffff;
	font-size: large;
	text-align: center;
	line-height: 125%;
	margin: 0;
	padding: 0;
}

#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 840px;
	height: 640px;
	text-align: left;
}

a {
	color: #d18a5e;
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	
}

label.info {
	margin: 20px;
	color: #95afb5;
	line-height: 150%;
	font-size: large;
}

form.register {
	width: 550px;
	line-height: 150%;
}

form.register fieldset {
	border: 2px solid;
	padding: 20px;
}

form.register legend {
	color: #d18a5e;
	padding-right: 2px;
	font-weight: bold;
}

form.register table {
	padding: 10px;
}

form.register label {
	display: block;
	width: 150px;
	text-align: right;
	line-height: 150%;
	color: #d18a5e;
}

form.register input {
	width: 300px;
}

#formregisterwidth {
	width: 300px;
}

#menu td {
	padding-left: 10px;
	padding-right: 10px;
}

form.music {
	padding-top: 10px;
}

form.music table {
	width: 580px;
	text-align: center;
	border-width: 1px;
	border-color: #888888;
	border-style: solid;
	border-collapse: collapse;
}

form.music tr {
	margin-top: -5px;
	margin-bottom: -5px;
}

form.music td {
	border: solid 1px #2f2f2f;
	border-bottom: solid 1px #2f2f2f;
	padding: 15px;
}

form.music label {
	display: block;
	text-align: right;
	width: 250px;
	margin-right: -5px;
}

form.music span {
	color: #d18a5e;
	font-size: x-large;
	font-style: italic;
}

.blog {
	color: #ffffff;
	line-height: 100%;
	width: 440px;
	position: relative;
}

.blog legend {
	color: #ffffff;
}

.blog h2 {
	color: #ddd3c7;
}

.blog p {
	font-size: small;
	color: #ddd3c7;
	line-height: 110%;
}

.blog image {
	margin-top: 5px;
}

.blog small {
	font-size: x-small;
	color: #95afb5;
	position: relative;
	top: -15px;
}

.editblog {
	color: #ffffff;
	line-height: 100%;
	width: 800px;
}

.editblog input {
	width: 200px;
}

.editblog tr {
	text-align: center;
}

.editblog td {
	width: 275px;
}

.editblog legend {
	color: #ffffff;
}

.editpost {
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	width: 800px;
}

.editpost label {
	color: #ffffff;
}

.editpost legend {
	line-height: 125%;
	color: #ffffff;
}

#emphatic {
	color: #d18a5e;
	font-size: x-large;
	font-style: italic;
	line-height: 150%;
}