body {
	background-image: url(images/RBbackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p{
	margin-top: 8px;
	margin-bottom: 0px;
}
.title{
	font-family: Georgia, 'times new roman', serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 0px;
	color: #609A16;
	
}
.subtitle{
	color: #E34313;
	font-weight: bold;
}
body p, div{
	color:  #5D3E3E;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
bookTitle{
	color: red;
}
a:link{
	text-decoration: none;
	color: #E34313;
}
a:hover{
	color: white;
	background-color: #E34313;
	text-decoration: none;
}
a:visited{
	color: #AF4626;
	text-decoration: none;
}
img{
	border-collapse: collapse;
	border-width: 0px; 
}

#body{
	height: 100%;
	width: 100%;
}
#header{
	text-align: left;
	width: 707px;
	padding-top: 25px;
	height: 80px;
}
#headerLinks{
	float: right;
	vertical-align: bottom;
	margin-right: 25px;
}
#headerLinks a:link{
	padding: 5px;
}
#headerLinks a:hover{
	text-decoration: none;
	background-color: white;
	color: #E34313;
}
#headerLinks a:visited{
	padding: 5px;
}
.book{
	display: block;
	margin: 1px;
	margin-top: 5px;
	width: 118px;
	float:left;
	height: 130px;
	overflow: hidden;
}
.infoText{
	color: #958484;
}
.mainPageRow{
	display: block;
	width: 707px;
	text-align: center;
	/*border: 1px solid black;*/
}
.mainPageItem{
	/*border: 1px solid red;*/
	float: left;
	padding: 2px;
}
#primaryInfo{
	height: 175px;
	margin-top: 10px;

}
#secondaryInfo{
 	height: 385px;
	margin-top: 20px;
}
#contentPage{
   margin-top: 10px; min-height: 175px;
}
#content{
	float: left;
	width: 400px;
}
#menu{
	float: right;
	width: 280px;
}
#aboutAli{
	width: 156px;
	margin-right: 8px;
	padding-top: 20px;
}
#news{
	width: 309px;
	margin-right: 5px;
}
#calendar{
	width: 210px;
	float: right;
}
#articles{
	width: 158px;
	margin-right: 5px;
}
#interviews{
	width: 158px;
	margin-right: 5px;
}
#nlrWriting{
	width: 158px;
	margin-right: 5px;
}
#books{
	width: 360px;
	float: right;
}
input, textarea, select {
	background-color: #fefefe;
	color: #5D3E3E;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px #cccccc solid;
}

