/* Primary Styles */
body {
        background: white;
	background-image: url(../../images/background.jpg);
	background-repeat: no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	xfont-size: 12px;
	xcolor: #999;
	line-height: 12px;
	color: #666;
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
}

h1, h2 {
	font-size: 16px;
	color: #666;
}

h3 {
	font-size: 12px;
	color: #999;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	xfont-size: 12px;
	xcolor: #999;
	line-height: 24px;   

	color: #666;
	font-size: 13px;

}

a {
	text-decoration: none;
	color: #cc3300;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: lighter;

}

a:hover {
	color: #666;
	text-decoration: none;
}

img {
	border: 0;
}

 /* CSS for fancy links */
 
a.fancy_link, a.fancy_link:link, a.fancy_link:visited, a.fancy_link:active {
	background-image: url(http://marc.section101.com/images/linksquiggle.png);
	background-repeat: no-repeat;
	color: rgb(204, 51, 0);
	padding-right: 10px;
	background-position: right center;
	width: auto;
}
 
a.fancy_link2, a.fancy_link2:link, a.fancy_link2:visited, a.fancy_link2:active {
	background-image: url(http://marc.section101.com/images/linksquiggle2.png);
	background-repeat: no-repeat;
	color: rgb(204, 51, 0);
	padding-left: 10px;
	background-position: left center;
	width: auto;
}
 




/* PRIMARY LAYOUT */
#container {
	width: 960px;
	margin-left: 50px;
	margin-top: 50px;
	position: relative;
	height: auto;
	
}

#main {
	background: #ffffff;
	border-top: 0px;
	clear: both;
	width: 960px;
	height: auto;
}

/* Header Styles */
#header {
	padding: 0px;
	float: left;
	width: 200px;
	height: 29px;

}

#header2 {
	height: 29px;
         border: 1px solid #cccccc;
	 vertical-align:bottom;	
	 margin-bottom: 0px;
         bottom: 0px; 
}

#header2a {

   margin-top: 4px;   

}

#header2b {
         border: 1px solid red;
	height: 29px;
	float: right;
	vertical-align:text-bottom;	
}

.header_table {
         border: 1px solid red;
	margin: 0px;
	padding: 0px;
        float: left;
}

.header_table td {
	height: 29px;
	vertical-align: bottom;	
}

.header_table2 {
         border: 1px solid blue;
	margin-top: -1px;
	margin-left: -10px;
	padding: 0px;
        float: left;
	z-index: 10
}

.header_table2 td {
	height: 29px;
	vertical-align: bottom;	
}


/* MAIN CONTENT AREA */

#content{
	width: 705px;
	height: auto;
	float: left;
	margin-top: -29px;
	background: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	xfont-size: 12px;
	xcolor: #999;
		font-size: 13px;
		color: #666;
	line-height: 12px;
}

/* Menu Area */

#navigation {
	width: 255px;
	float: left;
	text-align: left;
    margin-left: -10px;
    margin-top: 20px;
}
ul.navlinks {
	padding: 0px;
	font-size: 14px;
	}
ul.navlinks li {
	list-style: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #999;
	margin: 0 0 4px 0;
	}
ul.navlinks li a {
	padding: 5px 10px;
	margin: 0;
	color: #999;
	text-decoration: none;
	font-size: inherit;
	border-right: 0px solid #eeeeee;
	}
ul.navlinks li a:hover {
	color: #cc3300;
	border-right: 0px solid #b3b3b3;
	}
	
/* ALBUM SALE sidebar */

#album_sale {
	width: 188px;
	float: left;
	text-align: left;
    margin-left: 10px;
	margin-top: 20px;
}


/* FOOTER */
#footer {
        background: white;
	clear: both;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	color: #CCC;
		color: #666;
	border-top: 0px;
	margin-left: 30px;
	margin-bottom: 20px;
	}
.footerinner {
	margin-top: 0px;
	}
#footer a {
	font-size: 10px;
	color: #999;
	}
#footer a:hover {
	font-size: 10px;
	color: #666666;
	}

/* SCROLL */
#column_one {
	float: left;
	width: 232px;
	height: 500px;
	margin-top: 10px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0px;
	top: 0;
	height: 100%;
	background: #CCC;
}

.jScrollPaneDrag {
	position: absolute;
	background: #900 url(../../images/drag_grab.gif) no-repeat 50% 50%;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}

a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}

a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
			
.holder {
	height: 500px;
	float: left;
	margin: 0px;
}
.scroll-pane {
	width: 232px;
	height: 500px;
	overflow: auto;
	background: #fff;
}

.scroll-pane-wide {
	width: 720px;
	height: 500px;
	background: #fff;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
	overflow: auto;
}

#pane2 {
	overflow: auto;
}

.marc_page_images {
     border: 5px solid #cccccc;
}