@import url("base.css");

#main { padding: 0; }
#main .content td { padding: 0; }

/*#profile {
	background: url(../../elements/profile.png) no-repeat left top;
	height: 234px;
	padding: 0 135px 0 12px;
	line-height: 1.2em;
	position: relative;
}
*/
#profile { margin-top: 30px; }

#profile h2 {
	color: #b59837;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}

#profile p {
	color: #8a8678;
	font-size: .9em;
	line-height: 1.5em;
	margin-bottom: 20px;
	text-align: right;
}

/*
#profile ul a {
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 1.3em;
}
#profile  ul { margin-top: 5px; }
*/

#profile .buttons div { margin-bottom: 5px; text-align: center; }
#profile .buttons .button { float: none; display: inline-block; }

#main .content td { vertical-align: top; }
