@media screen and (max-width: 481px){

  /*write your CSS-Code here*/

}

body
{
	background-color: #101010;
	font-family: veranda, arial, san-serif;
	font-size 14px;
	color:#6699AA;

}


/*   FONT STYLINGS AND LOOK THEMES  */

.setapart
{
	font-size: 16px;
	line-height: 19px;
	font-style; italic;
	color: #E60766;/* dark pink */
	}
	
	
	.sectionhead
{
	font-size: 20px;
	line-height: 21px;
	font-style; italic;
	color: #732110;
	}
	
		.sectionheadsub
{
	font-size: 14px;
	line-height: 16px;
	font-style; italic;
	color: #732110;
	}
	
	
		.sectionhead2
{
	font-size: 30px;
	line-height: 32px;
	font-style; italic;
	color: #732110;
	}
	
	
			.subcontent
{
	font-size: 10px;
	line-height: 12px;
	font-style; italic;
	color: #732110;
	}


	/* this is the link style */ 
	a:link {text-decoration: none; color: #cc3300;}
	a:visited {text-decoration: none; color: #cc3300;}
	a:active {text-decoration: none; color: #0065ca;}
	a:hover {text-decoration: bold; color: #0065ca;}



#container {
	height: auto;
	width: 100%;
	font-family: "Courier New", Courier, monospace;
	color: #CCC;
}


#header {
	width: 100%;
	background: fixed; 
	color:000000;
	}
	

#siteNav {
	margin: auto;
	padding: 4%;
	float: right;
	height: auto;
	width: 29.33%
	min-width: 220px;
	color:555555;
	}

#branding {
	height: auto;
	width: 64.66%;
	float: left;
	margin: auto;
	padding: 1%;
	max-width: 500px;
	min-width:350px
}


#mainContent{
	height: auto;
	width: 100%;
	clear: both;
	margin: 1%;
	padding: 0px;
	color:555555;
}




#vid {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 410px;
	width: 550px;
}


* {
	margin: 0px;
	padding: 0px;
}

#albums {
	margin: 0px;
	padding: 0px;
	height: 470px;
	width: 480px;
	float: left;
}
#AlbumGrid {
	float: left;
	width: 900px;
}
#AlbumGrid #AlbumSpill {
	height: 200px;
	width: 150px;
	padding: 10px;
	float: left;
	border: thin solid #333;
}
#Biography {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 0px;
	font-family: "Courier New", Courier, monospace;
}


#musicplayer {
	height: 400px;
	width: 300px;
	float: right;
}
#Biography p {
	padding-bottom: 10px;

#videoSpill {
	height: 270px;
	width: 180px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 12px;
}
#container h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
}
#ArtistMission {
	float: right;
	width: 360px;
}



#footer {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 200px;
	width: 900px;
	float: none;
	text-align: center;
}



#linkons {
	height: 180px;
	width: 200px;
	padding: 2%;
	Max-width:200px;
	text-align: center;
}












	