/* General */

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #555555;
	text-align: center;
	font: 10pt/17pt arial, sans-serif;
}

#container {
	background-color: black;
	position: relative;
	padding: 0;
	width: 795px;
	margin: 0 auto;
	text-align: left;
}

img {
	border: none;
}

a {
	color: #850808;
}

a:hover {
	color: #a61313;
}

h3 {
	font-weight: bold;
	font-size: 14pt;
	color: #777777;
}

div.separator {
	height: 20px;
}

div.separator hr {
	display: none;
}

img.link {
	border-top: 1px solid #ddd;
	border-right: 1px solid #606060;
	border-bottom: 1px solid #606060;
	border-left: 1px solid #ddd;
}

dt {
	font-weight: bold;
}

dd {
	padding: 0 0 10px 0;
}

ul li {
	list-style: none;
}

ul {
	margin: 0;
	padding: 0;
}

.listItem {
	color: #850808;
	font-weight: bold;
	font-family: courier;
	letter-spacing: -2px;
}

.paneLayout {
}

#leftPane {
	border: 1px solid transparent;
}

#rightPane {
	border: 1px solid transparent;
	float: right;
	width: 50%;
}


/* Introductory Page */

div#homeLogo {
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

div#homeLogo img {
	width: 467px;
	height: 500px;
	margin: 20px 0 0 0;
}

div#about {
	margin: 0 60px 0 60px;
	padding: 0 50px 0 50px;
	text-align: left;
	font-family: georgia, times, serif;
	font-size: 12pt;
}

div#about p {
	text-indent: 20px;
}

div#about p:first-letter {
	font-size: 21pt;
	font-family: georgia, times, serif;
}


/* Header */

#header {
	margin: 0;
	position: relative;
	background: transparent url(../images/bg_top.gif) repeat-x;
}

#header h1 span, #header h2 span {
	display: none;
}

#header h1 {
  margin: 0;
	background: transparent url(../images/logo.jpg) no-repeat top left;
  width: 365px;
  height: 72px;
}

#header h2 {
	margin: 0;
}

div#headerAddress {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px 15px 0 0;
	text-align: center;
	color: #333333;
	font-size: 9pt;
	line-height: 12pt;
}


/* Navigation */

div#nav {
	float: left;
	width: 100%;
	font-weight: bold;
	border: 0;
	border-bottom: 1px solid #850808;
	z-index: 5;
}

div#nav ul {
	margin: 0;
	padding: 0;
	background-color: #000000;
	border: 1px solid #850808;
	border-top: 0;
	z-index: 5;
}

div#nav li {
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	width: 120px;
	border: 0;
	border-top: 1px solid #850808;
	z-index: 5;
}

div#nav li.submenu {
}

div#nav li a {
	display: block;
	padding: 2px 0 2px 10px;
	color: #850808;
	text-decoration: none;
	width: 110px;
}

div#nav li:hover {
	background-color: #000000;
}

div#nav li a:hover {
	color: #a61313;
}

div#nav>ul a {
	width: auto;
}

div#nav ul ul {
	position: absolute;
	width: 120px;
	background-color: #000000;
	display: none;
	z-index: 5;
}

div#nav ul ul li {
	z-index: 5;
}

div#nav ul ul li:hover {
	background-color: #111111;
}

div#nav ul.level1 li.submenu:hover ul.level2 {
	display: block;
}


/* Content */

div#mainContent {
	position: relative;
	margin: 50px 0 15px 0;
	padding: 20px 30px 20px 30px;
        background-color: #111111;
}


/* Footer */

div#footer {
	clear: both;
	color: #555555;
	font-size: 9pt;
	font-family: georgia, times, serif;
}

div#navPath {
	border: 0;
	border-top: 1px #850808 solid;
	text-align: right;
	margin-bottom: 10px;
}

div#navPath a {
	color: #850808;
	font-size: 13pt;
	font-style: italic;
	text-decoration: none;
}

div#navPath a:hover {
	color: #a61313;
}

div#navPath a {
	text-decoration: none;
}


/* Studio */

div#intro {
	position: relative;
}

div#studioFront img {
	position: absolute;
	top: 0;
	right: 0;
	padding-left: 20px;
	width: 280px;
	height: 186px;
}

div#intro p {
	display: block;
	width: 415px;
}

div#intro p img {
	margin: 10px 5px 10px 5px;
}

div#events {
	width: 50%;
}

div#events li {
	padding: 0 0 10px 0;
}

div#news p {
	color: #850808;
	font-style: italic;
}

div#imgNav table {
	margin: 0 auto;
}

div#imgNav table td {
	padding: 0 5px 0 5px;
}

div#imgMain {
	text-align: center;
	padding: 30px 0 30px 0;
}

div#imgFrame {
	background: #000000 url(../images/skinart-main_bg.jpg) no-repeat center;
	margin: auto;
	width: 600px;
	height: 399px;
}

div#galleryImg img {
}


/* Galleries */

table#artistLogos tr td {
	width: 125px;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
}

table#artistLogos a {
	text-decoration: none;
}

table#artistLogos a img {
	border: 1px solid #850808;
}

table#artistLogos a:hover img {
	border: 1px solid #a61313;
}