/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #402833;
	font-size: 11px;
	line-height: 140%;
	background-color: #402833;
	height: 100%;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* part 1 of 2 centering hack */
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3B252F;
	font-size: 11px;
	line-height: 140%;
	letter-spacing: 1px;
}
a {
	color: #BA2F56;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #433B70;
	font-weight: bold;
	text-decoration: none;
}

/* Containers */
#content {
	width: 940px;
	height: 560px;
	padding: 0px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	background: #402833;
	border: 1px solid #000;
	text-align: center; 
	/* part 2 of 2 centering hack */
	width: 940px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 920px;
	position: static;
}
html>body #content {
	width: 920px; /* ie5win fudge ends */
}
#galleryContainer {
	width: 941px;
	height: 502px;
	padding-top: 60px;
	padding-right: 10px;
	position: absolute;
	z-index: 3;
}
#frameContainer {
	width: 941px;
	height: 502px;
	top: 60px;
	position: absolute;
	z-index: 30;
}
#navContainer {
	width: 940px;
	height: 40px;
	top: 20px;
	position: absolute;
	margin-right: auto;
	margin-left: auto; 	
	z-index: 40;
	text-align: right;
	padding-right: 10px;
}