/* Main */
#mainContainer {
	font-size: 1.1em;
	width: 780px;
	border: 3px solid #eee9f4;
	margin: 0 auto;
	padding: 2px;
}
#outerBorder {
	border: 3px solid #eee9f4;
}
/* Header */
#headerContainer {
	border: 1px solid #d9cee5;
	padding-bottom: 1px;
}
#headerContent {
	border-bottom: 1px solid #d9cee5;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	height: 71px;
}
/* Menu */
#greyBar {
	border-bottom: 2px solid #CCC;
	padding-bottom: 3px;
}
#menuContainer {
	margin-left: 235px;
	padding-top: 48px;
	width: 525px;
}
#menuContainer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menuContainer li {
	border-right: 10px solid #FFF;
	float: left;
	background-image: url(../images/menuButtonBg.gif);
}
#menuContainer a {
	display: block;
	color:#000033;
	text-decoration:none;
	
	padding: 3px 10px 2px 10px;
}
#menuContainer a:hover {
	color:#FFF;
	background-color:#22016a;
}
/* Middle */
#middleContainer {
	background-image: url(../images/middleBg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding: 10px;
}
/* stop spacing between the divs */
#middleContainer p {
	margin:0;
}
/* Footer */
#footerContainer {
	padding-top: 1px;
	border: 1px solid #d9cee5;
	clear:both;
}
#footerContent {
	background-image:url(../images/footerBg.gif);
	border-top: 1px solid #d9cee5;
	padding: 15px 8px 15px 8px;
}
#footRightCol {
	float:right;
}
#footLeftCol {
	padding-top: 5px;
	float:left;
}
/* Main Columns */
#leftCol {
	float:left;
	width: 309px;
	background-image:url(../images/aBg.jpg);
	background-repeat:no-repeat;
}
#rightCol {
	float:right;
	width: 440px;
}
#amethystMovie {
	width: 440px;
	float:right;
}

/* Text Box with padding and lineheight */
.textBox {
	line-height: 1.5em;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
}
.textBox a {}
.textBox a:hover {background:none;}

.topTitle {
	background-image:url(../images/topTitlebg.gif);
	background-repeat:repeat-x;
}
.botTitle {
	background-image:url(../images/botTitlebg.gif);
	background-repeat:repeat-x;
}
.dynTitle {
	background-image:url(../images/dynBg.gif);
	background-repeat:repeat-x;
}
#galleryContainer {
	text-align:center;
	line-height: 2em;
}
#galleryContainer a {
	color:#FFFFFF;
	text-decoration:none;
}