/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/*--------------- fronts and colours -------------------------------*/


h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -1px;
		font: Arial;
	font-size: 16px;
		color: #990011;	
}

h2 {
	font-size: 16px;
		font: Arial;
	font-weight: bold;
	
}

p {
	font-size: 14px;
	font: Arial;
	/* text-align: justify; 
	line-height: 26px;      */
}


/* =Fonts
-------------------------------------------------------------- */

/* --------------------------- jordans banner -------------------*/

#banner {
	width: 800px;
	margin: 0 auto;
	background: url(images/top-alternative-bandcamp.jpg) no-repeat left top;
	height: 275px;
}

/* -------------------------------------Header------------------ */

#header {
	width: 800px;
	margin: 0 auto;
	height: 50px;
	background: url(images/img01.gif) no-repeat left top;
}

/* ----------------------Page------------------------------ */

#page {
	width: 740px;
	margin: 0 auto;
	padding: 20px 30px 0px 30px;
	background: #ffffff;
}





