﻿body {
	background-color: white;
	color: black;
	font-size:small;
	margin: 2px;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	margin-bottom: 0px;
}

.nostyleh1 {
background-color: #33659A;
color: white;
text-decoration: none
padding: 2px;
	
}

h2 {
	margin-bottom: 2px;
}

h6 {
	margin-top: 2px;
	color: gray;
}

/* CSS layout */
#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	border-right: 1px dotted silver;
}

#page_content {
	margin-left: 200px;
	padding-left: 20px;
}

#footer {
}

#toprightcell {
	vertical-align: top;
	text-align:right;
}

#thanks {
	margin-bottom: 15px;
}

.menulink {
	color: black;
	display: block;
	font-weight: bold;
	margin: 2px;
	font-size: 90%;
	
}

:hover.menulink {
	color: #cc0000;
}

:visited.menulink {
	color: gray;
}

.greylink {
	color: gray;
}

.sixheader {
	color: gray;
	text-decoration: none;
}

.artimage {
	border: 1px solid silver;
}

.nostyle {
	color: black;
	text-decoration: none;
}

.buylink {
	color: #CC0000;
	font-weight: bold;
}

.thumbs {
	padding-right: 10px;
	font-size: 90%;
	text-align: center;
	color: gray;
}

.threehundred {
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.twohundred {
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;

}

.onehundred {
	width:100px;
}

.popular {
	padding-right: 30px;
}

.comment {
	background-color: #E5E5E5;
	padding: 8px;
	margin-bottom: 10px;
	width: 90%;
}

.commentbase {
	display: block;
	font-weight: bold;
}