* {
	margin: 0;
	padding: 0;
}

body {
	background: #1D221B;

}

#main {
	padding: 0.4em;
	font-size: 0.8em;
	font-family: verdana, arial, sans-serif;
	color: #1D221B;
	vertical-align: top;
	background: #E0D6E6;

}

h2 {
	font-size: 1em;
	margin-top: 0.5em;
	color: #1D221B;
}

h3 {
	font-size: 1em;
	color: #1D221B;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

h4 {
	font-size: 1em;
	color: #1D221B;
}

h5 {
	font-size: 0.9em;
	font-family: verdana, arial, sans-serif;
	color: #996666;
    margin-bottom: 1em;
}

p {
	line-height: 1.4;
	margin-bottom: 0.8em;
}

ol {
	margin-left: 1.5em;
}

ol li {
	line-height: 1.5;
}

blockquote {
	margin: 1em;
	font-style: oblique;
}

a, a:link {
	color: #1D221B;
}

a:visited {
	color: #1D221B;
}

a:hover {
	color: white;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	background-image: url(/images/background.jpg);
	
	text-align: left;
}

#header, #content {
	position: relative;
	top: 0;
	left: 0;
}

#content {
	padding: 2em;
}

#breakoutbox {
	position: absolute;
	top: 3em;
	left: 3em;
	width: 150px;
}

.artistpic {
	border: 1px solid #1D221B;
}

#footer {
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

.artist_font {
	font-size: 0.7em;
	font-family: verdana, arial, sans-serif;
	color: #1D221B;
	vertical-align: top;
}

.artist_table {
	border: 1px solid #1D221B;
	border-collapse: collapse;
	width: 530px;
}

.artist_table td
{
	border-bottom: #1D221B;
	border-width: 0 1px 1px 0;
	border-style: none dotted dotted none;
	vertical-align: top;
	padding: 0.6em;
	text-align: left;
	color: #1D221B;
}

.artist_table th
{
	padding: 0.6em;
	text-align: left;
	background: #630;
	border-bottom: #1D221B;
	border-width: 0 1px 1px 0;
	border-style: none solid solid none;
}

.message {
	font-style: oblique;
	color: #1D221B;
}

.quote {
	font-style: oblique;
	color: #996666;
}

.buyit {
	font-style: bold;
	font-size: 0.8em;
	font-family: verdana, arial, sans-serif;
	color: #990033;
}
