body {
	font-family: Georgia, Times, serif;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size:16px;
	line-height:1.3em;
}

h1,h2,h3 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
	
#debugOutput {
	/*visibility: hidden;*/
	display:none;
	}
	


#slideshow {
	float:right;
	margin:0 0 0 0;
	padding:0 9px 0 0;
	width:275px;
	}


ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	color: #fff;
}

a:hover {
	background-color: #b41404;
}

/*********************************************
       CONTAINER LAYOUT
**********************************************/
#cfa {
	background: #d6c7aa url(images/tile_bax_ie.gif);
	background-repeat:repeat;
	background-position: top;
}

#shell {
	width: 772px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
	background: #000 url(images/articlebax.gif);
}

#shellBrowse {
	width: 772px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
	background: #000 url(images/articlebax_browse.gif);
}


#masthead {
	margin: 0;
	padding: 0;
	text-indent: -6923px;
	width: 772px;
	height: 106px;
	text-align: left;
	background: url(images/masthead.gif) top left no-repeat;
}


#navshell {
	margin: 0;
	padding: 0;
	width: 772px;
	height: 58px;
	text-align: left;
	background: url(images/navbax.gif) top left no-repeat;
}

#footer {
	clear:both;
	margin: 0;
	padding: 0;
	width: 772px;
	height: 21px;
	text-align: left;
	clear:both;
	background: url(images/footerbax.gif) bottom left no-repeat;
}



#tAndCsLink {
	font-size: 12px;
	margin: 2.5em 0 0 0;
	padding:0;
	text-align: center;
}



#textContent {
	display:none;
}



/*********************************************
       article_shell
**********************************************/



h2 {
	font-weight:normal;
	font-size:30px;
	margin: 18px 6px 8px 6px;
	padding: 12px 30px 12px 30px;
	background: url(images/article_titlebax.gif) top left no-repeat;
}

#shell h2.formSubHead {
	margin: 18px 6px 8px -33px;
	padding: 12px 30px 12px 30px;
}



h2.articleTop {
	margin-top:0px;
	padding-top: 1px;
	padding-bottom: 14px;
	line-height:1.4em;
	background: url(images/articletop_titlebax.gif) top left no-repeat;
}

#shell h3 {
	font-weight:normal;
	font-size:24px;
	margin: 18px 6px 8px 6px;
	padding: 12px 30px 12px 30px;
}


.bodyT {
	margin: 0px 43px 10px 39px;
	padding: 0;
}


.browseT {
	margin: 0px 297px 10px 39px;
	padding: 0;
}

#shell ul {
	list-style: disc;
	}

.starredBody {
	font-size:80%;
	font-style:italic;
	line-height:1.2em;
	margin: 0px 43px 10px 39px;
	padding: 0;
}

blockquote {
	margin: 0px 130px 11px 70px;
	padding:0;
	font-style:italic;
	}

#shell ul {
	font-weight:normal;
	margin: 0px 0px 15px 69px;
	padding: 0px 30px 0px 30px;
}



/*********************************************
       forms
**********************************************/
#subscribeform, #imageform, #curatorloginform, .selectartist {
	 margin: 0px 43px 20px 39px;
	}
	
	
#article .selectartist #id{
	width:690px;
	margin-bottom: 5px;
	margin-left:-0px;
	}	
	
#footerBrowse .selectartist #id{
	width:690px;
	margin-bottom: 5px;
	margin-left:-12px;
	}	
	

	
#curatorloginform #username,
#curatorloginform #password{
	width:668px;
	margin-bottom: 5px;
	}	
	
#subscribeform #firstname,
#subscribeform #lastname, 
#subscribeform #email1,
#subscribeform #email2,
#subscribeform #address,
#subscribeform #phone,
#subscribeform #media,
#subscribeform #biog,
#subscribeform #comment {
	width:668px;
	margin-bottom: 5px;
	}	
	
