/* HTML Elements */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font-family: Arial Unicode MS, Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	text-align: left;
	background-color: #FFF;
	margin-top: 0px;
	margin-left: 0px;
	height: 100%;
}

img{ border: 0px; }

h1 {
	font-size: 64px;
	font-weight: normal;
	line-height: 70px;
	color: #666;
}

a {
	color: #EA0000;
}

a:hover {
	color: #666;
}

/* Menu */
div#menu_container {
	width:950px;
	height:30px;
	background-image:url(images/menu.gif);
	background-repeat:no-repeat;
}

ul#menu {
	margin:0px;
	width:950px;
	height:30px;
}

ul#menu li {
	list-style:none;
	float:left;
	padding-left:0px;
	padding-right:0px;
	width:95px;
	height:30px;
}

ul#menu li.home {
	width:82px;
	height:30px;
}

/* Objects */
#container {
	width: 950px;
	margin: 0px auto;
}

#header {
	width:950px;
	height:80px;
}

#content {
	width: 930px;
	margin:0px auto;
}

#footer {
	width:930px;
	height:40px;
	margin:0px auto;
	margin-top:64px;
	padding-top:10px;
	border-top:1px solid #CCC;
	text-align:center;
}

#logo {
	padding-left:10px;
	float:left;
	width:488px;
	height:80px;
	background-image:url(images/logo.gif);
	background-position:10px 0px;
	background-repeat:no-repeat;
}

#quicksearch {
	padding-right:10px;
	padding-top:45px;
	float:right;
	text-align:right;
	width:442px;
	height:25px;
}

/* Classes */
.br {
	clear:both;
	height:12px;
}

.br25 {
	clear:both;
	height:25px;
}

.br50 {
	clear:both;
	height:50px;
}

input.textfield {
	border: 1px solid #666;
	font-size: 18px;
	padding-top: 0px;
}

.dict_block { /* 930x210 */
	width:890px;
	height:140px;
	background-repeat:no-repeat;
	padding-top:70px;
	padding-left:40px;
}

.dict_form {
	width:600px;
	height:100px;
}

.index_banner {
	width: 930px;
	height: 250px;

}

.heading1 {
	color:#FF0000;
	font-size: 26px;
}

