html,
body {
	margin:0;
	padding:0;
	height:100%;
	background: #AEC597 url(../images/bkg/porky_bkg.jpg) repeat-x scroll
}

#container {
	min-height:100%;
	position:relative;
	margin: 0px auto;
	width: 964px;
}

.header1 {
	background:url(../images/head/porcupine-headfull.jpg);
	margin: 0px auto;
	height: 392px;
	width: 964px;
}
.header2 {
	background:url(../images/head/porcupine-head2.png);
	margin: 0px auto;
	height: 201px;
	width: 627px;
	float: left;
}

.header3 {
	background:url(../images/head/porcupine-head3.png) center;
	margin: 0px auto;
	height: 201px;
	width: 337px;
	float: right;
}

.header4 {
	background:url(../images/head/porcupine-head4.png);
	margin: 0px auto;
	height: 89px;
	width: 627px;
	float: left;
}

/* page title code starts here - insert title and image path as shown ///////////////////////////////*/


.phead-band {
	height: 89px;
	width: 337px;
	float: right;
	background-image: url(../images/ptitle/porcupine-band.png);
	background-repeat: no-repeat;
	margin-top: 275px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: bottom;
}

.phead-shows {
	height: 89px;
	width: 337px;
	float: right;
	background-image: url(../images/ptitle/porcupine-shows.png);
	background-repeat: no-repeat;
	margin-top: 275px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: bottom;
}

.phead-press {
	height: 89px;
	width: 337px;
	float: right;
	background-image: url(../images/ptitle/porcupine-press.png);
	background-repeat: no-repeat;
	margin-top: 275px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: bottom;
}

.phead-store {
	height: 89px;
	width: 337px;
	float: right;
	background-image: url(../images/ptitle/porcupine-store.png);
	background-repeat: no-repeat;
	margin-top: 275px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: bottom;
}

.phead-media {
	height: 89px;
	width: 337px;
	float: right;
	background-image: url(../images/ptitle/porcupine-media.png);
	background-repeat: no-repeat;
	margin-top: 275px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: bottom;
}

.phead-contact {
	height: 89px;
	width: 337px;
	float: right;
	background-image: url(../images/ptitle/porcupine-contact.png);
	background-repeat: no-repeat;
	margin-top: 275px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: bottom;
}

.phead-links {
	height: 89px;
	width: 337px;
	float: right;
	background-image: url(../images/ptitle/porcupine-links.png);
	background-repeat: no-repeat;
	margin-top: 275px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: bottom;
}
/* page title code ends here - insert title and image path as shown ///////////////////////////////*/


#nav {
	margin: 0px auto;
	float: left;
	height: auto;
	width: 359px;
	}

.player {
	height: 100px;
	width: 359px;
	padding-bottom: 3px;
	margin: 0px auto;
	padding-left: 25px;
}

.storetext {
	color: #FF3300;
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin: 0px auto;
	padding: 10px 10px 10px 35px;
	}

.storetitle {
	margin: 0px auto;
	height: 42px;
	width: 359px;
	background: url(../images/paperbkg/pocupine-papbkg-long.png) no-repeat;
}

.cdbaby {
	height: 190px;
	width: 359px;
	padding-left: 35px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.itunes {
	height: 15px;
	width: 359px;
	padding-left: 35px;
	margin: 0px auto;
}

.content {
	width: 549px;
	background: url(../images/bkg/porky_contentback.jpg) repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 44px;
	padding-bottom: 251px;
	padding-left: 10px;
	overflow: hidden;
}

.pressimage {
	height: auto;
	width: 300px;
	padding-left: 5px;
}

/* content text properties START */

h1 {
	color: #0099CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	}
	
p {
	color: #FF3300;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	
a:link {
	color: #0099FF;
}
a:visited {
	color: #0099FF;
	text-decoration: underline;
}
a:hover {
	color: #1ab2b9;
	text-decoration: underline;
}
a:active {
	color: #CFD5D0;
	text-decoration: underline;
}
/* content text properties END */


/* footer text properties START */

.foottext {
	color: #FF3300;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

.foottext a:link {
	color: #FF3300;
	font-size: 10px;
	text-decoration: none;
	}

.foottext a:visited {
	color: #FF3300;
	text-decoration: none;
	}

.foottext a:active {
	color: #0A293B;
	text-decoration: none;
	}

.foottext a:hover {
	color: #FFFFFF;
	text-decoration:
	underline;
	}
	
/* footer text properties END */
	
.sitenav {
	background-image: url(../images/paperbkg/pocupine-papbkg-site2.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 405px;
	margin-top: 0px;
	margin-right: 400px;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
}


.jkhdbkg {
	background-image: url(../images/paperbkg/pocupine-papbkg-jkhd.png);
	background-repeat: no-repeat;
	float: right;
	height: 55px;
	width: 216px;
	margin-top: -40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
}


.footer {
	height:251px; /* Height of the footer */
	background:url(../images/footer/porcupine-footer.png) no-repeat center bottom;
	margin: 0px auto;
	width: 965px;
	position: relative;
	bottom:0;
}
