body {
	background-color:#000;
	text-align:left;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	font-family: 'Cantarell', arial, serif;
}

#maincontainer{
	width:1000px;
}
#menutop{
	width:1000px;
	height:76px;
	vertical-align:top;
	text-align:right;
}
#left{
	background-image:url(../images/index_02.png);
	background-repeat:no-repeat;
	float:left;
	width: 75px;
	height: 784px;
}

#submenu{
	float:left;
	width: 260px;
	height: 784px;
}
#content{
	width:665px;
	height:764px;
	float:left;
}
#footer{
	width:895px;
	height:10px;
	color:#FDECD0;
	font-size:12px;
	text-align:right;
	clear:both;
}
#baner{
	height:180px;
	width:560px;
}
#text{
	color:#FDECD0;
	font-size:12px;
	line-height:14px;
	text-align:justify;
	width:560px;
}
#gallery{
	width:560px;
	padding-top:20px;
	clear:both;
	
}
#logo{
	height:180px;
	width: 260px;
}
#lunch{
	height:140px;
	width: 230px;
	border-top:1px solid #313131;
	border-bottom:1px solid #313131;
	margin-top:50px;
}
#sub-bottom{
	height:45px;
	width: 230px;
	border-bottom:1px solid #313131;
}

#sub-top{
	height:45px;
	width: 230px;
	border-top:1px solid #313131;
}

#sub-text{
	height:100px;
	width: 230px;
	border-bottom:1px solid #313131;
	color:#FDECD0;
	font-size:12px;
	line-height:13px;
	text-align:justify;
}

h1{
	font-weight:lighter;
}
img {
	border:none;
}
img.jq{
	border:1px solid #313131;
	padding:3px;
}
li, ul{
	margin:0;padding:0;
}
li.txt, ul.txt {
	margin-left:20px;
	paddingleft:20px;
}
#contact-area {
	width: 495px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 370px;
	font-family: 'Cantarell', arial, serif;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	border: none;
	background-color:#FDECD0;
}

#contact-area textarea {
	height: 90px;
	overflow:auto;
}

.submit-button {
	width: 80px;
	float: right;
	background-color:#A1533D;
	color:#FDECD0;
	border-style:none;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 12px;
}
a:link,a:hover,a:visited,a:active{
	color:#000;
	border:none;
}