body
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.3em;
	color: #FFF;
	background-color: #003255;
	margin: 0;
	background-image: url(../i/bg_img.gif);
	background-repeat: repeat-y;
}

input, select, textarea
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .9em;
}

img
{
	border: 0;
}
a 
{
	color:#FFF;
}

#frame
{



}

/* START sidebar elements */

#sidebar
{
	padding-left: 176px;
}

#navigation
{
	width: 176px;
	position: absolute;
}
#navigation p
{
	margin: 15px 0px 0px 20px;
}
#navigation img
{
	margin-bottom: 0px;
	margin-top: 2px;
}


#navigation ul
{
	margin: 0px 0px 10px 20px;
	padding: 0px; /*necessary for Mozilla*/
}

#navigation li
{
	list-style: none;
	line-height: 1.4em;
}

#navigation a
{
	color: #FFF;
	text-decoration: none;
}

#navigation a:visited
{
	color: #FFF;
}

#navigation a:hover /* , #navigation a:over /* */
{
	color: #003255;
}

#navigation #main 
{
	margin-top: 10px;
	margin-bottom: 15px;
}

#navigation  input.search /* search input field */
{
	margin: 5px 3px 0 20px;
	width: 115px;
	border: 0;
	padding: 3px;
}

#navigation  input.go /* search input field */
{
	vertical-align: middle;
}

/* END sidebar elements */

#contentwrapper
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
		width: 850px;
}

#artlistcontentwrapper
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
		width: 600px;
}

#contentwrapper img.logo, #artlistcontentwrapper img.logo
{
	margin-top: 15px;
}


/*START slideshow elements */
#slideshow 
{ 
	position:relative;
	height:400px;
	
	margin-bottom: 0;
}
#slideshow div.wrapper { 
	position:absolute;

}

#slideshow { 
	margin-left: auto;
	margin-right: auto;
	width:460px;
}

#slideshow div.wrapper td 
{
	height:400px; 
	width:460px;
	vertical-align:middle;
	text-align:center;
}
#slideshow div.wrapper td img
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img.copyprotect 
{
	position:absolute;
	top:0px;
	left:0px;
	width:460px;
	height:402px;
	z-index:10;
}

#artgroup, #artpiece
{
	width: 500px;
	height: 402px;
	border-top: 1px solid #8AA7C1;
	border-bottom: 1px solid #8AA7C1;
	padding: 5px 0 5px 0;
	margin-bottom: 5px;
	text-align: center;
}

#artgroup
{
	height: 330px;
}
p.detailtext span.title
{
	font-style: italic;
	text-transform:uppercase;
}
p.detailtext span.artist, h1#h1ArtistName
{
	text-transform:uppercase;
}

/*END slideshow elements */

/* START content elements */

#content h1
{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	margin-bottom: 5px;
	margin-top: 13px;
}
#content h1.statictitles 
{
	display:none;
}

#content h2
{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	margin-bottom: 5px;
	margin-top: 20px;
}

#content h3
{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin-bottom: 5px;
}

#content ul
{
	list-style: none;
	text-align: center;
	line-height: 1.2em;
	margin-left: 0;
}

#content a, #content a:visited
{
	color: #FFF;
}

#content a:hover /*, #content a:over /* */
{
	color: #5E85AE;
}


#content p
{
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content #artlistpager, #content #artpiecepager, #content #imagepager
{ 
	float: right;
	margin-right: 2px;
	padding-bottom:5px;

}

#content #artlistpager a.current, #content #artpiecepager a.current, #imagepager a.active
{ 
	font-weight: bold;
	color: #68b;
	text-decoration: none;
}

#content #artlistpager a, #content #artpiecepager a, #content #imagepager a
{ 
	margin-right: 3px;
}

/* START footer elements */

#footer
{
	
	font-family: Times New Roman;
	font-weight: bold;
	text-align: center;
	color: #CCC;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-left: 176px;
	clear:both;
}

#footer p
{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.4em;
}
#footer p.sitecredit
{
	font-size: .9em;
	font-weight: normal;
}
#footer a
{
	color: #CCC;
	text-decoration: none;
}

#footer a:hover
{
	color: #CCC;
	text-decoration: underline;
}

/*
#footer a:over
{
	color: #CCC;
	text-decoration: underline;
}

/* */

#footer a:visited
{
	color: #CCC;
}/* END footer elements */

div.clearing
{
	clear: both;
}

/* Part of the Skip Navigation stuff for the benefit of screenreaders*/
p.hide 
{
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
}
