/* CSS Document */

body, html {
	background: #112233;
	margin: 0px;
	padding: 0px;
	}
* {
	font-family: Segoe UI, Tahoma, Verdana;
	font-size: 12px;
	color: #556677;
	}


div.everything {
	display: block;
	background: #000000;
	text-align: center;
	}

div.container {
	margin: 0px auto 0px auto;
	width: 500px;
	text-align: left;
	}

div.header {
	display: block;
	width: 500px;
	background: #112233;
	background-image: url(dtx.png);
	background-position: bottom;
	background-repeat: no-repeat;
	-moz-border-radius: 0px 0px 10px 10px;
	-khtml-border-radius: 0px 0px 10px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-radius: 0px 0px 10px 10px;
	margin: 0px 0px 30px 0px;
	padding: 30px 0px 0px 0px;
	text-align: center;
	font-size: 15px;
	color: #556677;
	}
div.notes {
	display: block;
	text-align: justify;
	margin: 0px 30px 10px 30px;
}
div.title {
	display: block;
	width: 500px;
	color: #000000;
	font-family: Impact;
	font-size: 48px;
	text-align: center;
	position: relative;
	top: 12px;
	}


div.list {
	display: block;
	width: 500px;
	background: #112233;
	position: relative;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	}
div.list div.navigation {
	text-align: center;
	padding: 5px;
}
div.list div.navigation a {
	color: #556677;
	font-weight: bold;
	font-size: 14px;
	background: #000000;
	text-decoration: none;
	padding: 10px;
	margin: 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-khtml-border-radius: 0px 0px 10px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-radius: 0px 0px 10px 10px;
}
div.list div.navigation a:hover {
	color: #FFFFFF;
	padding-bottom: 15px;
	
}


div.content {
	padding: 30px 60px 30px 70px;
	margin: 0px;
	}
	
div.list ol {
	padding: 40px 60px 30px 70px;
	margin: 0px;
	}
div.list ol a {
	text-decoration: none;
	color: #556677;
	border-left: 15px solid #556677;
	padding-left: 5px;
	}
div.list ol a:hover {
	text-decoration: none;
	color: #FFFFFF;
	border-left: 15px solid #FFFFFF;
	}
div.list ol a.link {
	text-decoration: none;
	display: block;
	background: #223344;
	border: 1px solid #556677;
	padding: 5px;
	font-size: 10px;
	-moz-border-radius: 10px 10px 10px 0px;
	-khtml-border-radius: 10px 10px 10px 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-radius: 10px 10px 10px 0px;
	}
div.list ol a.link:hover {
	background: #000000;
	border: 1px solid #FFFFFF;
	}
div.list ol li {
	margin: 15px 0px 15px auto;
	}
div.list span.title {
	font-size: 15px;
	color: #CC3333;
	font-weight: bold;
	}
div.list span.from {
	font-style: italic;
	color: #556677;
	}
div.list span.artist {
	color: #FFFFFF;
	}


div.footer {
	display: block;
	width: 500px;
	background: #112233;
	-moz-border-radius: 10px 10px 0px 0px;
	-khtml-border-radius: 10px 10px 0px 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius: 10px 10px 0px 0px;
	margin: 30px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	text-align: center;
	font-size: 12px;
	color: #556677;
	}
div.footer a {
	text-decoration: none;
	font-size: 14px;
	color: #556677;
	}
div.footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
	}
