﻿/* colors:  umber:ae4f0c; orange:e4be66; sherbet:eed69e; cream:fdf0d0; lime:e3e9c3 */

html,body 
{
	margin:0;
	padding:0;
	height:100%; /* 100 % height */
	background:#EDE5CC;
	font-family:Arial Tahoma Sans-Serif;
	font-size:13px;
	color:#000000;
}

html>body #content-wrap {height:100%; background:#FFF8D8; } /* 100 % height */
html>body #content {padding:10px 10px 10px 50px; background:#FFF8D8;} /* 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */
#footer {
	width:100%;
	height:30px;
	text-align:center;
	background-color:#EDE5CC;
	font-size:12px;
	padding:10px 0 0 0;
}
html>body #footer 
{
	color:#660000;
	position:fixed;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
}

/* Styling to make this demo page look just a little bit better */
html,
body 
{

}
body {font: normal 13px Arial;}
h1 {
	font-size:20px;
	font-weight:bold;
	font-variant:small-caps;
	color:#993333;
	margin-left:-15px;
	margin-bottom:5px;
}

.newsHolder 
{position:relative;
	float:right;
	width:200px;
	margin: 20px 0px 20px 20px;
	padding:10px 2px 10px 10px;
	_margin-right:0px;
/*	border-left:dotted 1px #916565;*/
	height:100%;
	border-left:dotted 1px #993333;
}

.newsHeader 
{
	margin-left:2px;
	margin-bottom:-15px;
	padding: 2px 0px 0px 8px; 
	font-family:georgia, times new roman, serif; 
	font-style:italic;
	font-weight:normal; 
	font-size:14px; 
	color:#993333;	
	background-image:url(http://www.ghostfolk.com/images/titleBG.gif);
	text-align:center;
	border-bottom:dotted 1px #993333;
}
	
a:link, a:visited 
{
	color:#993333;
	border-bottom:dotted 1px #993333;
	text-decoration:none;
}

a:focus,a:hover 
{
	background:#FDF1C9;
	/*background:#E3E9C3;*/
}

#header, #footer {   color:#AE4F0C; }
#content-wrap,
#content {background:#FDF1C9;_padding:10px 10px 10px 10px;}

.bold { font-weight:bold; }

#header { border:none; border-bottom:dotted 1px #993333;width:100%;}
#header A:link, A:visited, A:hover, A:focus { border:none; }
* #header A:hover, A:visited, A:link, A:focus {border:none; }