#subscribeform .fileDesc {
  background-color: #3b372f !important;
	border: 5px solid #ffffff;
  margin: 0px;
	padding: 6px;
	font-family: Georgia, Times, serif;
	color:#FFFFFF;
	width:668px;
	margin-bottom: 5px;
	}	
	
#subscribeform .browseFile {
  background-color: #3b372f !important;
	border: 5px solid #ffffff;
  margin: 0px;
	padding: 6px;
	font-family: Georgia, Times, serif;
	color:#FFFFFF;
	width:668px;
	margin-bottom: 5px;
	}	

	
	
	
#subscribeform #back, 
#subscribeform #submit, 
#curatorloginform #submit,
.selectartist .submit {
	font-size: 16px;
	background-color: #fff !important;
	color:#b4140b;
	border-style:none;
	font-family: Georgia, Times, serif;
	font-weight:bold;
	}	

#submitbtns {
	clear:both;
	}	

#subscribeform #back  {
	float:left;
	}
#subscribeform #submit, 
#curatorloginform #submit,
.selectartist .submit   {
	float:right;
	}

#horozChecks dt {
	float:left;
}

#horozChecks dd  {
	float:left;
	padding:0 50px 0 10px;
}

.public {
  background-color: #3b372f !important;
	border: 5px solid #ffffff;
  margin: 0px;
	padding: 6px;
	font-family: Georgia, Times, serif;
	color:#FFFFFF;
	}

.private {
  background-color: #3b372f !important;
	border: 5px solid #8c836f;
  margin: 0px;
	padding: 6px;
	font-family: Georgia, Times, serif;
	color:#FFFFFF;
	}
	
.upFile {
  background-color: #3b372f !important;
	border: 5px solid #8c836f;
  margin: 0px;
	padding: 6px;
	font-family: Georgia, Times, serif;
	color:#FFFFFF;
	}

form dd {
	 margin: 0 0 20px 0;
	}
form dt {
	 margin-bottom: 3px;
	}
	
form strong {
	padding-top:3px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:3px;
	line-height:1.5em;
	background-color:#FF0000;
	font-weight:bold;
	color:#FFFFFF;
	}
	
.formBody {
	margin: 0px 23px 10px 0px;
	font-size: 85%;
	padding: 0;
}

/*********************************************
       NAVIGATION
**********************************************/

#home_tab a {
	width: 49px;
	background: url(images/home_tab.gif) top left no-repeat;
	}

#artists_tab a {
	width: 53px;
	background: url(images/artists_tab.gif) top left no-repeat;
	}
	
#about_tab a {
	width: 51px;
	background: url(images/about_tab.gif) top left no-repeat;
	}
	
#register_tab a {
	width: 64px;
	background: url(images/register_tab.gif) top left no-repeat;
	}

#contact_tab a {
	width: 60px;
	background: url(images/contact_tab.gif) top left no-repeat;
	}

#nav {
	position: absolute;
	top: 116px;
	left: 464px;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	height: 21px;
	overflow: hidden;
	width: 277px;
	display: inline;
	text-indent:-6923px;
	left: 464px; /* fixes weird IE5.0/win absolute position within relative */
	left/* */: 464px;
	}
	
#nav a {
	float: left;
	padding: 21px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:21px;
	}
	
#nav a:hover {
	background-position: 0 -21px;
	}
	
#nav.home #home_tab a { background-position: 0 -42px; }
#nav.artists #artists_tab a { background-position: 0 -42px; }
#nav.about #about_tab a { background-position: 0 -42px; }
#nav.register #register_tab a { background-position: 0 -42px; }
#nav.contact #contact_tab a { background-position: 0 -42px; }
	
	
	
	
#footerShell {
	clear:both;
	margin: 0;
	padding: 0;
	width: 772px;
	text-align: left;
	clear:both;
	background: url(images/footerbase.gif) bottom left no-repeat;
}

#footerBrowse {
	padding: 38px 0 1px 10px;
	margin:0;
	background: url(images/footerbax_browse.gif) top left no-repeat;
}	
	
	
	