body {
	text-align:center;
	padding: 0;
	font-size: 14pt;
	background-color: #ffd;
}
#wrap {
	max-width: 728px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #ddd;
	background-color: white;
}
#body1, #body2 {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 10px;
}
#comments {
	padding: 10px;
}
#footer {
	padding: 10px;
	border-top: 1px solid #ccc;
	clear: both;
}
#logininfo {
	float: right;
	margin: 3px 10px;
}
.selected {
	font-weight: bold;
}
h1, h2, h3 {
	font-family: Verdana, Helvetica, sans-serif;
}
.sidebar {
	width: 30%;
	float: right;
	clear: right;
	font-size: 12pt;
}
.sidebox {
	display: block;
	position: relative;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #999;
}
.sidebox h2 {
	margin: 0;
	font-size: 14pt;
	text-align: center;
	border-bottom: 1px solid #999;
}
.alert {
	background-color: red;
	color: white;
}
.alert .text {
	text-align: center;
}
.tip-text {
	margin-top: 10px;
	font-style: italic;
}
.part_of_speech {
	clear: left;
	font-weight: normal;
	font-size: 14pt;
	color: green;
	font-style: italic;
}
.defline {
	margin: 4pt 0 6pt 3em;
	display: list-item;
	list-style: disc;
	text-indent 0pt;
}
.context {
	color: Red;
}
.usage {
	color: Blue;
	font-style: oblique;
}
.example {
	color: Olive;
	font-style: italic;
}
.source {
	color: #ccc;
}
hr {
	display: none;
}
#next a {
	text-align: center;
	background-color: #363;
	font-size: 24pt;
	color: white;
	text-decoration: none;
}
#next a:hover {
	text-decoration: underline;
}
#abcbar {
	width: 100%;
	text-align: center;
	padding: 1em 0;
	font-size: 18pt;
}
#nav {
	background-color: #999;
	width: 100%;
	color: white;
}
#nav a {
	text-decoration: none;
	color: white;
	margin: 5px 10px;
}
#nav a:hover {
	text-decoration: underline;
}
#logo a img {
	border: none;
}
.gas {
	background-color: red;
	width: 728px;
	height: 90px;
	clear: both;
}
h1#word {
	float: left;
}
#audio-pronunciation {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}
#meaning {
	clear: left;
}
span.audiolink {
	cursor: pointer;
}
.tip {
	background-color: #eeb;
}
.main {
	float: left;
}
.toplink {
	float: right;
}
.comment {
	border: 1px solid #ddd;
	margin-bottom: 10px;
}
.comment-head {
	font-style: italic;
	background-color: #eed;
	padding: 5px;
}
.comment-body {
	padding: 5px;
}
.input_box, textarea {
	width: 90%;
}
.admin #body {
	padding: 0;
}

