@CHARSET "UTF-8";

body, div, ul, li { margin: 0; padding: 0 }


body {
	font-family:  Arial, Verdana, Tahoma, Trebuchet MS, sans-serif;
	color: #666;
	font-size: 12px;
	background: #bdaa98 url(../images/background.gif) repeat-x;
}

#main_left {
	position: absolute;
	left: 0;
	top: 0;
	width: 161px;
	height: 414px;
	background: url(../images/main_left.gif) no-repeat;
}
#main_window {
	margin-left: 161px;
	width: 782px;
}
#main_header {
	width: 782px;
	height: 217px;
	background: url(../images/main_header.gif) no-repeat;
}
#main_content {
	width: 782px;
	background: url(../images/main_background.gif) repeat-y;
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
#menu {
	width: 150px;
	float: left;
	margin: 15px 0 30px;
}
#content {
	width: 420px;
	float: left;
	margin: 0 0 0 35px;
	margin-bottom: 10px;
}
#main_footer {
	width: 782px;
	height: 35px;
	background: url(../images/main_footer.gif) no-repeat;
	padding-bottom: 10px;
	border-bottom: 5px solid #644D36;
}

a, a:link, a:active {
	color: #988069;
	text-decoration: underline;
}
a:hover {
	color: #644D36;
}
a:visited {
	color: #988069;
}
#language a.selected_language {
	font-weight: bold;
}

#menu ul {
	list-style: none;
}
#menu ul li {
	margin: 2px 0;
	padding-left: 15px;
}
#menu ul li a, #menu ul li div {
	display: block;
	background: #cba484;
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
#menu ul li a:hover {
	background: #987A5F;
}
#menu ul li a.selected {
	background: #987A5F;
}
#menu ul li div.inactive {
	color: #E7D0C5;
}

#content {
	line-height: 18px;
}
#content ul , #content ol {
	margin: 10px 0 10px 30px;
}
h1 {
	font-size: 20px;
	color: #988069;
	margin: 15px 0;
}

#language {
	text-align: right;
	padding: 3px;
}
#language ul li {
	display: inline;
	margin: 0 5px;
}
#language ul li  a {
	color: #fff;
	text-decoration: none;
}
#language ul li  a:hover {
	text-decoration: underline;
}


#footer {
	text-align: center;
	padding-top: 10px;
	color: #644D36;
}
#footer ul li {
	display: inline;
	margin: 0 5px;
}
#footer ul li  a {
	color: #644D36;
	text-decoration: none;
}
#footer ul li  a:hover {
	text-decoration: underline;
}
ul#keywords li a.selected {
	font-weight: bold;
}

#login_to_edumatic {
	float: right;
	width: 140px;
	margin-right: 12px;
}
#login_to_edumatic input.edu_input {
	width: 130px;
	border: 2px inset #9b7858;
	margin-top: 2px;
}
#login_to_edumatic p {
	color: #9b7858;
	font-size: 12px;
	font-weight: bold;
}
#login_to_edumatic input.edu_submit {
	color: #fff;
	background: #cba485;
	border: 0;
	font-weight: bold;
	display: block;
	height: 18px;
	float: right;
	margin-right: 7px;
}
#login_to_edumatic a.edu_check_browser {
	color: #fff;
	background: #acacac;
	text-decoration: none;
	display: block;
	width: 16px;
	text-align: center;
	padding: 2px 0;
	float: left;
}
a.edumatic{
	display: block;
	border: 0;
	padding: 5px 5px 5px 5px;
	width: 129px;
	height: 152px;
	background-image: url(../images/buton-eng.png);
	background-repeat: no-repeat; 
	background-position: 5px 5px;
}
a.edumatic:hover{
	display: block;
	border: 0;
	padding: 5px 5px 5px 5px;
	width: 129px;
	height: 152px;
	background-image: url(../images/buton-eng-on.png);
	background-repeat: no-repeat; 
	background-position: 5px 5px;
}