/* CSS Document */
body{
	margin:0;
	background:url(../common/img/bg.jpg) left 455px repeat-x #FFF;
}

#content {
	background: url(../common/img/bg_sec.gif) left top repeat-y #FFF;
}

#profile {
	padding:20px 50px;
	background:#FFF;
}

#profile table {
	background:#FFF;
	width:650px;
}


#profile th {
	font-weight:normal;
	text-align:left;
	background:#EFECDE;
	width:150px;
	border-left:3px solid #CCC;
	vertical-align:top;
}

#profile td {
	background:#F7F5EE;
	text-align:left;
	vertical-align:top;
}

