/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#nav {
	float: left;
	width: 6em;
	margin-left: 1em;
	margin-right: 1em;
}
#col2 {
	float: left;
	width: 25em;
	margin-right: 2em;
}
#col3 {
	float: left;
	width: 200px;
	overflow:hidden;
}
#masthead {
	width: 760px;
	margin-top: 16px;
	margin-bottom: 16px;
}
#mast_sep {
	margin-bottom: 16px;
	background-image: url(images/highlight_graphic.gif);
	height: 20px;
	background-repeat: repeat-x;
}
#pieceImage {
	float: left;
	width: 100&;
	margin-right: 2em;
}
#pieceTitle {
	width: 760px;
	margin-top: 16px;
}
#pieceDescription {
	float: left;
	width: 12em;
}
.thumbTextBlock {
	position: relative;
	width: 15em;
	margin-top: 0px;
	margin-bottom: 2em;
	float: left;
	overflow:hidden;
}
.thumbTextBlockZazz {
	position: relative;
	width: 12em;
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: center;
	float: left;
	overflow: hidden;
}
.thumbnailMed {
	width: 128px;
	height: 128px;
	margin-bottom: 1em;
	text-align: center;
	overflow:hidden;
}
.thumbnailMedZazz {
	margin-bottom: 1em;
	text-align: center;
	width:128px;
	height:128px;
	position: relative;
}
.thumbMedBlock {
	width: 128px;
	z-index: 2;
	float: left;
	margin-right: 20px;
	margin-bottom: 32px;
	text-align: center;
}
.sideBar {
	margin-top: 16px;
	padding: 4px;
	width: 12em;
	border: 1px solid #CC66FF;
}
#popContainer {
	padding: 32px;
}
#col2Long {
	float: left;
	width: 38em;
	margin-right: 2em;
}
.fuckie {
	clear:left;
}
/***********************************************/
/* Type Style Divs                             */
/***********************************************/
body {
	font-family: Georgia, Times New Roman, Times, serif;
	color:#CCAE70;
	margin-top: 16px;
	margin-bottom: 16px;
	background-color: #290B40;
	margin-left: 16px;
	margin-right: 16px;
}

p {
	margin: 0px;
	padding: 0em 0em .5em 0em;
}
I, EM, BLOCKQUOTE { font-style: italic }
BLOCKQUOTE {
	margin-right: 2em;
	margin-left: 2em;
}
B, STRONG { font-weight: bolder }
.bodyText {
	font-size: .9em;
	line-height: 1.125em;
	margin-bottom: 0.5em;
}
.bodyTextIndent {
	font-size: 0.9em;
	line-height: 1.125em;
	margin-left: 2em;
	padding-bottom: 0.25em;
}
a:link {
	color: #B3B3FF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #7A7ACC;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #E6E6FF;
}
.headline {
	font-size: 1.65em;
	border: none;
	border-left-width: 16px;
}
.subhead {
	font-size: 1.125em;
	line-height: 1em;
}
.subhead_indent {
	font-size: 1.125em;
	line-height: 1em;
	margin-top: 0.25em;
	margin-left: 1em;
}
.sideBarText {
	font-size: 0.8em;
	line-height: 1.125em;
	margin-bottom: 0.5em;
}
.insetbox {
	padding: 6px;
	border-color: #CCAE70;
	border-width: 1px;
	border-style: solid;
}
