.container {
    margin-top: 30px;
}

h1 {
    color: #b53c48;	
}

h2.title {
    color: #b53c48;
}

.lingon {
	color: #b53c48;
}

#head {
	height: 60px;
    background: url(/images/head.png) no-repeat;
}
#body {
    background: url(/images/body.png) repeat-y;
}

#foot {
	text-align: center;
	text-transform: uppercase;
	height: 60px;
    background: url(/images/foot.png) no-repeat bottom;
    color: #3f3b30;
}

#language {
	text-align: right;
	margin-top: 17px;
}

#dishes {
	min-height: 390px;
}

#content a {
	color: #b53c48;
    text-decoration: none;
}

#menu ul, #lunch-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
	font-size:1.2em;line-height:1.5;margin-bottom:1.5em;
}   

#menu li, #lunch-menu li {
	background-image: url("/images/bullet_18.png");
	background-repeat: no-repeat;
	background-position: 0.75em 0;
	padding-left: 2.5em;
}

.bottom {
	vertical-align: text-bottom;
}

#menu h2 {
	display: inline;
}

#menu h3 {
	display: inline;
}

#margin {
	min-height: 450px;
	color: #3f3b30;
}
	
#margin ul {
    margin: 0;
    padding: 0;
}

#margin li {
    list-style-type: none;
    min-height: 36px;
}

#margin ul, #margin h2, #margin h3, #margin h4 {
    margin: 0;
    padding: 0;
	color: #3f3b30;
}

#margin li a {
    color: #3f3b30;
    text-decoration: none;
}

#margin hr {
	margin: 0;
	padding: 0;
	height: 1px;
    background-color: #b2a488;
    color: #b2a488;
}

#foot hr {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	height: 1px;
    background-color: #b2a488;
    color: #b2a488;
}

#margin .detail hr {
	margin-top: 2px;
	margin-bottom: 2px;
}

#margin a {
    color: #770000;
    text-decoration: none;
}

.detail {
	margin-top: 10px;
	margin-bottom: 10px;
    text-align: center;
}

.nomargin {
	margin: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
    color: #6e6a5e;
	clear: both;
	text-align: center;
	margin-bottom: 0;
}

#menu .center a {
    color: #be545d;
}
