/* this is only for the art page */

body
{
	margin: 0px;
	padding: 0px;
	background-color: #fff;
		
	line-height: 12pt;
	
	font-family: garamond, times new roman, times, serif;
	font-size: 10pt;
}

a
{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a:visited
{
	color: #000;
}

/*a:hover
{
	text-decoration: underline;
}*/

div#pagewrapper
{
	position: absolute;
	z-index: 1;
	
	bottom: 50%;
	right: 50%;
	
	width: 990px;
	height: 636px;
}

div#page 
{
  	position: relative;
  	z-index: 1;
  	
  	left: 50%;
  	top: 50%;
  	
	width: 990px;
	height: 636px;
	
	background-color: #ffffff;
	background-image: url("./images/bg.jpg");
}

div#gallerynav
{
	
	position: absolute;
  	z-index: 1;
  	
  	bottom: 00px;
  	left: 100px;
  
	width: 175px;
	height: 325px;
	
	padding: 0px;
	margin: 0px;
}

div#plugin
{
	
	position: absolute;
  	z-index: 1;
  	
  	bottom: 50px;
  	right: 125px;
  	
	width: 550px;
	height: 500px;
}

div#singerlogo
{
	position: absolute;
	z-index: 1;
	
	top: 20px;
	left: 30px;
	
	border: 0px;
}

div#singerlogo img
{
	border: 0px;
}

div#home
{
	position: absolute;
  	z-index: 2;
  	
	font-size: 14pt;
	letter-spacing: .1em;
	
	top: 50px;
	left: 65px;

}

div#main
{
	width: 100%;
	height: 100%;
}

/* style image in nextgen imagebrowser */

div.pic
{
	text-align: center;
}

div.pic img
{
	max-height: 450px !important;
	max-width: 500px !important;
	width: auto !important;
	border: 0px;
	padding: 0px;
	
	margin-left: auto;
	margin-right: auto;
}

div.next, div.back
{
	border: 0px!important;
}

div.ngg-imagebrowser-nav
{
	margin: 0px;
	padding: 0px;
}

ul#gallerylist
{
	list-style-type: none;
	line-height: 24pt;
	margin: 0px;
	padding: 0px;
}


/* FOOTER */


div#footerwrapper
{
	position: absolute;
	z-index: 0;
	
	bottom: 50%;
	right: 50%;
	
	width: 990px;
	height: 636px;
}

div#footerwrappee 
{
  	position: relative;
  	z-index: 0;
  	
  	left: 50%;
  	top: 50%;
  	
	width: 990px;
	height: 653px;
}
div#footer
{
	font-family: garamond, times new roman, times, serif;

	z-index: 0;
	
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
		
	color: #666;
	
	margin: auto;
	
	font-size: 8pt;
	
}

div#footer a
{
	color: #777;
}

