<title>Michelle Stanley Flutist CSS</title>/* CSS Document */

/* Background Colors */

	.bbgblack {background-color: #000000; }

	.bggrey {background-color: #878C8F; }

	.bgblue {background-color: #0F4E7C; }

	.bgdblue {background-color: #011B2D; }

	.bglblue {background-color: #9FB8CB; }

	.cal-t01 {background-color: #E6E6FA; }

	.cal-t02 {background-color: #F0F8FF; }





/* Text Behaviors*/

	p {font-family: Arial, sans-serif; color:#99CCFF;}

	.text-small {font-family: Arial, sans-serif;  font-size: 75%; }

	.text-xsmall {font-family: Arial, sans-serif;  font-size: 50%; }

	h2 {font-family: Arial, sans-serif;  font-size: 90%; }

	

/* Internal Links */	

	a:link {color:#0691FB; text-decoration: none; }

	a:visited {color:white; text-decoration: none; }

	a:hover {text-decoration: none; background-color:blue}

	
/* Super Cool JS Image loader */
#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: .8em;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(/img/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
	background-color:transparent;

}
#ImageBoxPrevImage
{
	background-image: url(/img/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
	background-color:transparent;
}

	

/* Bullet Style*/

	ul {list-style-image:  url(); }

.imgright {
margin:10px;
float:right;
}
.gallery {
margin:10px 10px auto;
border:none;
}