/* General Structure */

body {
	margin: 0;
	padding: 0;
}

#container {
	width: 850px;
	position: relative;
	left: 50%;
	margin: 10px 0 0 -540px;
	padding: 0;
	background: #FFF;
	border-left: 0px solid #CCC;
	border-right: 0px solid #CCC;
	text-align: center;
}

#frontDisplay {
	float: right;
	margin: 0;
	width: 580px; 
	position: relative;
}

#axlibIndex { 
	float: left;
	width: 210px;
	margin-top: 17px;
}

#footer {
	clear: both;
	height: 50px;
}

/* Main Title */

#mainTitle {
	float: right;
}

#mainTitle img { 
	position: relative;
	right: -20px;
	border: none;
}

/* Correspondence & History Navigation */

#mainNav {
	float: right;
	margin: 0 0 30px 0;
	padding: 0;
	list-style-type: none;
}

#mainNav li {
	float: right;
}

#mainNav a {
	display: block;
	text-decoration: none;
	height: 30px;
	background-position: left top;
	text-indent: -99999em;
	overflow: hidden;
	outline: none;
}

#mainNav li.corresp a {
	width: 250px;
	background: url(/images/twolinks.png) no-repeat 0 0;
}

#mainNav li.corresp a:hover {
	background: url(/images/twolinks.png) no-repeat 0 -35px;
}

#mainNav li.history a {
	width: 120px;
	background: url(/images/twolinks.png) no-repeat -290px 0;
}

#mainNav li.history a:hover {
	background: url(/images/twolinks.png) no-repeat -290px -35px;
}

#mainNav li.ampersand {
	text-indent: -99999em;
	width: 20px;
	height: 30px;
	background: url(/images/twolinks.png) no-repeat -265px 2px;
}



/* Magic Box */

#magicBox {
	float: right;
	width: 576px;
	height: 432px;
	overflow: hidden;
	position: relative;
}

#topShelf {
	width: 576px; 
	height: 216px; 
	background-image: url(/images/magicbox/random_med_img.php?i=0);
}

#bottomShelf {
	width: 576px; 
	height: 216px;
	background-image: url(/images/magicbox/random_med_img.php?i=1); 
	margin-bottom: 3px;
}

#rand_small_img {
	width: 144px; 
	height: 108px; 
	float: left;
}

#rand_small_img img { border: 1px solid white}

#roll_history, #roll_correspondence { 
	position: absolute;
	top: 1px;
	left: 0px;
	width: 576px;
	height: 432px;
}

#roll_history {
	background: url(/images/roll_index.jpg) no-repeat center center;
}

#roll_correspondence {
	background: url(/images/roll_correspond.jpg) no-repeat center center;
}

/* Quote */

#quote {
	float: right;
	padding: 0 0 50px 0;
	border-top: 4px double #CCC;
	margin: 0px 0px 0px 0px;
}

/* Typography & Colors */

body {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif; 
}

a:link, a:visited {
	text-decoration:none; 
	color: gray;
}

a:hover, a:active {
	text-decoration:underline; 
	color: #000;
}

.no_italics {
	font-style: none;
}

#quote {
	color: #000553;
	font-family: Georgia; serif;
	text-align: left;
	font-size: 90%;
	letter-spacing: 0px;
}

.quoteCredit {
	font-style: normal;
	margin-top: 20px;
	float: right;
	display: block;
}

/* General Classes */

.clear {
	clear: both;
}

/* Catalogue / axlibIndex */

ul#catalogue { 
	list-style-type: none;
	text-align: right;
	font-size: 75%;
	margin: 0; padding: 0;
	margin-top: -28px;
	padding-right: 20px;
	border-right: 1px dotted #eee;
}

#catalogue, #catalogue a { color: #000066 }

#catalogue h3,
#catalogue a.letter { 
	font-family: Georgia, serif; 
	font-size: 10px; 
}

#catalogue a { 
	line-height: 2em; 
	font-size: 11px;
}

/* Subpages */

.subpage #mainTitle h1 {
  margin-bottom: 0;
}

.subpage #mainTitle a {
  display: block;
  outline: none;
}

.subpage .mainContent {
  clear: right;
}

/* History */

#history img {
	border: 0px solid #ccc;
	margin-bottom: 1.5em;
}

/* Correspondence */

#correspond {
	font-family: Georgia;
	line-height: 1.5em;
	text-align: left;
}
			
