html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	color: #787670;
	line-height: 20px;
}

html>body #all{height: auto; min-height: 100%}

a { color: #5E5E18 }
a img { border: 0 }

a:hover {
	color: #888804;
	text-decoration: none;
}

#all {
	position: relative;
	height: 100%;
}

#empty, #footer {
	height: 20;
	position: relative;
}

#header {
	height: 24px;
	font-size: 14px;
	color: #3E3E0C;
	background: #b6b66d url(../images/header-bg.jpg) top repeat-x;
}

#header a { color: #47472A; }
#header a:hover { color: white; }

#header div {
	padding-top: 1px;
}

#control-menu {
	font-size: 12px;
	padding-left: 30px;
	padding-top: 5px;
}

#control-menu a, #control-menu span {
	margin-right: 20px;
}

#control-menu .profile-info a {
	margin-right: 5px;
}

#func-menu {
	float: left;
}

#func-menu a {
	margin-left: 10px;
}

#func-menu .title {
	margin-left: 70px;
}

#help {
	padding-left: 80%;
}

#content {
	padding-left: 17%;
	padding-right: 10%;
	padding-bottom: 50px;
}

#footer  {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 24px;
	color: #3E3E0C;
	background: #b6b66d url(../images/footer-bg.jpg) top repeat-x;
}

#logo {
	position: absolute;
	bottom: 23px;
	margin-left: 20px;
	font-size: 25px;
	color: #7b7b44;
}

#avatar-top {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}

.title {
	font-size: 14px;
	font-weight: bold;
}

.top-title {
	font-size: 18px;
}
