html, body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #f3ebe7;
	font-family: 'Lucida Grande', Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #222222;
}

a
{
	outline: none;
	color: #000000;
}

textarea { 
     resize: none; 
}

div#maincontainer {
	position:relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width:100%;
	background:#f3ebe7 url('../images/mainbackground.png') top center no-repeat;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	
	min-height:100%; /* real browsers */
}

div#mainheader {
	width:960px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
}

div#mainhidden {
	position: absolute;
	width: auto;
	height: 1px;
	overflow: hidden;
}

div#mainheaderlinks a {
	position: relative;
	left: 360px;
	top: 200px;
}

div#maincontent {
	padding:1em 1em; /* bottom padding for footer */
	width:960px;
	margin-left: auto;
	margin-right: auto;

}

div#mainfooter {
	position: absolute;
	width:100%;
	bottom: 0; /*  stick to bottom */
	background:#000000;
	border-top: solid 1px #000000;
	
	-moz-opacity:.70; 
	filter:alpha(opacity=70); 
	opacity:.70;
}

div#footercontent
{
	border-top: solid 1px #888888;
	position: absolute;
	width:100%;
	bottom: 0; /*  stick to bottom */
	
}
div#footercontentmain
{
	position: relative;
	width:860px;
	margin-left: auto;
	margin-right: auto;

}

div.jordanSep
{
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: solid 1px #666666;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #888888;
}

div.jordanSepNoTop
{
	padding-top: 10px;
	color: #888888;
}

div.copyright
{
	border-top: solid 1px #666666;
	padding-top: 4px;
	padding-bottom: 10px;
	font-size: 10px;
	color: #888888;
}


.overlay
{
	position: absolute; 
	background: url('../images/overlaybg.png'); 
	z-index:99; 
	width:100%;
}

.overlayBox
{
	position: relative; 
	margin-left:auto; 
	margin-right:auto; 
	background: white; 
	border: solid 2px #666666;
	z-index:100;
	top: 220px;
	width:860px; 
	height:500px;
}

.fc
{
	width: 100%;
	height: 100px;
	border: none !important;
	border-collapse: collapse;
	padding: 0px;
	color: #FFFFFF;
}

.fcLeft
{
	vertical-align: top;
	width: 450px;
	border-right: solid 1px #999999;
}

.fcRight
{
	vertical-align: top;
	width: 400px;
	padding-left: 10px;
	border-left: solid 1px #555555;
	color: #999999;
}

div#footercontentmain div.fcHead
{
	font-size: 20px;
	color:#ECECEC;
	margin-bottom: 4px;
}


.artItem
{
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #cccccc;
	background: white;
	padding: 10px;
	margin: 20px;
	
}

.artItem img
{
	text-align: center;
	
}


table.noborder
{
	border: none !important;
	border-collapse: collapse;
	padding: 0px;
}

table.noborder td
{
	padding: 0px;
	vertical-align: top;
}



div.mc_Outer
{
    overflow: hidden;
}

div.mc_Top
{
	position:relative; 
	margin-left:auto; 
	margin-right:auto;
	z-index:3;
	background: url('../images/bd_top.png'); 
	width: 960px; 
	height: 136px;
}

div.mc_Content
{
	position:relative;
	top: 36px; 
	margin-left:auto; 
	margin-right:auto; 
	width:800px; 
}

div.mc_MidDynamic
{
	position:relative; 
	top:-100px; 
	margin-left:auto; 
	margin-right:auto; 
	width:860px;
	height:200px; 
	background: url('../images/box_bg.png'); z-index:1;
}

div.mc_ArrowLeft
{
	position:absolute; 
	left: -50px; 
	top:45%;
}

div.mc_ArrowRight
{
	position:absolute; 
	left: 840px; 
	top:45%;
}

div.mc_Bottom
{
	position:relative; 
	top:-200px; 
	margin-left:auto; 
	margin-right:auto; 
	width:960px; 
	z-index:2;
}

div.mc_Header
{
	position: relative;
	top: -24px;
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}

div.mc_Pager
{
	position: relative;
	width: 260px;
	height:23px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	
}

div.mc_Pager a
{
	margin-left: 5px;
	margin-right: 5px;
	color: #000000 !important;
	text-decoration: none;
}


div.mc_Pager span
{
	margin-left: 5px;
	margin-right: 5px;
	color: #000000 !important;
	font-weight: bold;
}

