html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #000;
}

a:link {
	color: #900;
	text-decoration: underline;
}
a:hover {
	color: #660;
	text-decoration: none;
}
a:active {
	color: #300;
	text-decoration: underline;
}
a:visited {
	color: #300;
	text-decoration: underline;
}

p.thumbnail {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 10px; 
}

a.thumbnail { 
	color: #fff; 
}
a.thumbnail:visited { color: #fff; }
a.thumbnail:hover { color:#999; }

td.pagetop {
	background-color: #3e1c03;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
}

td.menu {
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	background-image: url(images/row.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

td.main {
	background-color: #503f2e;
/*	border-top: 2px solid #000; */
	border-right: 2px solid #000;
	border-left: 2px solid #000;
}

#post td {
	background-color: #ddd; 
}

#avatar td {
	background-color: #300;
}

hr.post {
	border: 0px;
	color: #300;
	height: 2px;
	background-color: #300;
}

h1 {
	color: #fff;
	font-size: 16px;
	padding: 6px 5px 6px 5px;
	margin-bottom: 0px;
	background-color: #300;
}

#copyright div {
	background-color: #3e1c03;
	border: 2px solid #000;
}

/* Background color changes all above this line */

div.thumbnail {
	float: right;
	padding-right: 10px;
	padding-top: 5px;
}
  
#copyright p {
	color: #fff;
	font-size: 8pt;
	margin: 0px;
}

#menu a {
	display: block;
	margin: 0px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	width: 136px;
	padding: 6px 1px 5px 0px;
	font: bold 14px/1 sans-serif;
	color: #999;
	background-color: #630;
	text-decoration: none;
	vertical-align: bottom;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
}

#menu a:hover {	
	background-color: #963;
	color: #fff;
}

#menu a:active {
	background-color: #503f2e;
	color: #fff;
}

#menu div {
	float: left;
}

#menu a.active {
	background-color: #503f2e;
	color: #fff;
	padding-bottom: 7px;
	margin-bottom: 0px;
}

#sitenav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sitenav li {
	margin: 0 0 .2em 0; 
}

#sitenav a { 
	display: block; 
	color: #666;
	background-color: #fff;
	padding: 5px 5px;
	text-decoration: none;
	width: 138px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #600;
	border-bottom: 1px solid #600;
	background-image: url(images/navnorm.gif);
	background-repeat: no-repeat;
	background-position: center right;
	font-weight: bold;
}

#sitenav a:hover {
	background-color: #fff;
	color: #966;
	background-image: url(images/navover.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

#sitenav a.active {
	background-color: #fff;
	color: #966;
	background-image: url(images/navover.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

p.poster {
	color: #fff;
	font-weight: bold;
	margin: 0px;
}

p.title {
	margin: 0px;
	font-weight: bold;
}

p.date {
	margin: 0px;
}

p.post {
	margin-top: 0px;
}