#main {
	width: 780px;
	min-height: 500px;
	margin: 0 auto;
	padding: 0;
	background : url(../profile/img/bg.jpg) no-repeat left top #000;
}
#main h1 {
	background : url(../profile/img/title.jpg) no-repeat left bottom;
	width: 760px;
	height: 40px;
	margin: 0 10px 13px 10px;
	text-indent:-9999px;
        font-size:1px;
        display:block;
}

.profile {
	background : url("../profile/img/profile_main.jpg") no-repeat left top #000;
	margin:0;
	width: 560px;
	height: 465px;
	text-indent:-9999px;
}
.entry-header {
	border-bottom:1px solid #CCC;
	border-left:6px solid #CCC;
	font-weight:normal;
	font-size:10pt;
	padding:3px;
}
.entry p {
	color:#CCC;
	margin-left:15px;
}