* {
	margin: 0;
	padding: 0;
	font-family:Arial;

}

html, body {
	height: 100%;
}

body {
	background-color: #fff;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #000;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	vertical-align: bottom;
	border: 0;
}

.clear {
	height: 0;
	font-size: 0;
	clear: both;
}

/* Page structure */

#wrapper {
	width: 996px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	/* background: url('../images/wrapper_bg.jpg') repeat-y;*/
}

#header {
    position:relative;
	width: 100%;
	height: 150px;
	/* background: #fff url('../images/head.jpg') no-repeat; */
}

#logo {
float:left;
width: 23%;
height:100%;
text-align:center;

}

#lang {
float:left;
width:75%;
text-align:right;
}

#admin {
float:left;
width:75%;
text-align:right;
}

#content {
	width: 755px;
	float: left;
	margin-bottom:25px; /*same size with footer hight*/
	}


/* Footer */

#footer {
	width: 100%;
	height: 25px;
	/*background: url('../images/footer_bg.jpg') repeat-y 29px;*/
	position:absolute;
	bottom: 0;
	left: 0;
	text-align: center;

}



/* Menu */

#menus {
    float:left;
	width: 185px;;
	height: auto;
	font-family:Arial;
	list-style: none;
	margin-bottom:25px; /*same size with footer hight*/
}


#menus .menu {
	list-style: none;
	width: 100%;
}

#menus .menu li {
	position: relative;
}

#menus .menu a {
color:#333333;
	display: block;
	padding: 4px 18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:regular;
	
}

#menus .menu .active a, #menus .menu .hover a {
		color:#767676;
		text-decoration:none;
}



#menus .menu .submenu a {
	background: none;
	font-family:Arial;
}

#menus .menu .submenu .hover a {
	color:#767676;°
	text-decoration:none;

}

