﻿@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	}

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
}

#container {
	width: 800px;
	margin: 20px auto;
	border: 2px solid #999999;
	background: #FFFFFF;
	}
	
#header {
	height: 143px;
	background: #000 url(../images/bg_header.jpg) no-repeat;
	text-align: right;
	}

#headertest {
	height: 143px;
	background: #000 url(../images/bg_header_test.jpg) no-repeat;
	text-align: right;
	}
	
#header h2 {
	color: #fff;
	text-align: right;
	font-size: 16px;
	font-style:italic;
	font-weight: normal;
	padding: 25px;
	}
	
#headertest p {
	color: #fff;
	text-align: right;
	padding: 45px 25px 0 0;
	}
#headertest h2 {
	color: #fff;
	text-align: right;
	font-size: 16px;
	font-style:italic;
	font-weight: normal;
	padding: 25px;
	}
	
#header p {
	color: #fff;
	text-align: right;
	padding: 45px 25px 0 0;
	}

	
#nav {
	}

#nav p {
	padding: 5px 0;
	text-align: center;
	font-variant:small-caps;
	letter-spacing: 2px;
	}
	
#nav a {
	padding: 0 10px;
	}
	
#nav a:visited {
	color: #000;
	text-decoration: none;
	}
	
#nav a:link {
	color: #000;
	text-decoration: none;
	}
	
#nav a:hover {
	color: #000;
	text-decoration: underline;
	}
	
#nav a:active {
	color: #000;
	text-decoration: underline;
	}
	
#subnav {
	}
	
#subnav p {
	padding: 10px 0 10px 40px;
	}
	
a.hfl:visited {
	color: #990000;
	text-decoration: none;
	}
	
a.hfl:link {
	color: #990000;
	text-decoration: none;
	}
	
a.hfl:active {
	color: #990000;
	text-decoration: underline;
	}
	
	
a.hfl:hover {
	color: #990000;
	text-decoration: underline;
	}
	
	
#content {
	}
	
#full {
	}
	
#full h1 {
	font-size: 17px;
	padding: 20px 0 15px 40px;
	color: #990000;
	}
	
#full p {
	padding: 0 40px 15px 40px;
	}
	
#artcontent {
	background: #000;
	height: 100%;
	}
	
.clear {
	clear: both;
	height: 10px;
	background: #993333;
	}
	
.clear2 {
	clear: both;
	}

#leftcol {
	float: left;
	display: inline;
	width: 135px;
	background: #000;
	color: #fff;
	}
	
#leftcol ul {
	list-style-type: none;
	padding-top: 20px;
	}
	
#leftcol li {
	padding: 5px 0 5px 20px;
	border-bottom: 1px solid #666;
	}
	
#leftcol a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#leftcol a:link {
	color: #fff;
	text-decoration: none;
	}
	
#leftcol a:hover {
	color: #FFFF00;
	text-decoration: none;
	}
	
#leftcol a:active {
	color: #FFFF00;
	text-decoration: none;
	}
	
.artist {
	clear: both;
	}
	
.artist a:visited {
	color: #990000;
	text-decoration: none;
	}
	
.artist a:link {
	color: #990000;
	text-decoration: none;
	}
	
.artist a:hover {
	color: #990000;
	text-decoration: underline;
	}

.artist a:active {
	color: #990000;
	text-decoration: underline;
	}

#rightcol {
	float: left;
	display: inline;
	width: 665px;
	background: #fff;
	}
#rightcoltest {
	float: left;
	display: inline;
	width: 800px;
	background: #fff;
	}
	
#rightcol h3 {
	font-size: 16px;
	font-variant:small-caps;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 2px;
	padding: 10px;
	margin: 10px;
	border-bottom: 1px solid #666;
	}

#rightcoltest h3 {
	font-size: 16px;
	font-variant:small-caps;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 2px;
	padding: 10px;
	margin: 10px;
	border-bottom: 1px solid #666;
	}
	
#artleft {
	float: left;
	display: inline;
	width: 227px;
	}
	
#artleft p {
	font-size: 10px;
	text-align: left;
	padding: 0 0 5px 0;
	}
	
#artleft table {
	margin: 20px 0 20px 20px;
	width: 200px;
	}
	
.artleftphoto {
	padding: 10px 20px;
	}
	
#artright {
	float: left;
	display: inline;
	width: 438px;
	}
#artright_about{
	float: left;
	display: inline;
	width: 600px;
	margin-bottom: 100px;
	}
#artright ul {
	padding: 20px 0 0 20px;
	line-height: 140%;
	text-indent: 50px;
	}
	
#artright_about p {
	padding: 20px 0 0 20px;
	line-height: 140%;
	text-indent: 50px;
	}
	
#artright ul {
	padding: 20px;
	line-height: 140%;
	}
	
#artright p {
	padding: 20px;
	line-height: 140%;
	}
	
#google {
	margin: 25px 36px;
	padding-top: 10px;
	border-top: 1px solid #000;
	}
	
#footer {
	background: #000;
	clear:both;
	}
	
#footer p {
	font-size: 11px;
	color: #fff;
	text-align: center;
	padding: 5px;
	}

#footer a:visited {
	color: #FF0;
	text-decoration: none;
	}
	
#footer a:link {
	color: #FF0;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #FF0;
	text-decoration: underline;
	}

#footer a:active {
	color: #FF0;
	text-decoration: underline;
	}

#featured {
	margin: 25px;
	}
	
#featured h2 {
	text-align: center;
	font-style: italic;
	}

/* 

#featured legend {
	color: #990000;
	margin-left: 0.5em;
	padding: 0 5px;
	font-weight: bold;
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#featured fieldset {
	margin: 25px;
	border: 1px solid #990000;
	background-color: #FFFFCC;
}

*/
	
#homeflash {
	padding: 20px 0 20px 20px;
	float: left;
	displau: inline;
	width: 320px;
	}
	
#fright {
	float: right;
	display: inline;
	width: 390px;
	}
	
#fright p {
	padding: 20px 40px 15px 0px;
	font-size: 13px;
	}
	
.mleft {
	margin-left: 30px;
	}

.tahoma13
{
    font-size: 13px;
    color: White;
    font-weight: bold;
}
.tahoma13black
{
    font-size: 13px;
    color: Black;
    font-weight: bold;
}

.tahomawhite14
{
    font-size: 14px;
    font-weight: bold;
    color: White;
}

.tahomawhite15
{
    font-size: 15px;
    font-weight: bold;
    color: White;
}

.tahomablue14
{
    font-size: 14px;
    font-weight: bold;
    color: #33ccff;
}

.tahomared13
{
    font-size: 13px;
    font-weight: bold;
    color: #ff0000;
}

.tahomablue13
{
    font-size: 13px;
    color: #043ffe;
}

.tahomablack15
{
    font-size: 15px;
    font-weight: bold;
    color: Black;
}

	