a.firstImg
{
	text-align: right;
	cursor: pointer;
}

a.lastImg
{
	text-align: left;
	cursor: pointer;
}



div.artwork_Year
{
	font-size:20px;
	color: #777777;
}

span.artwork_Month
{
	font-size:13px;
	color: #777777;
}

div.artwork_Item
{
	background: white;
	padding: 7px;
	width: 120px;
	border: solid 1px #cccccc;
}

div.artwork_Details
{
	height: 20px;
	padding-bottom: 10px;
	font-size:10px;
	color: #777777;

}


a.firstImg
{
	text-align: right;
	cursor: pointer;
}

a.lastImg
{
	text-align: left;
	cursor: pointer;
}


div.prevImage
{
	position: relative; 
	width:70px; 
	height: 100%;
	overflow:hidden;
	background: transparent url('../images/box_Leftarrow.png') no-repeat left;
	cursor: pointer;
}

div.prevImageWait1
{
	position: relative; 
	top: -100%;
	width: 40px; 
	height: 50%; 
	overflow:hidden;
	background: transparent url('../images/loading.gif') repeat-x bottom;
	display: none;
}

div.nextContain
{
	position: relative;
	overflow:hidden;
	height: 100%;
	width:70px;
	background: url('../images/box_RightBottom.png') no-repeat;
	background-position: bottom left;	
}

div.nextContain div.nextContain
{
	background: url('../images/box_RightTop.png') no-repeat;
	background-position: top left;	
}

div.nextImage
{
	position: relative; 
	width:70px; 
	height: 100%;
	overflow:hidden;
	background: transparent url('../images/box_rightarrow.png') no-repeat right;
	cursor: pointer;
}

div.nextImageWait1
{
	position: relative; 
	top: -100%;
	width: 40px; 
	height: 50%;  
	overflow:hidden;
	background: transparent url('../images/loading.gif') repeat-x bottom;
	display: none;
}


table.catLinks
{
	width: 100%;
}
table.catLinks td
{
	text-align: left;
}


div.btnScrA
{
	height: 20px;
	text-align: left;
}

div.btnScrA a
{
	display:block;
	height: 20px;
	line-height: 20px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

div.btnScrI
{
	height: 18px;
	text-align: left;
}

div.btnScrI a
{
	display:block;
	height: 20px;
	line-height: 20px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 14px;
	color: #ffdc3e;
	text-decoration: none;
}




div.btnImgA
{
	height: 150px;
	text-align: left;
}
div.btnImgA a
{
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
div.btnImgA a.btnIImg
{
	display:block;
	width: 110px;
	height: 110px;
	border: solid 2px #FFFFFF;
}
div.btnImgA a.btnITxt
{
	display:block;
	height: 40px;
	width: 108px;
	line-height: 20px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 14px;
	overflow: hidden;
	text-align: center;
}

div.btnImgI
{
	height: 150px;
	text-align: left;
}
div.btnImgI a
{
	font-size: 14px;
	color: #ffdc3e;
	text-decoration: none;
}
div.btnImgI a.btnIImg
{
	display:block;
	color: #cccccc;
	text-decoration: none;
	width: 110px;
	height: 110px;
	border: solid 2px #aaaaaa;
}
div.btnImgI a.btnITxt
{
	display:block;
	height: 40px;
	width: 108px;
	line-height: 20px;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	overflow: hidden;
	text-align: center;
}

#addcommentContainer .error
{
	color:#faac94;
}


.commentContainer
{
	margin-left: 10px;
	margin-top: 30px;
	border-top: solid 1px #CCCCCC;
	padding-top: 0px;
}

.commentContainer h1
{
	line-height: 13px;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}

.commentContain
{
	background: #fdea94;
	border: solid 1px #ffd91e; 
	margin-bottom: 10px;
	padding: 10px;
}

.commentContain1
{
	background: #fef0d2;
	border: solid 1px #ffd91e; 
	margin-bottom: 10px;
	padding: 10px;
}

.commentContainHead
{
	font-size: 13px;
	margin-bottom: 5px;
	border-bottom: solid 1px #ffd91e;
}

.commentContainBody
{

}

.contentView
{
	padding-top:15px; 
	padding-bottom:15px; 
	width:800px;
}


.lightItem
{
	cursor: pointer;
}

a.slideDot
{
	-moz-opacity:.50; 
	filter:alpha(opacity=50); 
	opacity:.50;	
}
