
body {
	background-color: white;
	background-image: url(http://www.alliancewomen.org/images07/lightredwallpaper.jpg);
}

a:link, a:visited {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:active {
	color: #aaaaaa;
	font-weight: bold;
	text-decoration: underline;
}

#outerStandardPage {
	/* to be used for standard page length */
	position: relative;
	left: 3%;
	top: 30px;
	width: 94%;
	height: 1500px;
	background-color: #ffffff;
	padding: 5px;
	border: 4px double #000000;
}

#outerShortPage {
	/* to be used for standard page length */
	position: relative;
	left: 3%;
	top: 30px;
	width: 94%;
	height: 900px;
	background-color: #ffffff;
	padding: 5px;
	border: 4px double #000000;
}

#outerDirectoryPart {
	/* to be used in the directory only */
	position: relative;
	top: 30px;
	left: 3%;
	width: 94%;
	height: 4000px;
	background-color: #ffffff;
	padding: 5px;
	border: 4px double #000000;
}

#topPart {
	/* box to hold header and slide show */
	position: relative;
	top: 5px;
	left: 3%;
	width: 94%;
	height: 155px;
}

#mainPart {
	/* box to hold main content of page */
	position: relative;
	left: 3%;
	width: 94%;
}

#bottomPart {
	/* box to hold copyright and credits section */
	position: relative;
	left: 3%;
	width: 94%;
	height: 100px;
}

#bottomBorder {
	/* empty box to leave red space at bottom of page */
	position: relative;
	height: 50px;
}
