body {
	background-image: url(images/tiles.jpg);
	background-color: #333333;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: center top;
	margin: 10px;

}
.header {
	background-image: url(images/newheader.jpg);
	height: 100px;
	background-repeat: no-repeat;
	background-position: left bottom;
	vertical-align: bottom;


}
.content {
	background-image: url(images/contentbg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: justify;
	vertical-align: top;
	width: 675px;
	padding: 10px;
	background-color: #FFFFFF;




}

.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: right;
	width: 114px;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 2px;



}

.navbar a:link {
	text-decoration: none;
	color: #FFFFFF;
}

.navbar a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.navbar a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}
.container {
	width: 789px;
}
/* this positions the flickr slideshow. the formula is (575 (the width of our content box) - the width of the slideshow) / 2. */
#fsDemo {
	left: 77px;
}
