body {
	font-family: "Hectiva Neue", Helvetica, Arial, sans-serif;
	font-size: 90%;
	background: #506eff;
}

#wrapper {
	position: relative;
	width: 950px;
	top: -3px;
	margin: auto;
	background-image: url(img/wrapper-bg.png);
	background-repeat: repeat-y;
}
#wrapper2 {
	position: relative;
	top: -10px;
	padding: 0px 20px 0px 20px;
}
#navi {
	margin-top: 20px;
}/*
#login a {
	color: blue;
}
#navi a {
	color: black;
}
#navi a:hover {
	color: blue;
}*/
#title {
	font-size: 50px;
}
#login {
	float: right;
}
#footer {
	clear: both;
	text-align: right;
}
#header {
	text-align: center;
}

div.bgimg {
	position: relative;
	width: 950px;
	margin: auto;
}

.row {
	clear: both;
	width: 920px;
	padding-left: 9px;
}
.row div {
	width: 178px;
	float: left;
	border-bottom: 1px solid black;
	padding: 0px;
	margin: 0px;
}
.leaderhead, .dlhead {
	font-weight: bold;
	font-size: 120%;
}
.leaderhead {
	padding-top: 20px;
}
.dlhead2 {
	font-weight: bold;
	font-size: 105%;
	padding-top: 10px;
}

/* profile page */
.prow {
	width: 150px;
	float: left;
}
.prows {
	clear: both;
}
.prow input {
	width: 200px;
}
.prow textarea {
	width: 200px;
}

.errorbox {
	background: #ff5454;
	border: 1px solid #730000;
	color: #730000;
	padding: 10px;
}
.successbox {
	background: #78ff71;
	border: 1px solid #056700;
	color: #056700;
	padding: 10px;
}
.lbl {
	font-weight: bold;
}

/* Word list pages */
.wlist {
	font-weight: bold;
}
.wlistdesc {
	font-weight: normal;
	margin-left: 20px;
}
.words {
	/*float: left;*/
	clear: both;
	width: 910px;
}
.words .detail {
	float: left;
	width: 200px;
}
.wtitle {
	font-weight: bold;
	/*border-bottom: 1px solid black;*/
	margin-bottom: 10px;
}
.wclear {
	clear: both;
}

/* Normal, standard links. */
a:link
{
	color: #476C8E;
	text-decoration: none;
}
a:visited
{
	color: #476C8E;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
/*
a { text-decoration: none; color: blue;}
a:hover {text-decoration: underline;}*/

