@charset "utf-8";
/* CSS Document */

/* Formatting */

/* link underlines tend to make hypertext less readable,
   because underlines obscure the shapes of the lower halves of words */
:link,:visited {text-decoration:underline; color:#bcb9d7; font-weight:bold; }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image s were a good idea? */
a img,:link img,:visited img { :none }

/* de-italicize address */
address { font-style:normal }


/* --------------------------- Page Structure ----------------------------- */

body{
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background-image:url(../gfx/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#wrapper{
	width:969px;
	margin:auto;
}

p{color:#FFFFFF;}
a{color:#bcb9d7; font-weight:bold;}
.fr{float:right;}
.fl{float:left;}
.cb{clear:both;}
.cr{clear:right;}
.cl{clear:left;}
.dn, .no-show{display:none;}
.of{overflow:auto;}

.red{border:solid red 1px;}


h2, h2 a{
	font-size:15px;
	color:#bcb9d7;
	font-weight:bold;
	padding-bottom:5px;
}


h3, h3 a{
	font-size:12px;
	color:#bcb9d7;
	font-weight:bold;
}


/* ----------------------------- HEADER - START ------------------------------------ */

#header{
	clear:both;
	width:auto;
	height:auto;
	background-image:url(../gfx/header-bg.jpg);
	background-repeat:repeat-x;
	margin:10px 0px 10px 0px;

}

#top{
	margin:auto;
	width:969px;
}

#leaderboard{
	background-color:#FFFFFF;
	width:728px;
	height:90px;
	float:left;
}

#audio-player{
	float:left;
	width:184px;
	height:58px;
	margin:10px 10px 0px 40px;
	background-color:#000000;
}



/* ----------------------------- NAVIGATION - START ------------------------------------ */

#navigation{
	clear:both;
	width:1080px;
	height:43px;
	background-image:url(../gfx/nav-bg.jpg);
	background-repeat:repeat-x;
}

#navigation ul{
	width:1080px;
	margin:auto;
	padding: 15px 0px 0px 0px;
}

#navigation li{
	display:inline;
}
#mainNav{
	clear: both;
	width: 100%;
	display: block;
}

#mainNav li{
	float: left;
	display:inline;
	padding:0px 12px 0px 12px;
}

#mainNav a{
	color: red;
}

#mainNav a:hover{
	color: green;
	background-position:bottom;
}

#mainNav li span{
	display:none;
}


.nav-home a{
	width:41px;
	height:10px;
	background-image:url(../gfx/nav-home.png);
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
}

.nav-blog a{
	width:41px;
	height:10px;
	background-image:url(../gfx/nav-blog.png);
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
}

.nav-music a{
	width:44px;
	height:10px;
	background-image:url(../gfx/nav-music.png);
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
}


.nav-news a{
	width:44px;
	height:10px;
	background-image:url(../gfx/nav-news.png);
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
}

.nav-live a{
	width:34px;
	height:10px;
	background-image:url(../gfx/nav-live.png);
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
}

.nav-shows a{
	width:55px;
	height:10px;
	background-image:url(../gfx/nav-shows.png);
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
}

.nav-gallery a{
	width:71px;
	height:10px;
	background-image:url(../gfx/nav-gallery.png);
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
}

.nav-cdtv a{
	width:42px;
	height:10px;
	background-image:url(../gfx/nav-cdtv.png);
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
}

.nav-studio a{
	width:104px;
	height:10px;
	background-image:url(../gfx/nav-in-the-studio.png);
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
}

.nav-exclusive a{
	width:83px;
	height:10px;
	background-image:url(../gfx/nav-exclusive.png);
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
}

.nav-forum a{
	width:51px;
	height:10px;
	background-image:url(../gfx/nav-forum.png);
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
}

.nav-store a{
	width:51px;
	height:10px;
	background-image:url(../gfx/nav-store.png);
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
}

.nav-links a{
	width:44px;
	height:10px;
	background-image:url(../gfx/nav-links.png);
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
}

.nav-register a{
	width:74px;
	height:10px;
	background-image:url(../gfx/nav-register.png);
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
}


