html {
/*
	width:100%;
*/
	height:100%;
}

body {
/*
	width:100%;
*/
  overflow:auto;
	height:100%;
	background-color:#EAEAEA;
	font-size:0.8em;
	font-family:Arial,Helvetica,sans-serif;
	margin:0px;
	padding:0px;
	text-align:center;
	position:relative;
}

#container {
	width:1000px !important;
	margin:auto;
	text-align:left;
	background-color:#FFF;
	height:100%;
}

body > #container {
	height:auto;
	min-height:100%;
}

#langnav {
	float:left;
	width:100%;
	height:36px;
	font-size:0.9em;
}

#langnav div {
	float:right;
	margin:6px 20px 0px 20px;
	display:inline;
}

#langnav .lang {
	width:750px;
	text-align:right;
	margin-right:0px;
/*	float:left;*/
}

#langnav .lang .since {
	float:left;
	margin-left:0px;
}

#metanav {
	float:left;
	width:100%;
	height:49px;
	font-size:0.9em;
	position:relative;
}

#metanav div {
	float:right;
	margin:20px 20px 0px 20px;
	display:inline;
}

#metanav .sound {
/*
	float:left;
	margin:20px 0px 20px 438px;
*/
  position:absolute;
  margin:-2px 0 0 0;
  right:20px;
  top:0;
}

#metanav .logo {
	float:left;
	margin:0px 0px 20px 18px;
}

.row_left {
	width:250px;
	margin-right:1px;
	float:left;
}

.row_left_home {
	width:250px;
	float:left;
	vertical-align:top;
}

.row_right {
	float:left;
}

ul {
	margin:0px 0px 0px 0px;
}

#nav {
	width:100%;
	height:215px;
	background-color:#eae8e5;
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 8px 0px;
}

#nav a {
	text-decoration:none;
	color:#000;
}

#nav a:hover, #nav a.active {
	color:#038A56;
}

#nav li {
	border:0px solid #FFF;
	border-width:1px 1px 0px 0px;
	padding:7px 10px 7px 34px;
	text-indent: -14px;
}

#nav li ul {
	border-width:0px;
	margin:0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
	height:auto;
}

#nav li ul li {
	border-width:0px;
	padding:2px 0px 0px 7px;
	text-indent: -14px;
	height:16px;
}

.row_left > #nav {
	height:auto !important;
	min-height:215px;
}

.row_left_home > #nav {
	height:auto !important;
	min-height:215px;
}

.row_left_home img.moodcolor {
	border:0px;
	padding:0px 0px 0px 0px;
}

.greybox {
	width:100%;
	background-color:#F5F5F5;
}

.row_left_home .greybox {
	height:251px;
}


* html .row_left_home .greybox {
        /* \*/
        margin-top:-3px;
        /* */	
}

.hide {
	visibility:hidden;
	display:none;
}

#footer {
	width:100%;
	color:#999;
}

#footer div {
	padding:5px 5px 10px 20px;
}

/*
#footer a { color:#999; }
#footer a:hover { color:#666; }
*/

#bymoxi {
	position:absolute;
	top:174px;
	left:3px;
	z-index:1;
	text-align:left;
}