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

#right {
	background: #FFFFE0;
}
#banner {
	background: url(../graphics/top_body.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_body.jpg);
}
#content {
	float: right;
	width: 534px;
	padding-top: 20px;
	margin: 0;
	color: #000000;
}
#content p{
	margin: 0 100px 20px 20px;
}
#info {
	background-color: #D4E8E0;
	width: 238px;
	height: 100%;
	padding: 10px;
}

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

h2.info_head {
	color: #707070;
	margin-left: 0;
	margin-right: 0;
}
h2.head {
	color: #707070;
	margin-left: 20px;
	margin-right: 100px;
}
.emphasis {
	font-weight: bold;
	font-style: italic;
	color: #7496AF;
}
.main_link {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	color: #707070;
	text-decoration: none;
}