@charset "iso-8859-1"; 
/*======== positioning ===========*/
#top {margin: 0px 0px 0px 0px; padding: 10px; border: 0px; background: none; height: 100px; max-height: 100px}  

#left {
	position: absolute;
	top: 100px;
	left: 0px;
	margin: 0px;
	padding: 10px;
	border: 0px;
	background: #666;
	width: 150px;
	min-width: 150px; 
}

#middle {
	padding: 10px;
	border: 0px;
	background: #666;
	margin: 0px 150px 0px 150px; 
	}
#right {position: absolute; top: 150px; right: 5px; margin: 0px; padding: 10px; border: 0px; background: url(images/texture336.gif); width: 18%; min-width: 18%; font: normal  bold; font-family: Impact; font-size: 30px; text-align: justify}

/*===================== general ============================== */
a:link {color:#663333;   text-decoration:none;}

a:visited {color:#A52A2A;   text-decoration:none;}

a:hover {color: #A0522D; text-decoration: none; text-transform: none;}

body {font-family: arial narrow; font-style: normal; text-align: justify;}

div, p, table, td {cursor: url(images/thrash.ani)}
																 
/*=============== Font Classes ======================*/
.MainHeader {font-family: ,Xirod,Impact,Arial Narrow; font: normal; font-size: 30px; font-weight: bolder; font-stretch: wider; text-shadow: gray 0px 0px 5px;}

.frameTxt {font-family: Impact,Arial; color: lime; text-align: center}

.frameTxt2 {font-family: Impact,Arial; color: teal; text-align: center}	

.frameTxt3 {font-family: Arial Narrow; color: gray; text-align: left; font-size: 20px}

.Qtext {font-family: Arial Narrow; color: maroon; text-align: left; font-size: 20px}

.frameObj {color: white}

/*===== guestbook ===== */
#guestbook {
  font-family: inherit;
  font-size: 0.9em;
  margin-top: 10px;
  padding: 2px;
}

.entry-name {
  margin-top:10px;
  color: white;
  font-style: italic;
}

.entry-date {
  font-size: 0.75em;
}

.entry-message {
  border-left: thick solid darkslateblue;
  padding-left: 3px;
  color: #DADADA;
}

.entry-head {
    margin-top: 10px;
}
