h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #660066;
	font-size: x-large;
}
body {
	background-image: url(../blue_speckle.gif);
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #000066;
}
/*a[href^="http:"]{
	background: url(../images/Icon_External_Link.png) no-repeat right;
	padding-right: 12px;
}
a[href^="http:"]:hover,*/
a:hover
{
	background-color: #00FFCC;	
}
h2 {
	font-size: large;
	color: #660066;
}
.parenthetical {
	font-size: small;
	font-style: italic;
}
h3 {
	font-size: medium;
	font-weight: bold;
	color: #660066;
}
.pattern_box {
	background-color: #FFFFCC;
	border: thin double #666666;
}
.pattern_box2 {
	border: thin double #666666;
	background-image: url(../images/semitrans_yellow.gif);
	background-repeat: repeat;
}
.pattern_image {
	border: medium double #666666;
}
#navbar {
	font-weight: bold;
	list-style-type: none;
	padding: 0px;
	list-style-position: inside;
}
#floating_image {
	z-index: 2;
	background-color: #FFCCCC;
	border: thin dotted #000000;
	position: static;
	top: 200px;
	left: 300px;
}
.publication_section{


}
.book_box {
}
.book_box p{
	font-size: 9px;
}
.tile {
	background:#FFFFCC;
	border:thin;
	border-color:#000000;
	border-style:solid;
	height:230px;
	width:185px;
	margin:7.5px;
	text-align:center;
	float:left;
}
.picture {
	border:thin;
	border-style:solid;
	border-color:#000000;
	margin:15px 15px;
}
.hidden {
	background-color:#F8F8F8;
	border:medium;
	border-color:#000000;
	border-style:double;
	position:fixed;
	top:50px;
	left:300px;
	z-index:1;
	height:365px;
	width:565px;
	text-align:center;
}
.hiddenimg {
	margin:25px;
}
.hiddenpurchase {
	position:fixed;
	top:395px;
	left:510px;
}
.close {
	color:#FF0000;
	position:fixed;
	top:55px;
	left:830px;
	cursor:pointer;
	font-size:12px;
}
.close:hover {
	font-style:italic;
	text-decoration:underline;
}
.view {
	text-decoration: none;
	color: #000066;
	cursor:pointer;
}
.view:hover
{
	background-color: #00FFCC;
	cursor:pointer;
}
