@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;	
}

#maincontent {
	float: left;
	height: 800px;
	width: 1100px;
	margin:5px;
	padding:5px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

#booksmain {
	margin: 5px;
	height: 400px;
	width: 990px;
}

object
   {
    width:1050px; 
    height:850px;
	padding:0px;
	background-color:#FFF;
 }
 
 #WelcomeInfo{
	margin: 5px;
	height: 600px;
	width: 990px;
}
#pictures {
	height: 250px;
	width: 250px;
	margin: 10px;
}

#addtocartbox{
	height: 20px;
	width: 100px;
	margin: 10px;
}
#descriptionbox{
	width: 650px;
	height: 350px;
	padding : 5px;
	float: left;
	margin:10px;
}
#booksblock {
	width : 1090px;
	height: 375px;
	padding:5px;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #390;
	text-align: justify;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bolder;
	color: #00F;
	text-align: center;
}
#tablebooks {
	text-align: justify;
	vertical-align: middle;
}
td {
	text-align: center;
	vertical-align: middle;
}
.rowspacer {
	background-color: #663;
}
.titlerow {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	text-align: center;
}
h1, h2{
	color: #390;
}


