body {
	font-family: Arial, Helvetica, sans-serif;
    color: #FFFFF;
    margin: 0;
	background-color: #F0D9E1;
}
/*--------This governs the image of Anita Baker at the top of the home page--------*/
div#homepageimage  {
	float: right;
	padding: 10px;
}
/*--------This governs the right-hand small images in the body of the page--------*/
div#smallimageR  {
	float: right;
	padding: 5px;
}
/*--------This governs the left-hand small images in the body of the page--------*/
div#smallimageL  {
	float: left;
	padding: 5px;
}
/*------------------------------------------------------------------------
font styles
--------------------------------------------------------------------------*/
/*The headers for the secondary pages- in red font- equivalent to H1*/
div#secpageheader {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #BE3450;
	margin-top: 2px;
	font-weight: bold;
	margin-bottom: 25px;
}
/*The header line with dots- in burgundy font- equivalent to H2*/
.divline {
	padding: 0px;
	width: 90%;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663366;
	text-align: left;
	border-bottom: thin dotted #663366;
	margin-top: 10px;
	margin-left: 165px;
}
/*The header line with dots- in burgundy font- equivalent to H2 for the secondary pages*/
.secdivline {
	padding: 0px;
	width: 70%;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663366;
	text-align: left;
	border-bottom: thin dotted #663366;
	margin-top: 10px;
}
/*The header text in blue font- equivalent to H4*/
.headlines_main { 
	font-family: "Lucinda Handwriting", Sand; 
	color: #993333;
	font-size: 14pt; 
}

/*The content text- in pink font*/
.text_index { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #CC3366; 
	font-size: 10pt; 
	text-align: left;
} 
div#main {
  padding: 0;
  margin-left: 110px;
  margin-top: 20px;
  background-color: #ffffff;
  width: 780px;
	border-left-width: 1px;
	border-left-style: double;
	border-left-color: #663366;
	border-right-width: 1px;
	border-right-style: double;
	border-right-color: #663366;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #663366;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #663366;
}
/*------------------------------------------------------------------------
layout for content
--------------------------------------------------------------------------*/
div#content {
	margin-left: 150px;
	margin-top: 10px;
	padding: 5px;
	text-align: left;
}
div#seccontent {
	margin-left: 150px;
	margin-right: 110px;
	margin-top: 10px;
	padding: 25px;
	text-align: left;
}
/*footer style */
div#footer {
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #0033CC;
	text-align: center;
	border-top-color: #663366;
	border-top-width: 5px;
	border-top-style: solid;
	padding-top: 10px;
	margin-top: 100px;
	margin-bottom: 40px;
}
/* properties for the active page */
div#searchengine {
	margin-left: 170px;
}
/* properties for disclaimer box */
.disclaimer {
	padding: 5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #663366; 
	background-color: #D892A7;
	display: block;
	border: 2px dotted #663366;

}
/* properties for thumbnails */
div#t_photos {
	background-color: #F0D9E1;
	padding: 10px;
	border: 1px solid #993333;
	height: 170px;
	width: 170px;
}
/* properties for pictures page */
div#photos {
	background-color: #F0D9E1;
	padding: 10px;
	border: 1px solid #993333;
	height: 170px;
	width: 170px;
}
/*------------------------------------------------------------------------
left navigation column styles
--------------------------------------------------------------------------*/
/* properties for the active page */
div#sidebar  {
	position: absolute;
	top: 117px;
	left: 115px;
	padding: 5px;
	display: block;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
	width: 130px; 
}
div#sidebar a {
	padding: 5px;
	display: block;
	border: 2px dotted #663366;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
	width: 130px; 
}
div#sidebar a:link, div#sidebar a:visited {
	color: #663366;
}
div#sidebar a:hover, div#sidebar a:active {
	color: #ffffff;
	background-color: #663366;
	border: 2px solid #663366;
}
div#uberlinks a{ 
color: #663366; 
background-color: #D892A7;
display: block;
border: 2px solid #D892A7;
}
/*------------------------------------------------------------------------
layout for side boxes
--------------------------------------------------------------------------*/
/*layout for third column on the page */
div#rightcolumn {
	position: absolute;
	top: 260px;
	right: 110px;
	padding: 5px;
	width: 23%;
	margin-top: 10px;
	margin-left: 20px;
	background-color: #B1CAE8;
	border: 5px double #000099;
}