/* ----------------------------- NAVIGATION - END ------------------------------------ */
#banner{
	clear:both;
	height:307px;
	width:969px;
	margin:auto;
	padding-top:10px;
	background-color:#000000;
	background-image:url(../gfx/banner.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.signup{
	float:left;
	padding: 190px 0px 0px 520px;
}

.signup p{
	color:#bdbecc;
	font-weight:normal;
}

.signup-btn{
	width:100px;
	height:13px;
	background-image:url(../gfx/signup-btn.png);
	background-repeat:no-repeat;
	margin: 0px 0px 10px 0px;
}


/* ----------------------------- HEADER - END --------------------------------------- */



/* ----------------------------- PAGE STRUCTURE - START ------------------------------------ */


#content{
	width:969px;
	margin:auto;
}

#iframe_content{
	width:1020px;
	margin:auto;
}

.content-area{
	padding:5px 15px 0px 15px;
}

/* ----------------------------- COLUMNS - START ------------------------------------ */

#left-column{
	width:226px;
	float:left;
	margin:0px 5px 0px 0px;
}

#middle-sml-column{
	width:389px;
	float:left;
	margin:0px 5px 0px 0px;
}

#middle-med-column{
	width:498px;
	float:left;
	margin:0px 5px 0px 0px;
}

#middle-lrg-column{
	width:722px;
	float:left;
	margin:0px 5px 0px 0px;
}

#right-3-column{
	width:226px;
	float:left;
	margin:0px 5px 0px 0px;
}

#right-2-column{
	width:498px;
	float:left;
}
/* ----------------------------- COLUMNS - END ------------------------------------ */


/* ----------------------------- SMALL PANEL - START ------------------------------------ */

.small-panel-header{
	background-image:url(../gfx/small-panel-header.png);
	background-position:top;
	background-repeat:no-repeat;
	height:50px;
	width:226px;
}


.small-panel-content-bg{
	background-image:url(../gfx/small-panel-content-bg.png);
	background-repeat:repeat-y;
	height:auto;
	width:226px;
}

.small-panel-footer{
	background-image:url(../gfx/small-panel-footer.png);
	background-position:bottom;
	background-repeat:no-repeat;
	height:18px;
	width:226px;
	margin: 0px 0px 10px 0px;
}

/* ----------------------------- LEFT PANEL - END ------------------------------------ */

/* ----------------------------- MIDDLE SMALL PANEL - START ------------------------------------ */

.middle-panel-sml-header{
	background-image:url(../gfx/middle-panel-sml-header.png);
	background-position:top;
	background-repeat:no-repeat;
	height:44px;
	width:389px;
}

.middle-panel-sml-content-bg{
	background-image:url(../gfx/middle-panel-sml-content-bg.png);
	background-repeat:repeat-y;
	height:auto;
	width:389px;
}

.middle-panel-sml-footer{
	background-image:url(../gfx/middle-panel-sml-footer.png);
	background-position:bottom;
	background-repeat:no-repeat;
	height:36px;
	width:389px;
	margin: 0px 0px 10px 0px;
}

/* ----------------------------- MIDDLE SMALL PANEL - END ------------------------------------ */

/* ----------------------------- MIDDLE MEDIUM PANEL - START ------------------------------------ */

.middle-panel-med-header{
	background-image:url(../gfx/middle-panel-med-header.png);
	background-position:top;
	background-repeat:no-repeat;
	height:50px;
	width:498px;
}

.middle-panel-med-content-bg{
	background-image:url(../gfx/middle-panel-med-content-bg.png);
	background-repeat:repeat-y;
	height:auto;
	width:498px;
}

.middle-panel-med-footer{
	background-image:url(../gfx/middle-panel-med-footer.png);
	background-position:bottom;
	background-repeat:no-repeat;
	height:31px;
	width:498px;
	margin: 0px 0px 10px 0px;
}

/* ----------------------------- MIDDLE MEDIUM PANEL - END ------------------------------------ */


/* ----------------------------- MIDDLE LARGE PANEL - START ------------------------------------ */

.middle-panel-lrg-header{
	background-image:url(../gfx/middle-panel-lrg-header.png);
	background-position:top;
	background-repeat:no-repeat;
	height:50px;
	width:722px;
}

.middle-panel-lrg-content-bg{
	background-image:url(../gfx/middle-panel-lrg-content-bg.png);
	background-repeat:repeat-y;
	height:auto;
	width:722px;
}

