@charset "UTF-8";


/*---- L I N K S ---------------------------------------------------------------------------*/

a:link, a:visited{
	color:#A68F6C;
	text-decoration: none;
  }
  


a:hover{
	color:#000;
	text-decoration: none;
  }
  
  
  
/*---- W R A P P E R ---------------------------------------------------------------------------*/

/*container Whole Page is relative positioned, all else inside is absolute*/

#WholePage {
	background-image: url(../Images/Background.gif);
	background-position: 0px 0px;
	background-color: #e9dfcb;
	position: relative;
	width: 760px;
	height: 505px;
	margin-top: -10px; 
	margin-right: auto;
	margin-left: auto;
	border-width: 0 3px 3px 3px;
	border-style: solid;
	border-color: #e9dfcb;
	background-repeat: no-repeat;
}
  


/*---- N E W   A L B U M   B Y . . . ---------------------------------------------------------------------------*/


#Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #78664D;
	position: relative;
	left: 29px;
	
	top: 80px;
	width: 730px;
}
.QuoteName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#Quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #000000;
	position: relative;
	left: 29px;
	top: 116px;
}



/*---- H O L D S   N I M B I T   W I D G E T ---------------------------------------------------------------------------*/


#Nimbit {
	position: absolute;
	left: 23px;
	top: 205px;
}
