body{
	/*background-color: #180549;*/
	background-image: url( "/images/background.jpg" ); 
}

#container{
	width:850px;
	border: 1px #0100A3;
	background-color: #eaeaff;
	margin: 0px auto;
}

#header{
	height: 100px;
    width: 850px;
	background-color: #0100A3;
	text-align: center;
}

#contact{
	border: 1px solid black;
	height: 20px;
    width: 850px;
	background-color: #8a8aff;
	text-align: center;
}

#menu{
	border: 1px solid black;
	height: 20px;
	background-color: #8a8aff;
	text-align: center
}

#content1{
	border: 1px solid black;
	height: 620px;
	width: 246px;
	background-color: #bbbbff;
	float: left;
	text-align: center
}

#content2{
	border: 1px solid black;
	height: 620px;
	width: 600px;
	float: left;
}

#content1 a{
	color: #0000ce;
	text-decoration: none;
}

#content1 a:hover{
	font-weight:bold;
}

#contact a{
	color: #0000ce;
	text-decoration: none;
}

#contact a:hover{
	font-weight:bold;
}

.menuItem{
	display: inline;
	width: 120px;
	padding: 0px 25px;
	cursor: pointer;
}

.menuItemOn{
	color:red;
	display: inline;
	width: 120px;
	padding: 0px 25px;
	cursor: pointer;
}

#mainContent{
    width: 600px;
    height: 620px;
    overflow: scroll;
    background-color: #FFFFFF;
}

#purchaseLogo {
    text-align: right;
    right: 10px;
    margin-top: -20px;
}

#purchasePricing{
    text-align: left;
    margin-left: 40px;
    margin-top: -20px;
}

.purchaseLink {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}

#bookBlurbs {
    margin: 0px 20px;
}

.bookBlurbsQuote {
    color:#1A4848;
}