.middle-panel-lrg-footer{
	background-image:url(../gfx/middle-panel-lrg-footer.png);
	background-position:bottom;
	background-repeat:no-repeat;
	height:31px;
	width:722px;
	margin: 0px 0px 10px 0px;
}

/* ----------------------------- MIDDLE LARGE PANEL - END ------------------------------------ */



/* ----------------------------- RIGHT PANEL - START ------------------------------------ */

.right-panel-header{
	background-image:url(../gfx/right-panel-header.png);
	background-position:top;
	background-repeat:no-repeat;
	height:51px;
	width:321px;
	clear:both;
}

.right-panel-content-bg{
	background-image:url(../gfx/right-panel-content-bg.png);
	background-repeat:repeat-y;
	height:auto;
	width:321px;
}

.right-panel-footer{
	background-image:url(../gfx/right-panel-footer.png);
	background-position:bottom;
	background-repeat:no-repeat;
	height:39px;
	width:321px;
	margin: 0px 0px 10px 0px;
}

/* ----------------------------- RIGHT PANEL - END ------------------------------------ */



/* ----------------------------- PANEL HEADERS - START ------------------------------------ */

h3.archive{
	background-image:url(../gfx/heading-archive.png);
	background-repeat:no-repeat;
	height:22px;
	width:194px;
	padding:17px 0 0 16px;
	background-position:bottom right;
	float:left;
}

h3.blog{
	background-image:url(../gfx/heading-blog.png);
	background-repeat:no-repeat;
	height:22px;
	width:194px;
	padding:17px 0 0 16px;
	background-position:bottom right;
	float:left;
}


h3.cdtv{
	background-image:url(../gfx/heading-cdtv.png);
	background-repeat:no-repeat;
	height:22px;
	width:194px;
	padding:10px 10px 5px 2px;
	background-position:bottom right;
	float:left;
}

h3.facebook{
	background-image:url(../gfx/facebook.png);
	background-repeat:no-repeat;
	height:22px;
	width:103px;
	padding:13px 0 0 17px;
	background-position:bottom right;
	float:left;
}

.left-panel-header p .facebook{
	font-size:9px;
	width:80px;
	float:left;
	padding:15px 0 0 24px
}


h3.gallery{
	background-image:url(../gfx/heading-gallery.png);
	background-repeat:no-repeat;
	height:22px;
	width:194px;
	padding:10px 10px 5px 2px;
	background-position:bottom right;
	float:left;
}

h3.in-the-studio{
	background-image:url(../gfx/heading-in-the-studio.png);
	background-repeat:no-repeat;
	height:22px;
	width:194px;
	padding:10px 10px 5px 2px;
	background-position:bottom right;
	float:left;
}

h3.links{
	background-image:url(../gfx/heading-links.png);
	background-repeat:no-repeat;
	height:22px;
	width:194px;
	padding:10px 10px 5px 2px;
	background-position:bottom right;
	float:left;
}

h3.music{
	background-image:url(../gfx/heading-music.png);
	background-repeat:no-repeat;
	height:22px;
	width:194px;
	padding:10px 10px 5px 2px;
	background-position:bottom right;
	float:left;
}

h3.shows{
	background-image:url(../gfx/heading-shows.png);
	background-repeat:no-repeat;
	height:22px;
	width:194px;
	padding:10px 10px 5px 2px;
	background-position:bottom right;
	float:left;
}

h3.log-in{
	background-image:url(../gfx/heading-log-in.png);
	background-repeat:no-repeat;
	height:22px;
	width:194px;
	padding:17px 0 0 16px;
	background-position:bottom right;
	float:left;
}

h3.log-out{
	background-image:url(../gfx/heading-log-out.png);
	background-repeat:no-repeat;
	height:22px;
	width:194px;
	padding:17px 0 0 16px;
	background-position:bottom right;
	float:left;
}



h3.music-myne{
	background-image:url(../gfx/heading-music-myne.png);
	background-repeat:no-repeat;
	height:22px;
	width:96px;
	padding:17px 0 0 16px;
	background-position:bottom right;
	float:left;
}

