﻿body 
{
    font-family : Arial, Tahoma, Verdana;
	font-size : 12px;
	color : #0b333f;
	background-color : #a2a3b5;
	padding: 0px;
	margin: 0px;
}
.mainSquare
{
    color : #0b333f;
    background-image: url(images/BGMain.jpg);
    position: relative;
    vertical-align: top;
    text-align : left;
    width  : 750px;
    height  : 561px;
    margin : 20px 20px 0px 20px;
}
.logoLink
{ 
	width:310px; 
	position: absolute;
	top: 70px;
	left: 50px;
	height:90px;
	cursor: hand;
	cursor: pointer;
}
.footer
{
    color : #0b333f;
    background: url(images/footer.gif) no-repeat left;
    text-align : left;
    width  : 750px;
    height  : 31px;
    margin : 0px 20px 0px 20px;
    cursor: hand;
    cursor: pointer;
}
.masterContainer
{

}
.content
{
    color : #0b333f;
    border: none;
    vertical-align: top;
    text-align : left;
    width  : 750px;
}
.navHolder
{ 
	width:600px; 
	margin-left : 92px;
	margin-top : 46px;
	text-align:center; 
	height:50px
}
.contentHolder
{
	height: 469px;
}
.navBooks
{
	display: inline;
	float: left;
	margin-right: 44px;
	height : 26px;
	width:61px;
	background: url(images/navBooks.gif) no-repeat top;
	cursor: hand;
	cursor: pointer;
}
.navBooks:hover
{
	background-position: bottom;
}
.navPurchase
{
	display: inline;
	float: left;
	margin-right: 45px;
	height:26px;
	width:92px;
	background: url(images/navPurchase.gif) no-repeat top;
	cursor: hand;
	cursor: pointer;
}
.navPurchase:hover
{
	background-position: bottom;
}
.navGoodies
{
	display: inline;
	float: left;
	margin-right: 45px;
	height:26px;
	width:74px;
	background: url(images/navGoodies.gif) no-repeat top;
	cursor: hand;
	cursor: pointer;
}
.navGoodies:hover
{
	background-position: bottom;
}
.navCharity
{
	display: inline;
	float: left;
	margin-right: 45px;
	height:34px;
	width:75px;
	background: url(images/navCharity.gif) no-repeat top;
	cursor: hand;
	cursor: pointer;
}
.navCharity:hover
{
	background-position: bottom;
}
.navContact
{
	display: inline;
	float: left;
	height:26px;
	width:74px;
	background: url(images/navContact.gif) no-repeat top;
	cursor: hand;
	cursor: pointer;
}
.navContact:hover
{
	background-position: bottom;
}
