.nav_profile {
	text-align: center;
	color: #462a1d;
	font-weight: bold;
}
.nav_profile a:link, .nav_profile a:visited {
	background-color: #F3EED8;
	text-decoration: none;
	padding: 5px;
	border: 1px solid #D3AA96;
	margin-right: 4px;
	color: #42413C;
	font-weight: normal;
	margin-left: 4px;
}
.win_nav_bottom {
	margin-top:30px;
	text-align: center;
}

.nav_profile a:hover, .nav_profile a:hover a:active, .nav_profile a:hover a:focus {
	background-color: #EADCAE;
	text-decoration: none;
	border-top-color: #462a1d;
	border-right-color: #462a1d;
	border-bottom-color: #462a1d;
	border-left-color: #462a1d;
	color: #000;
	font-weight: normal;
}
.profile {
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #462a1d;
	clear: both;
}
.profile h2 {
	font-size:20px;
	margin-top:25px;
	clear:both;
}
.profile strong {
	color:#462a1d;
}
.profileTable {
	float: left;
	margin-left:25px;
	font-size:small;
	font-family: Tahoma, Geneva, sans-serif;
}
.profileTable td {
	padding-right:20px;
}
.profilePic {
	float:right;
	border-color:#000;
	margin-right:25px;
}
.profileFoot {
	clear:both;
	padding-top: 40px;
}