h3.news{
	background-image:url(../gfx/heading-news.png);
	background-repeat:no-repeat;
	height:22px;
	width:194px;
	padding:10px 10px 5px 2px;
	background-position:bottom right;
	float:left;
}

h3.news-and-blog{
	background-image:url(../gfx/heading-news-and-blog.png);
	background-repeat:no-repeat;
	height:22px;
	width:249px;
	padding:10px 10px 5px 2px;
	background-position:bottom right;
	float:left;
}

h3.out-now{
	background-image:url(../gfx/heading-out-now.png);
	background-repeat:no-repeat;
	height:22px;
	width:194px;
	padding:10px 10px 5px 2px;
	background-position:bottom right;
	float:left;
}

h3.register{
	background-image:url(../gfx/heading-register.png);
	background-repeat:no-repeat;
	height:22px;
	width:194px;
	padding:10px 10px 5px 2px;
	background-position:bottom right;
	float:left;
}



h3.forgotten-password{
	background-image:url(../gfx/heading-forgotten-password.png);
	background-repeat:no-repeat;
	height:22px;
	width:350px;
	padding:10px 10px 5px 2px;
	background-position:bottom right;
	float:left;
}


h3.twitter{
	background-image:url(../gfx/heading-twitter.png);
	background-repeat:no-repeat;
	height:22px;
	width:96px;
	padding:17px 0 0 16px;
	background-position:bottom right;
	float:left;
}

h4.news{
	float:right;
	background-image:url(../gfx/sub-heading-news.png);
	background-repeat:no-repeat;
	height:35px;
	width:69px;
	padding:0px;
}

h4.blog{
	float:right;
	background-image:url(../gfx/sub-heading-blog.png);
	background-repeat:no-repeat;
	height:35px;
	width:69px;
	padding:0px;
}

.left-panel-header p .twitter{
	font-size:9px;
	width:80px;
	float:left;
	padding:15px 0 0 33px

}

/* ----------------------------- PANEL HEADERS - END ------------------------------------ */

/* ----------------------------- LOGIN BAR - START ------------------------------------ */

.login-bar-bg{
	width:202px;
	background-repeat:no-repeat;
	background-color:none;
	padding:20px 0px 0px 0px;
}

.login-bar-bg .login{
	width:165px;
	margin:auto;
	color:#FFFFFF;
}

#f-logout{
	margin:auto;
	color:#FFFFFF;
}

.login{
	margin:10px 0px 0px 0px;
	background:transparent url(../gfx/login-btn.png) no-repeat scroll center top;
	width:98px;
	height:29px;
	border:none;
	color:none;
}


.logout{
	margin:10px 0px 0px 0px;
	background:transparent url(../gfx/log-out-btn.png) no-repeat scroll center top;
	width:98px;
	height:29px;
	border:none;
	color:none;
}


.login-bar-bg .login a{
	width:165px;
	color:#d8b498;
	font-weight:bold;
}

.f-login .username, .f-login .password{
	width:165px;
	color:#FFFFFF;
	padding: 5px 0px 0px 5px;
}

#error-message{
	color:#FFFFFF;
	background-color:#222222;
	padding:3px;
	margin-top:5px;
	border:solid #CC0000 1px;
}

fieldset{
	border:none;
}

#f-login input{
	margin: 5px 0px 5px 0px;
}

.separate{
	font-size:12px;
	color:#FFFFFF;
}

#f-login-forgotten-password a, #f-login-register a{
	font-size:10px;
	color:#d8b498;
}


/* ----------------------------- LOGIN BAR - END ------------------------------------ */


.small-panel-header p a{
	width:60px;
	float:left;
	padding:14px 6px 0px 28px;
	color:#FFFFFF;
	font-weight:normal;
}

.content-area li{
	padding:4px 0px 4px 5px;
}

/* ----------------------------- SHOWS PANEL - START ------------------------------------ */

li.shows-venue {
	width: 196px;
	color:#FFFFFF;
	text-align:left;
	padding: 10px 0px 2px 0px;
	font-weight:bold;
}


li.shows-date {
	width: 196px;
	color:#FFFFFF;
	text-align:left;
	padding: 2px 0px 10px 0px;
	border-bottom: dotted 1px #FFFFFF;
}


/* ----------------------------- SHOWS PANEL - END ------------------------------------ */

