/* CSS Document */

body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(imagefiles/BKG4.gif);
	background-repeat: repeat;
	background-position: center center;
	margin: 0px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fdcde7;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FB8CC9;
	text-decoration: none;
}
a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: #e3a3fd;
	text-decoration: none;
}

#frame {
	background-color: #000000;
	height: 400px;
	width: 1000px;
	background-image: url(imagefiles/BKG3.jpg);
	background-repeat: repeat;
	background-position: center center;
	border: 4px double #e5b8f8;
}

#topper {
	background-image: url(imagefiles/topper.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 70px;
	width: 100%;
}
#subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F7DFF1;
	text-decoration: none;
	background-color: #39102f;
	width: 100%;
	padding: 4px;
}

#title {
	background-image: url(imagefiles/title2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 72px;
	width: 100%;
}

#mainlayout {
	width: 100%;
}

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F5DEE4;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #45131F;
	padding: 8px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F3D8ED;
	text-decoration: none;
	background-color: #39102F;
	padding: 4px;
	width: 100%;
}

#inspriration {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(imagefiles/sidephoto.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 375px;
	width: 292px;
	padding: 6px;
}

#bulletin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #380150;
	background-color: #9F50B4;
	padding: 8px;
}

#files {
	background-color: #9C0C54;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 6px;
}

#files a:link, a:visited, a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
