h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #660066;
	font-size: x-large;
}
body {
	background-image: url(../blue_speckle.gif);
	font-family: 'Sahitya', serif;
/*	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,*/

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;
}
#sitename{
	font-size:24px;
}
#navbar {
	float:right;
/*	font-weight: bold; 
	list-style-type: none;
	padding: 0px;
	list-style-position: inside; */
}
#navbar ul{
	padding:0px;
}
#navbar li{
	border: solid 1px #999999;
	display:inline-block;
	list-style:none;
	padding: 5px;
}
#navbar li:hover
{
	background-color: #EEEEEE;
}
#floating_image {
	z-index: 2;
	background-color: #FFCCCC;
	border: thin dotted #000000;
	position: static;
	top: 200px;
	left: 300px;
}
#mainbody {
	width:1100px;
	background:#ffffff;
	border:solid 1px #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#contentbody{
	padding-top:75px;
	min-height:500px;

}
#bookcontainer{
	margin-top:100px;
}
.book {
 	width:290px;
	display:inline-block;
	text-align:center;
/*	border: dotted 1px #CCCCCC;*/
	float:left;
	margin-left:30px;
 }
.book img{
	height: 300px;
}
.bookdescrip{
	margin-top: 8px;
	color:#666666;
	font-style:italic;
	font-size:12px;
	height: 35px;
}

.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;
}
