body {
font-family: 'LiberationSansNarrowRegular';
}

.head 
{
    font-size: 28px;
    font-weight: normal;
    color: #ffffff;
    margin-left: 5px;
}

h1
{
	font-size: 20px;
	font-family: arial;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FD6A00;
}

 h2
{
	font-size: 15px;
	font-family: arial;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FD6A00;
}

.register
{
	width:100px;
	height: 29px;
	margin-right: 97px;
	float: right;
}

.normal 
{
    font-size: 12px;
    /*font-family: Arial;*/
    font-family: LiberationSansNarrowRegular;
}

a:link, a:visited, a:active
{
	text-decoration: none;
	color: #FD6A00;

}

C_Header
{
    float: left;
    padding-left: 10px;
    font-family:'NovaSOLID';
    background-image:url(Images/Box-top-heading-bg.png) repeat x;
    text-shadow: #666 0px 1px 10px;
}

.c_container
{
    padding-bottom: 15px;
}

.c_content
{
    padding: 0px 0 0 0;
}

.c_icon
{
    float: left;
    width: 5px;
}

.c_icon image
{
    padding-right: 5px;
    background-image:url(img/pagination.png);
}

.all_links
{
	color: #fc4700;
	text-decoration: none;
}

.C_ContentPane
{
    width:317px;
    height:321px;
    position:relative;
    top:-8px;
    /*padding-top:7px;*/
    padding-left:5px;
    background-repeat:repeat-x;
    background-image:url(Images/whiteboxbg.png) , url(Images/white-background.png);
    background-position:bottom right;
	font-family:Arial, 'LiberationSansNarrowRegular';
	color: grey;
    /*font-family:'NovaSOLID';*/
    z-index:/*-*/1;
}

.FullWidthContent
{
    width:886px;
    height:100%;
    position:relative;
    top:-8px;
    /*padding-top:7px;*/
    padding-left:15px;
	padding-right:15px;
	padding-bottom: 30px;
    background-repeat:repeat-x;
    background-image:url(Images/whiteboxbg.png) , url(Images/white-background.png);
    background-position:bottom right;
    font-family: Arial, 'NovaSOLID';
	color: grey;
    z-index:/*-*/1;  
    
}

.fullboxouter{
width:998px;
min-height:359px;
height:auto !important;
height:100%;
clear:left;
}

/*.BackgroundCover
{
      background-repeat:repeat-x;
      background-image:url(Images/PheonixAlbumCover.png);
      z-index: -1;
}*/

#title_contents
{
    height:47px;
    width:340px;
    background-image:url(Images/Box-top-heading-bg.png);
    background-position:right bottom;
    font-family:'NovaSOLID';
    font-size:30px;
    text-shadow: #666 0px 1px 10px;
    letter-spacing:2px;
}

.TopPaneBanner
{
    margin: 0 auto;
    width:998px;
    height:342px;
    
}

.socialmedia
{
    width:317px;
    height:111px;
    background-image:url(Images/bottom_white_bg.png);
    background-repeat: no-repeat;
    float:right;
    line-height:111px;
    text-align:center;
}

#boxContents
{
    width:317px;
    height:321px;
    position:relative;
    top:-5px;
    padding-top:7px;
    padding-left:3px;
    background-image:url(Images/whiteboxbg.png) , url(Images/white-background.png);
    background-repeat:repeat-x;
    background-position:bottom right;
    margin: 0 auto;
    min-height:321px;
    height:auto !important;
    height:321px;
}

/*
-------------------
Banner Style
-------------------
*/
#container {
	width:886px;
	height:329px;
	margin:0 auto;
	padding-top:7px;
	position:relative;
	z-index:0;
	
}

#example {
	width:886px;
	height:329px;
	position:relative;
}

#ribbon {
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:329px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	width:886px;
	height:329px;
	display:block;
	z-index:100;	
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:886px;
	overflow:hidden;
	position:relative;
	display:none;
	
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:570px;
	height:329px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:80px;
	left:-70px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
	
}

#slides .next {
	left:886px;
	
}

/*
	Pagination
*/

.pagination {
	position: relative;
	bottom:40px;
	z-index:999;
	margin:0px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:540px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

/*
---------------------
END --- Banner Style
---------------------
*/

.clear
{
    clear:both;
}















































































































































