/*----------------------
---right side styles----
----------------------*/

#right {
	background: #E0FFD1;
}
#banner {
	background: url(../graphics/top_media.gif) no-repeat;
}
#banner h1{
	display: none;
}
#content_left {
	float: left;
	width: 268px;
	padding: 0;
	margin: 0;
}
#photo {
	height: 634px;
	width: 268px;
	background: url(../graphics/photo_media.jpg) no-repeat;
}
#content {
	float: right;
	width: 524px;
	padding-top: 20px;
	margin: 0;
	color: #000000;
	line-height: 30px;
}
#content p{
	margin: 0 90px 17px 20px;
	line-height: 2em;
}
#info {
	background-color: #F9F696;
	/*background-color: #FCFAB4;*/
	width: 228px;
	height: 100%;
	padding: 20px 20px;
}

/*----------------------
-------text styles------
----------------------*/

h2.info_head {
	color: #FF0000;
	margin-left: 0;
}
h2.head {
	color: #FF0000;
	margin-left: 20px;
}
h3 {
	color: #FF0000;
	margin-left: 20px;
}
.emphasis {
	font-weight: bold;
	font-style: italic;
	color: #7496AF;
}
#content ul {
	margin: -17px 100px 0 20px;
}
#book {
	margin-left: 40px;
}