/* basic formating for pages ----------- */

#header_right {
	float:right;
	height: 158px;
	width: 350px;
	background-image: url(../images/squares.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#header_right a{
	font-size: 10px;
	line-height: 15px;
	color:#333;
	display:block;
	text-decoration: none;
	margin-top: 5px;
}
#header_right a:hover {
	color: #bc2883;
}
#header_right #top1 a, #header_right #top2 a, #header_right #top3 a{
	float: right;
	height: 15px;
	margin-right: 0px;
	display:block;
}

#header_right #top4 a{
	margin-top: 5px;
	float: right;
	width: 19px;
	height: 15px;
	margin-right: 15px;
	background-image: url(../images/homeIcon_up.png);
	display:block;
}
#header_right #top5 a{
	margin-top: 5px;
	float: right;
	width: 19px;
	height: 15px;
	margin-right: 15px;
	background-image: url(../images/emailIcon_up.png);
	display:block;
}
#header_right #top4 a:hover {
	background-image: url(../images/homeIcon_dn.png);
}
#header_right #top5 a:hover{
	background-image: url(../images/emailIcon_dn.png);
}