/* CSS Document */

/* hide from ie on mac \*/
html {
	height: 100%;
}

#flashcontent {
	height: 100%;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #F29400;
	color: #95326E;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
h1{
	color: white;
	padding: 8px;
}

h2{
	color: white;
	padding-left: 8px;
}
h3{
	color: white;
	padding-left: 8px;
}
.galleryImage{
	color: white;
	padding-left: 8px;
}
p{
	padding-left: 8px;
}
a{
	color: #95326E;
	text-decoration:none;
}

#flashcontent{
	height: 100%;
}