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

#right {
	background: #FFFFDB;
}
#banner {
	background: url(../graphics/top_praise.gif) no-repeat;
}
#banner h1{
	display: none;
}
#content_left {
	float: left;
	width: 258px;
	padding: 0;
	margin: 0;
}
#photo {
	height: 260px;
	width: 258px;
	background: url(../graphics/photo_praise2.jpg) no-repeat;
}
#content {
	float: right;
	width: 534px;
	padding-top: 20px;
	margin: 0;
	color: #000000;
}
#content p {
	margin: 0 100px 10px 30px;
}
p.quote {
	color: #7496AF;
	font-size: 15px;
	font-style: italic;
}
#info {
	background-color: #EBF0DB;
	color: #827668;
	width: 218px;
	margin: none;
	padding: 10px 20px;
}

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

h2.info_head {
	color: #7496AF;
	margin-left: 0;
}
h2.head {
	color: #7496AF;
	margin-left: 30px;
}
a.qlink {
	color: #707070;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
a.qlink:link {
	color: #707070;
	text-decoration: none;
}
a.qlink:visited {
	color: #707070;
	text-decoration: none;
}
a.qlink:hover {
	color: #000000;
	text-decoration: none;
}
a.qlink:active {
	text-decoration: none;
	color: #707070;
}
a.emphasis {
	font-weight: normal;
	font-style: italic;
	color: #7496AF;
	text-decoration:none;
}