#header {
 height:51px;
 text-align:center;
}
.logo {
 margin: 35px auto 0 auto;
}
#container {
 text-align:left;
 width:1000px;
 margin:0 auto;
}
#content {
 margin-top:20px;
}
#LeftColumn {
 float:left;
 width:520px;
 margin:20px 0;
}
#LeftColumnMenu {
 float:left;
 width:810px;
 margin:20px 0;
}
.ItsLunch{
 background: url(assets/tavern_harewood_time_lunch.jpg) no-repeat;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size:30px;
 height:120px;
 margin-bottom:10px;
 padding:5px 10px;
}
.ItsLunchLink a{
 font-size:20px;
 text-decoration:none;
 display:block;
 width:230px;
 padding:5px 10px;
 margin-bottom:2px;
 background: url(assets/ItsLunch_bg.png);
}
#RightColumn {
 float:right;
 width:450px;
 margin:20px 0;
}
#RightColumnMenu {
 float:right;
 width:180px;
 height:300px;
 margin:20px 0;
}
#RightColumn img {
 border:solid 1px #fff;
 margin-right:10px;
 width:57px;
}
.RightColumnSection {
 clear:both;
 height:230px;
 margin-bottom:10px;
}
.RightColumnWrapper {
 clear:both;
 height:30px;
 border-bottom: #7e1e39 5px solid;
 margin-bottom:10px;
}
.RightColumnHeading {
 color:#FFFFFF;
 float:left;
 font-size:25px;
 font-family:Georgia, "Times New Roman", Times, serif;
 padding-bottom:5px;
}
.viewmore {
 color:#FFFFFF;
 float:right;
 font-size:13px;
 margin-top:10px;
}
.viewmore a {
 color:#FFFFFF;
 text-decoration:none;
}
.viewmore a:hover {
 text-decoration:underline;
}
.eventswrapper {
 font-family:Georgia, "Times New Roman", Times, serif;
 color:#fff;
 clear:both;
 padding:10px 5px;
}
.eventsdate {
 height:50px;
 width:50px;
 line-height:130%;
 background-color:#7e1e39;
 text-align:center;
 font-size:16px;
 float:left;
}
.eventsdate span {
 font-size:30px;
}
.eventstitle, .eventstitle a {
 float:right;
 width:370px;
 color:#fff;
 font-size:18px;
 text-decoration:none;
}
.eventstitle a:hover {
 text-decoration: underline;
}
.eventstext {
 float:right;
 width:370px;
 font-size:13px;
}
#footerWrapper {
margin-top:150px;
 background: #1b1612;
 height:165px;
 clear:both;
 /*width:100%;*/
}
#footer {
 text-align:center;
 color: #FFF;
 /*width:1000px;*/
 margin:0 auto;
}
#footer p {
 margin:0;
 padding:20px 10px
}
#footer a {
 color: #FFF;
 text-decoration:none;
}
#footer a:hover {
 text-decoration: underline;
}
/*START MAIN NAV*/
#TopNav {
 float:left;
 clear:both;
 margin-top:0px;
 width:1000px;
}
#TopNav a {
 font-size:17px;
 font-family:Georgia, "Times New Roman", Times, serif;
 color: #FFF;
 text-decoration: none;
 padding-left: 25px;
 padding-top:7px;
 padding-bottom:0px;
 float:left;
}
#TopNav a span {
 padding-right: 25px;
 padding-top:7px;
 padding-bottom:10px;
 float:left;
}
#TopNav a:hover,
#TopNav a.active {
 background: #3c0414 url(assets/tavern_harewood_bg_hover_left.jpg) left bottom no-repeat;
}
#TopNav a:hover span,
#TopNav a.active span {
 background: url(assets/tavern_harewood_bg_hover_right.jpg) right bottom no-repeat;
}
#TopNav ul {
 list-style: none;
 padding: 0px;
 margin: 0px;
}
#TopNav li {
 margin: 0px;
 margin-right:5px;
 display:inline;
 float:left;
}
