/*The standard webpage size uses a maximum width of 1440 pixels for Desktops. This is because most desktop resolutions use a wider resolution nowadays (1920×1080). However, most websites are fully responsive nowadays, which means they won’t use fixed dimensions./*

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote, img {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	outline: 0 none;
}


ol {
	margin-left: 1.4em;
	list-style: decimal;
}

ul {
	list-style: square;
	margin-left: 1.4em;
}


a {
	color: #5f8652;
	text-decoration: none;
	
}



body {
	font-family: Helvetica, Arial, sans-serif;
	height: 2100px;
	/*background-color: orange;*/
	
}

h1 {
	font-size: 3em;
	text-align: center;
	font-family: Verdana, sans-serif;
}



.banner
{
	width: 1200px;
	height: 120px;
	margin-bottom: 20px;
	font-size: 4.8em;
	/*background-color: green;*/
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: "Lucida Calligraphy", Verdana, Arial, Helvetica;
}


div.CrystalfirePictureContainer
{
	width: 1400px;
	height: 490px;
	margin-bottom: 20px;
	/*background-color: green;*/
	font-family: "Lucida Calligraphy", Verdana, Arial, Helvetica;
	margin-left: auto;
	margin-right: auto;
}

div.albumTitle 
{
	width: 1140px;
	height: 50px;
	margin-top: 24px;
	margin-bottom: 2px;
	margin-left: 60px;
	font-size: 1.8em;
	background-color: #d4a52f;
	line-height: 1.8em;
	text-align: left;
	font-family: "Lucida Calligraphy", Verdana, Arial, Helvetica;
}



div.tpd_albumContainer 
{
	/*background-color: green;*/
	height: 520px;
	width: 1400px;
}


div.tpd_albumCover
{
 	float: left;
 	width: 810px;
 	height: 500px;
 	/*background-color: orange;*/
	font-size: 1.1em;
	margin-left: 20px;
}

div.tpd_trackContainer
{
	margin-top: 50px;
	margin-left: 60px;
	width: 410px;
	height:410px;
	/*background-color: purple;*/
	font-size: 1.1em;
	float: left;
}

div.lol_trackContainer
{
	margin-top: 50px;
	margin-left: 60px;
	width: 410px;
	height:370px;
	/*background-color: purple;*/
	font-size: 1.1em;
	float: left;
}

div.albumContainer 
{
	/*background-color: yellow;*/
	height: 520px;
	width: 1400px;
}

div.lol_albumContainer
{
	/*background-color: green;*/
	height: 467px;
	width: 1200px;
}

div.lol_albumCover
{
 	float: left;
 	width: 380px;
 	height: 460px;
 	/*background-color: orange;*/
	font-size: 1.1em;
	margin-left: 20px;
}


div.er_albumCover
{
	float: left;
 	width: 500px;
 	height: 500px;
 	/*background-color: orange;*/
	font-size: 1.1em;
	margin-left: 20px;
}

div.tpd_trackContainer
{
	margin-top: 50px;
	margin-left: 60px;
	width: 410px;
	height:410px;
	/*background-color: purple;*/
	font-size: 1.1em;
	float: left;
}

div.lol_trackContainer
{
	margin-top: 50px;
	margin-left: 60px;
	width: 410px;
	height:370px;
	/*background-color: purple;*/
	font-size: 1.1em;
	float: left;
}


div.er_trackContainer
{
	margin-top: 60px;
	margin-left: 60px;
	width: 410px;
	height: 350px;
	/*background-color: red;*/
	font-size: 1.1em;
	float:left;
}

div.er_albumContainer 
{
	/*background-color: green;*/
	height: 540px;
	width: 1200px;
}


div.tracks
{
	width: 400px;
	height: 28px;
	margin-top: 8px;
	margin-right: 10px;
	/*background-color: pink;*/
	font-family: "Lucida Calligraphy", Verdana, Arial, Helvetica;
}

div.som_albumCover
{
 	float: left;
 	width: 709px;
 	height: 450px;
 	/*background-color: orange;*/
	font-size: 1.1em;
	margin-left: 20px;
	/*margin-top: 28px;*/
}

div.som_albumContainer 
{
	/*background-color: green;*/
	height: 520px;
	width: 1200px;
}


div.som_trackContainer
{
	margin-top: 10px;
	margin-left: 60px;
	width: 410px;
	height: 460px;
	/*background-color: purple;*/
	font-size: 1.1em;
	float:left;
}



div.contact
{
	height: 22px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 6px;
	background-color: #d4a52f;
	text-align: center;
	font-family: Verdana, Arial, Helvetica;
	font-size: 1em;

}

a:link {
	color: #700619;
}

a:visited {
	color: #700619;
}