/* ----------------------------- TWITTER PANEL - START ------------------------------------ */

#twitter_div li{
	width: 196px;
	color:#FFFFFF;
	text-align:left;
	padding: 10px 0px 10px 0px;
	border-bottom: dotted 1px #FFFFFF;
}


/* ----------------------------- TWITTER PANEL - END ------------------------------------ */


a.promo-box img {
	border:none;
	margin-bottom:10px;
}


/* ----------------------------- HOME - NEWS AND BLOG - START ------------------------------------ */


.middle-panel-sml-content-bg .content-item{
	width:359px;
	margin:auto;
	padding:10px 0px 10px 0px;
	border-bottom:dotted 1px #FFFFFF;
}

.content-item h3, .content-item h3 a{
	float:left;
	color:#BCB9D7;
	font-size:16px;
	font-weight:bold;
	padding:0px 20px 5px 0px;
	clear:both;
	width:255px;
	text-decoration:none;
}

.widget{
	clear:both;
	padding:3px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
}

.excerpt{
	clear:both;
	float:left;
	padding:5px 0px 5px 0px;
	width:355px
}

.date{
	clear:both;
	padding:5px 0px 5px 0px;
	width:355px
}

.content-item-information{
	padding:5px 0px 10px 0px;
}

.share{
	clear:left;
	height:50px;
}

.share p{
	float:left;
	color:#BCB9D7;
	padding:5px 5px 0px 0px;
	font-weight:bold;
}

.site p{
	width:100px;
	clear:both;
	float:left;
	color:#BCB9D7;
	font-weight:bold;
}

/* ----------------------------- HOME - NEWS AND BLOG - END ------------------------------------ */

/* ----------------------------- HOME - BRIGHTCOVE - START ------------------------------------ */


.brightcove-home{
	margin-bottom:10px;
}


.brightcove{
	margin:auto;
}


.iframe{height:800px;width:800px;!important}
/* ----------------------------- HOME - BRIGHTCOVE - END ------------------------------------ */

/* ----------------------------- HOME - GALLERY - START ------------------------------------ */


.gallery-img{
	height:225px;
	width:267px;
	padding-bottom:10px;
	margin:auto;
}

.gallery-img img{
	height:225px;
	width:267px;
	background-color:#000000;
	border:1px solid #313140;
	padding-bottom:10px;
	margin:auto;
}

.gallery-thumbs ul{
	padding:10px 10px 10px 7px;
}

.gallery-thumbs li{
	display:inline;
	padding:4px 0 4px 5px;
}

.gallery-thumbs li img{
	display:inline;
	border: solid 1px #313140;
	padding: 0px 2px 0px 3px;
	height:65px;
	width:77px;
}


.view-all-gallery-images{
 	width:179px;
	height:8px;
	background-image:url(../gfx/view-all-gallery-images-btn.png);
	background-repeat:no-repeat;
	padding: 10px 0px 10px 20px;
	margin:auto;
	float:right;
}
/* ----------------------------- HOME - GALLERY - END ------------------------------------ */


/* ----------------------------- HOME - PROMO - START ------------------------------------ */

.feature-content{
	height:117px;
}


.feature-content h4{
	width:100px;
	float:left;
	padding:6px 0px 8px 12px;
}

.feature-content .packshot{
	float:left;
	border:1px solid #313140;
	width:120px;
	height:120px;
}

.feature-content .packshot img, .feature-content .packshot img a{
	border:none;
}


.buy-now-btn{
	margin:5px 5px 0px 0px;
	background:transparent url(../gfx/buy-now-btn.png) no-repeat scroll center top;
	width:110px;
	height:29px;
	border:none;
	float:right;
}

.preorder-now-btn{
	margin:5px 5px 0px 0px;
	background:transparent url(../gfx/preorder-now-btn.png) no-repeat scroll center top;
	width:110px;
	height:29px;
	border:none;
	float:right;
}



/* ----------------------------- HOME - PROMO - END ------------------------------------ */

/* ----------------------------- LIVE - START ------------------------------------ */

.dates-switch{
	float:right;
	margin:17px 14px 0 0;
	width:120px;
}

/* ----------------------------- LIVE - END ------------------------------------ */

