body {
	margin: 0;
	padding: 0;
	background: url('szotar-bg.png') repeat #f5ecd6;
	text-align: center;
	font-family: "Arial";
	font-size: 13px;
}

a {
	color: #a15a2c;
	text-decoration: none;
}

a:hover {
	color: #754120;
	text-decoration: underline;
}

h1, h2, h3, h4 {
	font-family: "Georgia";
	font-weight: normal;
}

h1 {
	font-size: 2em;
	padding: 0;
	margin: 0 0 1em 0;
}

h2 {
	font-size: 1.8em;
	padding: 0;
	margin: 0.8em 0 0.8em 0;
}

h3 {
	font-size: 1.6em;
	padding: 0;
	margin: 0.6em 0 0.6em 0;
}

h4 {
	font-size: 1.4em;
	padding: 0;
	margin: 0.4em 0 0.4em 0;
}

input.medium {
	width: 200px;
}

input.small {
	width: 150px;
}

.message {
	color: #b00;
}

ul.message li {
	list-style-type: none;
}

#header {
	width: 100%;
	height: 2em;
	margin: 0;
	background: #f9e396;
	border-bottom: 2px solid #f6e093;
}

#header ul {
	float: right;
	margin: 0;
	padding: 0;
}

#header ul li {
	float: left;
	list-style-type: none;
	padding: 5px;
}

#content {
	width: 800px;
	min-height: 650px;
	_height: 650px;
	margin: 0 auto 0 auto;
	padding: 0 1em 3em 1em;
	text-align: left;
	background: url('szotar-bg3.png') repeat-y top center #fff;
}

#content .head {
	background: url('szotar-head.png') no-repeat top #fff;
	height: 120px;
}

#content .head h1 {
	visibility: hidden;
	display: none;
}

#content .head form.searchbox {
	float: right;
	margin-top: 70px;
}

#content .head a.index {
	display: block;
	width: 450px;
	height: 100px;
	float: left;
}

#content form.definitionform {
}

#content form.definitionform textarea {
	width: 400px;
	height: 100px;
}

#content form.definitionform input#definition-form-term {
	width: 400px;
}

#content form.definitionform table td {
	vertical-align: top;
}

#content form.commentform {
	width: 300px;
}

#content form.commentform textarea {
	width: 300px;
	height: 100px;
}

#content form.commentform .submitbutton {
	float: right;
}

#content .definition {
}

#content .definition h2 {
	display: inline;
}

#content .definition .term {
	font-size: 1.4em;
	font-family: "Georgia";
}

#content .definition .info, .grey {
	color: #666;
}

#content .definition .define {
	border-left: 1px solid #aaa;
	padding: 0 0 1em 0.5em;
	margin: 0.5em 0 0 0;
}

#content .definition .example {
	font-style: italic;
	border-left: 1px solid #aaa;
	padding: 0 0 0 0.5em;
}

#content .commentcontainer {
	margin: 0 0 0 1em;
	padding: 0;
}

#content .comment {
	padding: 0.2em;
}

.foot {
	height: 2em;
	width: 826px;
	bottom: 0;
	margin: 0 auto 0 auto;
	background: #fff;
}

#rightbox {
	width: 274px;
	padding: 0.5em;
	margin: 0.8em 0 0 0.8em;
	float: right;
}

#rightbox ul {
	margin: 0;
	padding: 0.8em 0 0 1.2em;
}

#leftbox {
	width: 500px;
}

#footer {
	width: 100%;
	height: 2em;
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f9e396;
	border-top: 2px solid #f6e093;
	margin: 0;
}

#footer .terms {
	float: left;
	margin: 0.2em 0 0 1em;
}

#footer #statistics {
	float: right;
	margin: 0.2em 1em 0 0;
}

