html {
	height:100%;
	overflow: auto;
}

body { 
	font-family: arial, verdana;
	color: #fff;
	background-color: #000;

	font-size: 100%;
	margin: 0;
	height:100%;

}

a:link, a:visited {
	color: #ccc;
}

a:hover, a:focus {
	color: #fff;
	text-decoration: underline;
}

img {
	border: 2px outset #aaa;
	margin: 14px;
}

#cssContent {
	font-size: .9em;
	
	width: 575px;
	opacity: 0;
	MozOpacity: 0;
	filter: alpha(opacity=0);
	
}

p {
	width: ;
	text-align: justify;
	
	border: 0px solid #ccc;
	
}

table, tr, td { font-size: 1em; }

.cssSection {
	display: none;
	color: ;
	padding: 8px;
	border: 0px dashed #ccc;

/*	opacity: 0;
	MozOpacity: 1;
	filter: alpha(opacity=100);
*/

}

.cssQuote {
	/*display: block;*/
	width:auto; 
	margin-left: 5%;
	margin-right: 5%;

	text-align: justify;
	font-style: italic;
	font-size: .9em;
	border: 0px solid #ccc;
	left: 20%;
}

.cssQuote a {
	font-size: .9em;
}

hr {
	width: 40%;
	display: none;
	background-color: #060;
	border: 1px solid #ccc;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 30px;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0px;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	border-bottom: 0px solid #666;
}

h3 {
	font-size: .8em;
	font-weight: bold;
	margin: 0px;
	color: #666;
	text-decoration: underline;
}

.cssNavBar {
	text-align: right;
}

.cssNavBar a:link, .cssNavBar a:visited {
	font-size: .9em;
}

.cssThoughts {
	
	line-height:1.4em;
	
	text-align: center;
	font-family: verdana;
	font-size: .8em;
	font-weight: bold;
	padding: 4px;
	border: 0px dotted #ddd;
	
}

.cssThoughts a:link, .cssThoughts a:visited {
	text-decoration: none;
}

.cssThoughts a:hover {
	text-decoration: underline;
}

.cssColHeads {
	font-size: 1.2em;
	font-weight: bold;
	font-style: ;
	text-align: center;
}


.cssAwaken {
	display: none;
	line-height:1.4em;
	
	text-align: center;
	font-family: verdana;
	font-size: .8em;
	
	padding: 4px;
	border: 0px dotted #ddd;
}

.cssSlumber {
	display: none;
	line-height:1.4em;
	
	text-align: center;
	font-family: verdana;
	font-size: .8em;
	
	padding: 4px;
	border: 0px dotted #ddd;
}


.cssMessage {

	position: absolute;
	top: 40%;

	text-align:center;
	font-family: verdana;
	font-weight: normal;
	font-size: .7em;

	color: #000;

	width:auto; 
	left: 20%; 
	right: 20%;
	border: 1px dotted #ddd;
	padding: 16px;

}


/* === guestbook styles === */

.cssFieldLabel {
	text-align: right;
	vertical-align: top;
}

.cssListLabel {
	font-weight: bold;
}