/* ----------------------------- MUSIC - BUY BUTTONS - START ------------------------------------ */
.buy-buttons li{
	display:inline;
	float:left;
	width:88px;
}

.tracklisting{
	padding:10px 10px 10px 0px;
}

.tracklisting li{
	padding:1px 0 1px 1px;
}

.7digital{
	background-image:url(../gfx/buy-7digital.png);
	background-repeat:no-repeat;
	height:29px;
	width:88px;
}

.amazon{
	background-image:url(../gfx/buy-amazon.png);
	background-repeat:no-repeat;
	height:29px;
	width:88px;
}

.hmv{
	background-image:url(../gfx/buy-hmv.png);
	background-repeat:no-repeat;
	height:29px;
	width:88px;
}

.itunes{
	background-image:url(../gfx/buy-itunes.png);
	background-repeat:no-repeat;
	height:29px;
	width:88px;
}

.play{
	background-image:url(../gfx/buy-play.png);
	background-repeat:no-repeat;
	height:29px;
	width:88px;
}

.tesco{
	background-image:url(../gfx/buy-tesco.png);
	background-repeat:no-repeat;
	height:29px;
	width:88px;
}

.share-links{
	clear:both;
	padding:10px 10px 10px 0px;
}

/* ----------------------------- MUSIC - BUY BUTTONS - END ------------------------------------ */

.content-area li.month{
	padding-left:15px;
}

/* ------------------- GALLERY CONTENT START -----------------*/


.navigation-tags{
	padding:18px 0px 0px 579px;
}

.navigation-tags .button a{
	font-size:12px;
	font-weight:bold;
	color:#BCB9D7;
	text-decoration:underline;
}

.navigation-tags .button {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.main-gallery-image{
	height:400px;
	width:500px;
}


#content-area.gallery{
	width:595px;
	float:left;
}

.gallery .content-box-header{
	float:left;
	background-color:#FFFFFF;
	background-image:url(../gfx/content-box-header-gallery.jpg);
	background-repeat:no-repeat;
	width:580px;
	height:65px;
}

.gallery .content-box{
	background-image:url(../gfx/gallery-bg.jpg);
	background-repeat:no-repeat;
	width:561px;
	clear:both;s
	float:left;
	background-color:#FFFFFF;
	padding:10px 20px 0px 20px;
	color:#000000;
}

#gallery-box{
	width:597px;
	height: auto;
	padding:33px 0px 10px 0px;
}

.gallery .content-box .lrg-image{
	width: 535px;
}

.main-gallery-image img{
	margin:auto;
	display:block;
}

#gallery-box .library{
	background-image:url(../gfx/library_sectionbox_header.jpg);
	background-repeat:no-repeat;
	height:27px;
	width:200px;
	margin: 0px 0px 10px 20px;
}

.gallery .content-box-footer{
	float:left;
	background-color:#FFFFFF;
	background-image:url(../gfx/content-box-footer.jpg);
	background-repeat:repeat-x;
	width:580px;
	height:20px;
	margin:0px 0px 4px 0px;
}

#gallery-box .content{
	width:598px;
	margin: 10px 0px 10px 0px;
}


#gallery-box .content_right{
	float:right;
	width: 240px;
}

#gallery-box .content_left{
	float:left;
	width: 128px;
}


#gallery-box .link{
	width:70px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#622520;
}

#gallery-box .library span{display:none;}


#right-column-gallery{
	float:left;
	height:auto;
	width:181px;
	height:1000px;
	background-image:url(../gfx/right-column.png);
	background-position:top right;
	background-repeat:no-repeat;
}

.lrg-image{
	margin:auto;
}

/* ------------------- GALLERY CONTENT END -----------------*/




/* ----------------------------- FOOTER - START ------------------------------------ */
#footer{
	clear:both;
	height:60px;
	width:969px;
	margin:auto;
}

#footer .copy{
	clear:both;
	width:400px;
	float:left;
}

#footer .copy p{
	text-align:left;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#footer a{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:underline;
}

#footer .logos{
	float:right;
	height:36px;
	width:370px;
}

#footer .logos li{
	float:left;
	display:inline;
	list-style:none;
}
/* ----------------------------- FOOTER - END ------------------------------------ */

