a:link, a:visited {
	color: #0411BA;
}

a:hover {
	color: #FB840F;
}

#footer a:hover
{
	background-color: #0411BA;
}

body {
	background-color: #FF9933;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 775px;
	text-align: center;
	margin: auto;
}

.text {
	margin: 10px 90px 0 90px;
	text-align: left;
	background-color: #FFAA66;
	padding: 10px;
	font-size: small;
	
	-moz-box-shadow: 1px 1px 5px #FFF;
	-webkit-box-shadow: 1px 1px 5px #FFF;
	box-shadow: 1px 1px 5px #FFF;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#user-pictures {
	margin: auto;
	text-align: center;
	width: 490px;
	border: 0px;
}

.user-picture {
	float: left;
	width: 160px;
	height: 160px;
	
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow: 1px 1px 5px #000;

}

.clear-float{
	clear: both;
}

.text #right-column .user-picture {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 160px;
	height: 160px;
	float: none;
	
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow: 1px 1px 5px #000;
}

.text #username {
	font-weight: bold;
}

.text .subtitle {
	font-size: small;
}

.text #uservalue {
	color: #FFF;
	padding: 0;
}

.text #right-column .subtitle .user-link{
	margin-top: 3px;
}

.text #right-column .subtitle .user-link a{
	font-size: small;
	text-decoration: none;
}

.text  #right-column .subtitle  .link-icon {
	float: left;
	padding-right: 3px;
	width: 16px;
}


.text #right-column {
	width: 180px;
	float: right;
	padding-left: 10px;
}

.text #left-column {
	margin-right: 195px;
	padding-right: 5px;
	border-right: 2px solid #FFF;
}

.text a{
	color: #000;
	background: none;
	font-size: x-small;
	text-decoration: underline;
}

.text a:hover{
	color: #FFF;
}

ul {
	list-style-type: circle;
}
