body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Georgia, serif;
	background-color: #fff;
	text-align: center;
	line-height: 1.35em;
	color: #333;
        height: 100%;
}

#header {
	text-align: center;
	background: #ddd;
}

#header .banner {
	color: #A80C1E;
	display: block;
	font-size: 266%;
	font-weight: normal;
	letter-spacing: -3.5px;
	line-height: 1;
	margin-bottom: -9px;
	text-decoration: none;
}

#searchArea {
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
}

#searchArea input {
	font-size: 1.5em;
}

#container {
	position: relative;
	width: 700px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
	text-align: left;
	min-height: 50%;
	background-color: #fff;
}

#leftPane {
	position: relative;
	float: right;
	width: 160px;
	height: auto;
	background-color: #fff;
	margin-top: 40px;
	text-align: center;
}

#midPane {
	position: relative;
	float: left;
	background-color: #fff;
	width: 345px;
	padding: 30px 10px 10px 10px;
	margin: 30px 10px 10px 10px;
}

#rightPane {
	position: relative;
	float: left;
	width: 140px;
	height: 300px;
	text-align: center;
	background-color: #fff;
	padding: 60px 0px 0px 0px;
}

#rightPane .greenButton {
	background: #99CC22;
	border: 1px solid #EEEEEE;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	outline-style: none;
	outline-width: medium;
	padding: 8px 15px;
	text-decoration: none;
}

#footer {
	position: relative;
	text-align: center;
	width: 100%;
	font-size: 0.75em;
	height: 20px;
	clear: both;
	padding-top: 20px;
}

#results {
	text-align: center;
}

#results .result {
	list-style-type: none;
	margin: 0 0 0 0.5em;
	padding: 0 0 2em 0;
}

#results .type label {
	font-size: 0.85em;
}

#results .word {
	font-size: 1.25em;
	color: #A80C1E;
	font-weight: bold;
}

#results .translation {
	font-size: 1.0em;
	margin: 0 0 0 0.5em;
	padding: 0;
	list-style-type: circle;
}

#results .example {
	font-size: 0.95em;
	margin: 0 0 0 0.5em;
	padding: 0;
	list-style-type: none;
	color: #333;
}

#results .example li {
	font-style: italic;
}

strong {
	color: #A80C1E;
	display: block;
	font-size: 266%;
	font-weight: normal;
	letter-spacing: -3.5px;
	line-height: 1;
	margin-bottom: -9px;
}

.status {
	font-size: 1.35em;
}

#index {
	letter-spacing: 0.2em;
}

#index a {
	color: #333;
	text-decoration: none;
}