html {
	height:100%;
}
body {
	margin:0;
	color:#000;
	font:11px Arial, Helvetica, sans-serif;
	background:#fff;
	height:100%;
	letter-spacing:1px;
	line-height:12px;
}
img {
	border-style:none;
}
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	color:#f00;
}

a.selected {
	color:#f00;
}

span.empty{
	color: #888888;
}

input ,
textarea ,
select {
	font:100% arial,sans-serif;
	color: #000;
	vertical-align:middle;
	width: 320px;
	height: 20px;
	padding-left:4px;
	border-style:none;
	background-color: #B5B5B5;
}
input.button {
	width: 100px;
}
form ,
fieldset {
	margin:-4px;
	padding:10px 0 0 0;
	border-style:none;
}
.wrapper {
	margin:0 auto;
	width:946px;
	min-height:100%;
}
* html .wrapper {
	height:100%;
}
.forfooter {
	padding-bottom:130px;
}
#header {
	position:relative;
	height:84px;
}
#header strong a {
	position:absolute;
	top:41px;
	left:0;
	background:url(../images/logo.gif) no-repeat;
	width:206px;
	height:19px;
	text-indent:-9999px;
	overflow:hidden;
}
.main {
	width:100%;
	overflow:hidden;
}
.columnnarrow {
	float:left;
	width:245px;
	padding-top:7px;
	border-top:1px solid #c0c0c0;
	line-height:24px;
	margin-right:16px;
}
.columnnarrow ul {
	margin:0;
	padding:0 0 12px;
	list-style:none;
}
.columnnarrow ul a{
	font:13px Arial,Helvetica,sans-serif;
}
.columnnarrow ul a.active {
	color:#f00;
}
.columnnarrow span {
	color:#f00;
}
.columnwide {
	float:right;
	width:675px;
	padding-top:0px;
	border-top:1px solid #c0c0c0;
	line-height:14px;
}

.columnwide .half{
	float:left;
	width:335px;
}

.columnwide img {
	display:block;
}
ul.gallery {
	margin:0 0 23px;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
ul.gallery li {
	float:left;
	margin-right:10px;
}
ul#featured_artists {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
ul#featured_artists li {
	float:left;
}
#gallery{
	padding-bottom: 10px;
	margin-top: 8px;
	height: 340px;
}
.columnwide h1 {
	margin:0 0 17px;
	font:14px/18px Arial, Helvetica, sans-serif;
	letter-spacing:2px;
}
.text {
	width:290px;
	letter-spacing: normal;
}
.columnwide p {
	margin:0;
	color:#888;
	font-size: 11px;
	line-height: 13px;
}
#footer {
	width:946px;
	margin:-120px auto 0;
	line-height:11px;
	height:120px;
	position:relative;
}
#footer p {
	margin:0 0 15px;
}
.footertop {
	height:90px;
	overflow:hidden;
	border-bottom:1px solid #c0c0c0;
	color:#000000;
	letter-spacing:1px;
}
.footertop .textpart {
	width:225px;
	font-size: 9px;
	line-height:10px;
	float:left;
}

.footerbtm {
	width:100%;
	overflow:hidden;
	padding:12px 0 5px 0;
}
#footer a.logo {
	float:left;
	width:143px;
	height:12px;
	background:url(../images/footer-logo.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin-right:43px;
}
#footer .footerbtm p {
	color:#666666;
	margin:0;
	font-size:9px;
	letter-spacing:1px;
}
#footer .footerbtm p span {
	color:#888;
	margin:0;
	font-size:9px;
	letter-spacing:1px;
	margin-left:22px;
}
#footer .footerbtm p a {
	color:#888;
}
#footer .footerbtm p a:hover {
	text-decoration:underline;
}
#edit_button {
	float:right;
	-moz-border-radius:4px;
	background:#327E04;
	border:1px solid #327E04;
	padding: 3px;
	margin-bottom: 10px;
}

#edit_button a {
	color:#FFFFFF;
	font-weight:bold;
}

ul.artists {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0 0 7px;
}
ul.artists li {
	font:13px Arial,Helvetica,sans-serif;
	line-height:24px;
	
}

.artist_menu {
	width:300px;
	padding-top:0px;
	line-height:18px;
	margin-right:16px;
}
.artist_menu ul {
	margin:0;
	padding:0px;
	list-style:none;
}

.artist_menu ul a.active {
	color:#f00;
}

ul.thumbs {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 250px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0 5px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 1px;
	display: block;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}

.form div.fieldWithErrors label {
  display: inline;
	margin-bottom: 2px;
}

.form .fieldWithErrors .error {
  color: red;
}

#scrollable_content {
	height:310px;
	width: 300px;
	overflow: auto;
	padding: 8px;
}
#caption_a{
	color:#000;
	font-size: 10px;
	line-height: 14px;
	margin-top: 8px;
}