
/* CSS Document */

body {
	background-image:url(bh.png) !important;
	background-repeat:repeat-y
	}
	
#mainblock{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-box-shadow:2px 2px 3px #888888;
}

#profileblock {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-box-shadow:2px 2px 3px #888888;
	width:510px;
}

#infotitle, #infotitle2 {
background-color:#EBEBEB;
border-bottom:1px solid #BBBBBB;
color:#FF2D7C;
font-size:19px;
font-weight:bold;
letter-spacing:-1px;
padding:5px;
}

#phonenumber {
font-size:36px;
color:#00b2c6;
}
