html, body, div, p , img {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	background-color: black;
	margin: 10px;
	}
	

a { text-decoration: none; }
a:link { text-decoration: underline; }
a:visited { text-decoration: underline; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }

#header {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 25px;
	width: 780px;
	height: 242px;
	}
	
#logo {
	width: 360px;
	height: 212px;
	margin-top: 14px;
	margin-bottom: 14px;
	margin-left: 28px;
	margin-right: 28px;
	}
	
.slideshow {
	width: 360px;
	height: 240px;
	border: solid white 2px;
	float: right;
	}

div.slideshow.img {
	width: 360px;
	height: 240px;
	}
	
#opentable {
	width: 570px;
	height: 80px;
	}
	
#tabs {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	}
	
.Section {
	margin-top: 25px;
	margin-bottom: 25px;
	width: 100%;
}
	
.SectionHeader {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	text-align: center;
	margin-top: 5px;
	}

.SectionContent {
	text-align: center;
	}

#subheader-tab {
	position: relative;
	width: 780px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}
	
#facebook-icon {
	position: absolute;
	width: 60px;
	height: 60px;
	right: 105px;
	top: 15px;
	}

#facebook-icon:hover {
	position: absolute;
	width: 70px;
	height: 70px;
	right: 100px;
	top: 10px;
	}

#twitter-icon {
	position: absolute;
	width: 60px;
	height: 60px;
	right: 35px;
	top: 15px;
	}

#twitter-icon:hover {
	position: absolute;
	width: 70px;
	height: 70px;
	right: 30px;
	top: 10px;
	}

.MenuItem {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	padding-bottom: 5px;
	}

.MenuItemName {
	font-weight: bold;
	}

.MenuItemDescription {
	font-style: italic;
	}
	
.MenuSectionInfo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	text-align: center;
	margin-bottom: 10px;
	}

#Copyright {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: white;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-left: 10px;
}

