* {
	margin: 0;
	padding: 0;
}

html { min-height:100%; margin-bottom:1px; }

body {
	background: #000 url("images/backgrd.gif") repeat-x;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: center;
}

a {color: #fff;
	text-decoration: underline;
}

#container {
	width: 900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto; 
	position: relative;
}

#header {
	text-align: center;
	height: 107px;
}

#header img {
	margin-top: 20px;
}

#contactinfo {
	width: 200px;
	position: absolute; 
	top: 18px;;
	right:10px;
	font-size: .9em;
	text-align: right;
}

#topnav {
	margin-right: 21px;
	margin-left: 21px;
}

#topnav ul, #topnav li { margin:0; padding:0; }
#topnav ul { list-style:none; }
#topnav li { display:inline; }

#topnav span {display:none; }
#topnav #nv_home a, #topnav #nv_artists a, #topnav #nv_artbycat a, #topnav #nv_newarrivals a, #topnav #nv_events a, #topnav #nv_contact a, #topnav #nv_asubmit a {
	display: block;
	float:left;
}

#topnav #nv_home a {
	background:url("images/home-btn.gif") no-repeat; 
	width:56px; height:22px; border:0; 
}

#topnav #nv_artists a {
	background:url("images/artists-btn.gif") no-repeat; 
	width:64px; height:22px; border:0; 
}

#topnav #nv_artbycat a {
	background:url("images/artist-by-category-btn.gif") no-repeat; 
	width:148px; height:22px; border:0; 
}

#topnav #nv_newarrivals a {
	background:url("images/new-arrivals-btn.gif") no-repeat; 
	width:100px; height:22px; border:0; 
}

#topnav #nv_events a {
	background:url("images/events-btn.gif") no-repeat; 
	width:76px; height:22px; border:0; 
}

#topnav #nv_contact a {
	background:url("images/contact-directions-btn.gif") no-repeat; 
	width:133px; height:22px; border:0; 
}

#topnav #nv_asubmit a {
	background:url("images/artist-submissions-btn.gif") no-repeat; 
	width:139px; height:22px; border:0; 
}

#maincontent {
	margin-top: 60px;
}

#sidenav {
   clear: both;
	float: left;
	width: 150px;
	border-right: #FAB639 1px solid;
	padding: 10px 0 0 10px;
	margin-top: 0px;
}

#sidenav ul {
	list-style: none;
}

#sidenav li {
	font-size: 1.1em;
	padding-bottom: 10px;
}

#sidenav li a {
	color: #fff;
	padding-top: 10px;
	text-decoration: none;
	font-size: .9em;
}

#content {
	padding: 0px 10px 10px 10px;
	width: 680px;
	margin-left: auto;
	margin-right: auto; 
	min-height:400px;
   height:auto !important;
   height:400px;
}

#content p {
	margin-bottom: 10px;
	line-height: 1.4em;
}

#content img.thumbright {
	float: right;
	padding: 0 0 10px 10px;
}

#artcontent {
   padding: 0px 10px 10px 0;
	margin-left: 185px;
}

#artcontent img {
	border: none;
	padding:10px 10px 6px 10px;
}

#artcontent a {
	color: #FAB639;
	font-weight: bold;
}

#artcontent p {
	margin-top: 14px;
	line-height: 1.4em;
}

#artcontent ul {
	margin-left: 20px;
	padding-left: 10px;
}

#artcontent ul li {
	margin-bottom: 2px;
}

h1 {
	color: #FAB639;
	font-weight: normal;
	font-size: 1.4em;
	letter-spacing: 1px;
	padding-bottom: 6px;
}

h2 {
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	padding-top: 10px;
	padding-bottom: 2px;
}

#footer {
	clear: both;
	font-size: .8em;
	text-align: right;
	padding: 10px;
}

#artwork {
	border: 2px solid #4E4E4E;
   padding: 4px;
	margin-bottom: 10px;
	margin-top: 6px;
	/*width: 75%;*/
}

#artwork p {
	padding-top: 0px;
	margin-top: 0px;
	font-size: .9em;
}

p.thumbcaption {
	width: 152px;
}


/* Events table */
table.events td {
	padding: 8px;
}

table.events td.eventname {
	font-weight: bold;
}

#galleryImg {
width: 480px;
text-align: center;
}
#galleryImg img {
	padding-bottom: 8px;
}

#galleryImg p {
	font-size: .9em;
}

/* Form */
form.contact, form.artist {padding-top: 10px;}
form p.subfield {padding-left: 110px;}
form p label {
	float: left;
	width: 150px; 
	text-align: left;
	font-weight: bold;
	padding-right: 10px;
	color: #ffa740;
	font-size: 11px;
}
#grouping {
	border: 1px solid white; 
	padding:6px;
	width: 450px; 
	margin:6px 0 6px 0;
}

form #grouping p label {
	width:130px;
}

p.note {padding-left: 130px;}

form input.txt {
	color: #000;
	letter-spacing: 1px;
	border: 1px solid #444;
	background-color: #fff;
	padding: 2px;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
}

form textarea.txt {
	color: #000;
	letter-spacing: 1px;
	border: 1px solid #444;
	background-color: #fff;
	padding: 2px;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
}

form checkbox {
	margin-right: 6px;
}
form select {
	color: #000;
	background-color: #fff;
	border: 1px solid #444;
	padding: 0;
}

form option {
	padding: 4px;
}

.errormsg {
	color: #ff0000;
}