/* *******************
   ** GLOBAL STYLES **
   ******************* */

body
{
	background-image: url(images/silverstripes.jpg);
	background-color: #fff;
	color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: thin;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: .8px;
	line-height: 150%;
}

a:link
{
	color: #cc0000;
	text-decoration: none;
}

a:visited
{
	color: #cc0000;
	text-decoration: none;
}

a:active
{
	color: #cc0000;
	text-decoration: none;
}

a:hover
{
	color: #cc0000;
	text-decoration: underline;
}

a img {
	border: 0px;
}

#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	background-image: url(images/wrapper_bg.png);
	background-repeat: repeat-y;
}

#header {
	width: 800px;
	margin-left: 100px;
	margin-right: 100px;
}

#nav {
	background: #000;
	width: 800px;
	height: 30px;
	margin-left: 100px;
	margin-right: 100px;
	padding-top: 10px;
	border-top: 1px white dotted;
	border-bottom: 1px white dotted;
	text-align: center;
	/*background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;*/
}

#nav a {
	padding: 0px 13px;
	font-weight: bold;
}

.hiring {
	text-align: center;
	padding-top: 10px;
}

.hiring a {
	text-decoration: underline;
}

#content, #bluecontent {
	width: 800px;
	background: #000;
	margin-left: 100px;
	margin-right: 100px;
	text-align: left;
}

h1 {
	padding-left: 50px;
	padding-top: 20px;
	font-size: 18px;
}

#quickNav {
	padding-left: 50px;
	font-size: 11px;
	margin-top: -10px;
	/*font-style: italic;*/
}

h2 {
	padding-top: 10px;
	padding-left: 50px;
	font-size: 14px;
	font-style: italic;
}

.map {
	margin-left: 20px;
	margin-top: -10px;
}

ul.maplist {
	list-style-type: square;
	margin-left: 45px;
	margin-top: -10px;
}

ul.maplist li {
	margin-bottom: 0px;
}

#content p {
	padding-left: 50px;
	padding-right: 50px;
	line-height: 20px;
}

/*#content img {
	padding-left: 10px;
	padding-top: 10px;
}*/

li {
	margin-bottom: 10px;
}

#footer {
	width: 800px;
	height: 50px;
	background: #000;
	margin-left: 100px;
	margin-right: 100px;
	font-size: 11px;
	border-top: 1px white solid;
	font-style: italic;
	padding-top: 5px;
}

.sitemap {
	float: left;
	padding-left: 50px;
	width: 350px;
	text-align: left;
}

.copyright {
	float: right;
	padding-right: 50px;
	width: 350px;
	text-align: right;
}

.divider {
	border-top: 1px white dotted;
}

/* ************************
   ** ARTIST PAGE STYLES **
   ************************ */

#artistPhoto {
	width: 175px;
	height: 233px;
	float: left;
	margin-left: 50px;
}

#artistBio {
	width: 550px;
	margin-left: 200px;
	height: 223px;
	margin-top: 30px;
}

#artistPageBio img {
	padding-left: 10px;
}

/* *************************
   ** GALLERY PAGE STYLES **
   ************************* */

/* #artistPagePhoto {
	width: 175px;
	height: 233px;
	float: left;
	margin-left: 130px;
	margin-top: 0px;
}

#artistPageBio {
	width: 450px;
	margin-left: 280px;
	margin-top: 30px;
	min-height: 233px;
} */

table.photoGalleries {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	text-align: center;
}

table.photoGalleries td {
	padding: 10px;
}

table.photoGalleries a img {
	padding: 2px;
	background: #000;
}

table.photoGalleries a:hover img {
	background: #cc0000;
}

table.healingTimes {
	margin-left: 100px;
	text-align: left;
	border-spacing: 0px;
}

table.healingTimes td {
	padding: 5px 10px 5px 10px;
}

table.healingTimes tr.odd {
	background-color: #330000;
}

#artistPageBio {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 30px;
}

#artistPageBio img {
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}

#artistGallery
{
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

#artistGallery img {
	padding: 0px;
}

#artistGallery a img
{
	border: 2px #000 solid;
}

#artistGallery a:hover img
{
	border: 2px #cc0000 solid;
}

/* ***********
   ** OTHER **
   *********** */

#popup
{
	color: #000;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#cornerribbon {
	border: 0;
	width: 150px;
	height: 150px;
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

#bluecontent p {
	padding-left: 30px;
	padding-right: 30px;
}

#bluecontent a {
	color: #0033cc;
}