#body
	{
		padding-top:14px;
	}

div#main-ad
	{
		float:right;
		width:140px;
		height:280px;
	}

h2.profile_title { display:none; }

ul#photos
{
	width : 330px;
	float : left;
	
	padding : 0;
	margin : 0;
	margin-left:7px;
}

ul#photos li
{
	float : left;
	list-style : none;
	
	margin : 3px 10px;
}
ul#photos li:first-child
{
	margin : 0 0 0 10px;
}

.profile_content
{
	width:330px;
	margin : 0 0 0 347px;
}

dl#profile
{
	color : #333333;
	margin : 0;
}

dl#profile dt
{
	display : none;
	
	font-weight : bold;
	padding : 0;
	margin : 1em 0 0;
}

dl#profile dt.full
{
	display : block;
}

.profile_content #profile dd.username
{
	color:#CE0D0D;
 
	font-weight:bold;
	font-size:1.2em;
}

dl#profile dd
{
	font-weight : bold;

	padding : 0;
	margin : 0;
}

dl#profile dt.full + dd
{
	font-weight : normal;
}
