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;
}

#footer {
	position: relative;
	text-align: center;
	width: 100%;
	font-size: 0.75em;
	height: 20px;
	clear: both;
	padding-top: 20px;
}



#results{
        padding: 2em;
        background-color: #fff;
        min-height: 15em;
        height:auto !important;
        height:15em;
}

#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.5em;
}

#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;
}

#addWordArea{
        position: relative;
        float: right;
        width: 200px;
        padding: 2em;
}

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: #000;
    text-decoration: none;
}