/**/

body {
	background: #3f9 url('i/bg.png') center repeat-y;
}

a:hover {
	color: #abc;
}

h1, h2 {
	text-shadow: 0 1px 3px #fd6;
}
h1 {
	font-weight: bold;
}

#wrapper {
}

#framed {
	background: #ffc url('i/bg_in2.png') center repeat-x;
	padding: 16px 39px;
	
	border: 1px solid #999;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	
	box-shadow: 0 0 20px #393;
	-moz-box-shadow: 0 0 20px #393;
	-webkit-box-shadow: 0 0 20px #393;
}

.img-fullwidth {
	width: 95%;
}

.img-rounded {
	border: 1px solid #669;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	
	margin: -1px;
	
	box-shadow: 0 0 5px #393;
	-moz-box-shadow: 0 0 5px #393;
	-webkit-box-shadow: 0 0 5px #393;
}

.favicon {
	width: 12px;
	height: 12px;
}

.centered {
	text-align: center;
}
.lefted {
	text-align: left;
}
.righted {
	text-align: right;
}

.centered-box p {
	text-align: center;
}
.lefted-box p {
	text-align: left;
}
.righted-box p {
	text-align: right;
}

.underlined {
	border-bottom: 1px solid #333;
}


.profile-list a {
	text-decoration: none;
}

/**/

.colborder {
	border-color: #567;
}
hr {
	background: #567;
	color: #567;
}