body {
    background-color: #000;
	font-family: "tk-athelas", "Majesti Banner Light";
	color: #8a8c8f;
	font-weight: 700;

}
h1,h2,h3,h4,h5 {
    color: #8a8c8f;
	font-family: "tk-athelas", "Majesti Banner Book";
}

a:link {
	color: #d4a18d;
	text-decoration: none;
}

a:visited {
	color: #ef4e22;
	text-decoration: none;
}

a:hover {
	color: #ef4e22;
	text-decoration: none;
}

.main_container {
	max-width: 75%;
	max-height: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}

.contentM {
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	margin-top: auto;
}

.head_container {
	max-height: 70%;
	max-width: 85%;
	margin-left: auto;
	margin-right: auto;
	
}

.headerM {
	width: 1216px;
	height: 624px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	box-shadow: 1px 1px 30px #d4a18d;
	
}

.townfood {
	width: 800px;
	height: 450px;	
	margin-left: auto;
	margin-right: auto;
}

.townmenu {
	width: 800px;
	height: 450px;	
	margin-left: auto;
	margin-right: auto;
}


.navBarCon {
	width: 100%;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	
}

ul.mainNavBar {
	list-style:none;
	padding: 0px;
}

ul.mainNavBar li {
	display: inline;
	text-align: center;
}

ul.mainNavBar li a {
	display: inline;
	padding: 18px 80px;
	text-align: center;
	text-decoration: none;
	width: 120px;
	background-color: #41393d;
	color: #ffffff;
	border: none;
	border-radius: 4px;
		
}

ul.mainNavBar li a:hover {
	box-shadow: 1px 1px 12px #be1e2d;
	background: #be1e2d;
	color: #000000;

}

.contact {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	border-radius: 5px;
    padding: 0px;
}

input[type=submit] {
    width: 25%;
    background-color: #41393d;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	font-family: "tk-athelas", "Majesti Banner Light";
}

input[type=submit]:hover {
    background-color: #be1e2d;
	color: #000;
}

input[type=text] {
	width: 100%;
	height: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

label {
	float: left;
	
}


.textbox {
	width: 100%;
	height: 150px;
}

table {
	text-align: center;
	width: 100%;
	height: 150px;
}

.tableC {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	
}

.footer {
	border-top: 1px solid #41393d;
}
