@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #526069;
	font-size: 16px;
        }

        body {
	background-color: #333;
	text-align:center;
	background-image: url(../images/albums/metalgood2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	    }

	
        h1 {
	    font-size: 43px;
	    color: #B69D69;
	    font-family: Arial, Helvetica, sans-serif;
        }

        a:link {
	color: #821E0F;
	text-decoration: none;
        }

        a:hover {
	color: #8196EB;
	text-decoration: none;
        }

        a:visited {
	color: #630;
	text-decoration: none;
        }

        a:active {
	color: #C00;
	text-decoration: none;
        }
        a {
	font-size: 22px;
	font-weight: bolder;
        }
		
		
#navigation {
	margin-right:auto;
	margin-left:auto;
	width:885px;
	z-index:1;
	background-color: #D4D8D7;
	border: 7px solid #526069;
	color: #000;
	height: 60px;
	text-align: center;
	font-size: 18px;
	text-indent: 0;
	white-space: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}

#box {
	margin-right:auto;
	margin-left:auto;
	width:960px;
	z-index:1;
	background-color: #000;
	border: 7px solid #526069;
	color: #B7B697;
	text-align: left;
	line-height: 45px;
	background-repeat: no-repeat;
	text-indent: 0;
	white-space: normal;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 800px;
	font-size: 18px;
}
.style2 {
	font-size: 30px;
	color: #AFC2B9;
	font-style: normal;
	font-weight: 400;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top:20px
}

#content {
	margin-right:auto;
	margin-left:auto;
	width:865px;
	z-index:1;
	background-color: #23272A;
	border: 7px solid #526069;
	color: #B7B697;
	text-align: left;
	line-height: 45px;
	background-repeat: no-repeat;
	text-indent: 0;
	white-space: normal;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 675px;
	font-size: 18px;
}
		

