body {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #000000;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
}
div, table { margin: 0; padding: 0 }
a {
	color: #0000FF;
}
#container {
	width: 1000px;
}
div#title {
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
#menu, #submenu {
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	width: 140px;
	display: block;
}
#menu a, #submenu a, #nav_top a {
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #000000;
	width: 120px;
	display: block;
	padding-left: 5px;
	margin: 1px;
}
#menu a:hover, #submenu a:hover, #nav_top a:hover {
	background-color: #BFD3FF;
}
#nav_top {
	width: 640px;
	float: left;
}
#nav_top a {
	float:left;
	width: auto;
	padding-right: 5px;
}
#content {
	float: left;
	display: block;
	margin-right: 10px;
	width: 680px;
}
#content a { text-decoration: none; color: blue; font-weight: bold;}
#review {
	float: left;
	display: block;
	width: 550px;
	text-align: justify;
}
#review img {
	float: left;
	margin-right: 25px;
}
#review li {
	margin-left: 15px;
}
#ads {
	margin-left: 25px;
	float:left;
}
#footer {
	clear: both;
	text-align: center;
}
div.button a {
	text-decoration: none;
	font-weight: bold;
	color: #0000FF;
	border: 1px solid #000000;
	width: 65px;
	display: block;
	padding-left: 5px;
	margin: 1px;
}
div.button a:hover {
	background-color: #BFD3FF;
}
div.data table {
	border-collapse: collapse;
	border: 1px solid black;
}
div.data td {
	border: 1px solid black;
}
div.form {
	float: left;
	text-align: center;
}
div.form label, div.form input, div.form select, div.form textarea {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
}
div.form input.submit {
	width: auto;
}
div.form label {
	text-align: right;
	width: 160px;
	padding-right: 20px;
}
div.form fieldset {
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 1px solid #000000;
	padding-bottom: 20px;
}
div.form legend {
	font-weight: bold;
}
div.form br {
	clear: left;
}
div.recipe {
	width: 500px;
}
span.title {
	font-weight: bold;
	font-size: 16px;
}
td {
	padding: 1px 5px 1px 5px;
}
tr {
	vertical-align: top;
}
#error {
	font-weight: bold;
	color: red;
	margin-bottom: 20px;
}

img { border: 0px }
#news h2 {
	padding: 0px;
	margin: 0px;
}
#news b {
	font-size: 11px;
	font-weight: bold;
}
li.sublist {list-style-type:none;}
table.sortable a.sortheader {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}
div.title { font-weight: bold }
td.price { text-align: right; }

