@charset "UTF-8";
/* Main HMTL styles*/

html {
	
}
body {
	background-color: #1e0c08;
	background-image: url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-attachment:fixed;
	
	margin:0px;
	font: 14px/normal Arial, Helvetica, sans-serif;
}
p, td {
	margin-bottom: 1em;
	color:#FFF;
	font-size:14px;
	line-height:18px;
}
h1, h2, h3{
	padding:0px;
	margin:0px;	
	font-weight:bold;
	color:#A3411F;
	
	
}
h1 {
	font-size:24px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:14px;
	
}
img{
	border:none;
}

/* Link styles*/
a{	 
	color:#ECC476;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

/* Page layout styles*/
.centerContainer{
	width:960px;
	margin-left: auto;
 	margin-right: auto;	
	
}
/* Shadow around the centreContainer */
.centerContainer .top-left, .centerContainer .top-right, .centerContainer .bottom-left, .centerContainer .bottom-right  {
	/*background-image: url(../images/bg-box02.jpg);*/
	background-color: #1e0c08;
	background-repeat: no-repeat;
}
.centerContainer .top-left {
	background-position: left top;
}
.centerContainer .top-right {
	background-position: right top;
	
	padding: 0px;
}
.centerContainer .bottom-left {
	background-position: left bottom;
}
.centerContainer .bottom-right {
	background-position: right bottom;
	height: 20px;
	
}



.contentContainer{
	width:960px;
	float:left;
		
}
.header{
	position:relative;
	width:960px;
	height:338px;
}
.bodyContainer{
	
	padding-top:9px;
	padding-left:30px;
	float:left;
	width:600px;
	
}
.sideBar{
	float:right;
	width:320px;	
}
.topMenu{
	height:32px;
	background-image:url(../images/menuGradBG.jpg);
	color:#FFF;
	
}
.footer {
	float:right;
	padding: 30px 0px 20px 0px;
	color:#E9E5C7;
	font-size:10px;
	
}

/* Sidebar styles*/

.sidebarBG{
	background-color:#0f0604;
	clear:both;
}
.sidebarBG h3{
	padding: 9px 0px 4px 5px;
}
.sidebarBG p{
	padding-left: 5px;
	padding-right: 5px;
	color:#FFF;
	font-size:12px;
}
.sidebarBG a{	 
	color:#ECC476;
	font-size:12px;
}
.sidbarGap{
	clear:both;
	height:10px;
}
.iTunesLogo{
	padding-top:10px;
}

/*Home page styles*/
.pageBreak{
	text-align:center;
}
.leftImageThumb{
	width:40px;
	height:60px;
	padding-right:5px;
	float:left;
}
.newsText{
	float:left;
	margin-left:15px;
	width:90%;
	
}

/*Footer link styles*/
.footer a{	 
	color:#E8E4C6;
	text-decoration:none;
}
.footer a:hover{	 
	color:#C0B9A0;
	text-decoration:underline;
}


div.pagination {
	padding: 3px;
	margin: 3px;
	float:right;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	
	
	
	
}
div.pagination a:hover, div.pagination a:active {
	

	
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color:#FFF;
		
}

div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color:#ffffff;
}
	
