body { 
	background-color: #fff;
	color: #333;
	# margin: 0;
	# padding: 0;
}

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
  color: #666;
}

img {
    border-style:none;
	padding: 2px;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #666; }
a:visited { color: #666; }
a:hover { color: #000; background-color:#fff; }


ul {
	list-style-type: none;
	padding: 5px;
}

#content {
	width: 700px;
	min-height: 900px;
	height: auto !important;
	height: 900px;
	background-image : url(/images/paper.jpg)
}

#content-header {
	width: 700px;
	min-height: 80px;
	height: auto !important;
	height: 80px;
	padding: 20px;
	padding-bottom: 0px;
	/* background-color: red; */
}

#content-header-title {
	width: 270px;
	padding: 10px;
	float: left;
	font-size: 1.2em;
	color: #663300;
}

#content-header-title a {
	color: #663300;
}

#content-header-description {
	padding: 10px;
	float: left;
	width: 345px;
	font-size: 0.8em;
}

#content-header-description p {
	padding: 0;
	margin: 0;
	float: right;
	width: 307px;
	font-size: 0.9em;
}

#content-header-login {
	padding: 10px;
	float: left;
	width: 345px;
	font-size: 0.8em;
}

#content-header-login p {
	padding: 0;
	margin: 0;
	float: right;
	width: 110px;
	font-size: 1.1em;
}

#main-content {
	width: 700px;
	min-height: 750px;
	height: auto !important;
	height: 750px;
	padding: 20px;
	padding-top: 0px;
	/*background-color: green;*/
}

#main-content #top-content {
	padding: 10px;
	padding-top: 0;
}

#main-content #dish {
	float: left; 
	width: 150px;
	min-height: 180px;
	height: auto !important;
	height: 180px;
	margin: 7px;
}

#main-content #dish-photo {
	width: 145px;
	height: 110px;
	filter: alpha(opacity=92);
	-moz-opacity:0.92;
	opacity:0.92;
}

#main-content  #dish-date {
	font-weight: bold;
	font-size: 0.8em;
}

#main-content  #dish-description {
	font-size: 0.7em;
	line-height: 1.7em;
}

#main-content #dish-page-photo {
	filter: alpha(opacity=92);
	-moz-opacity:0.92;
	opacity:0.92;
}

#main-content  #dish-page-date {
	font-size: 0.9em;
}

#main-content  #dish-page-title {
	font-weight: bold;
	font-size: 1.2em;
}

#main-content  #dish-page-description p {
	width: 650px;
	font-size: 0.8 em;
	line-height: 1.7em;
	/*background-color: red;*/
}


#content-footer {
	width: 700px;
	padding: 30px;
	padding-top: 0;
	/* background-color: yellow; */
}

#content-footer-navigation {
	float: left;
	width: 575px;
}

#content-footer-logo {
	float: right;
	width: 110px;
}

#content-footer-logo a{
	color: #663300
}