@charset "utf-8";
/* CSS Document */

body{
	background:url(../images/dj-profile-bg.jpg) no-repeat center top;
	color:#333;
	font-size:13px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif; }
a {
	color:#870100;
	outline:none;
}
a:hover {
	color:#CE0000;
}
h3 {
	color: #870100;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 6px;
	font-weight: bold;
	clear: both;
}
h4 {
	font-size:14px;
	color:#222;
	margin-bottom:5px;
}
img[align="right"] {
	background-image: url(../images/ph_corner_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0 8px 8px 8px;
	float: right;
	margin-bottom: 8px;
	margin-left: 12px;
}
img[align="left"] {
	background-image: url(../images/ph_corner_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding:0 8px 8px 8px;
	float: left;
	margin-bottom: 8px;
	margin-right: 12px;
}
