/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #fff;
	background: #141414;
}

/************** Layout Elements *******************/

#wrapper {
	width: 770px;
	margin: 0 auto auto;
	font-size: 80%;
	min-height: 400px;
	background: #333333;
}

#header {
	min-height: 100px;
	height: 70px;
	display: inline;
	background: #333333;
}

#header #title {
	margin-bottom: 10px;
}

li a#marker   {
	color: #98a085;
}

#strap {
	height: 156px;
	background: url(../images/Tavern_banner_new.jpg);
	border-bottom: 1px solid #5f5f5f;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #5f5f5f;
}
#strap_menu {
	height: 156px;
	background: url(../images/tavern_dining.jpg);
	border-bottom: 1px solid #5f5f5f;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #5f5f5f;
}
#strap_fest {
	height: 156px;
	background: url(../images/tavern_festival.jpg);
	border-bottom: 1px solid #5f5f5f;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #5f5f5f;
}
#strap_loc {
	height: 156px;
	background: url(../images/inverness_view.jpg);
	border-bottom: 1px solid #5f5f5f;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #5f5f5f;
}
#strap_link {
	height: 156px;
	background: url(../images/tavern_bridge.jpg);
	border-bottom: 1px solid #5f5f5f;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #5f5f5f;
}





#content {
	padding-top: 1px;
	margin: 0px;
}

#innerwrapper {
	margin: 25px 25px 5px;
	padding-bottom: 25px;
	position: relative;
}

#innercontent {
	background-color: #2c2c2c;
	border: 1px solid #5f5f5f;
	min-height: 200px;
	margin-left: 150px;
	padding: 1px 10px 10px;
	width: 365px;
	margin-bottom: 0px;
}



.twocol #innercontent {
	width: 525px;
}
#gmapez {
	background-color: #2c2c2c;
	border: 1px solid #5f5f5f;
	min-height: 200px;
	margin-left: 150px;
	padding: 10px 5px 10px 25px;
	width: 535px;
	margin-bottom: 0px;
}
.twocol #gmapez {
	width: 525px;
}

#rightcol {
	min-height: 150px;
	float: right;
	background-color: #2c2c2c;
	border: 1px solid #5f5f5f;
	width: 175px;
}

.twocol #rightcol {
	display: none;
}

#rightcol img {
	display: block;
	margin: 6px auto 5px auto;
	border: 1px solid #5f5f5f;
}

#leftcol {
	float: left;
	width: 150px;
	min-height: 200px;
	border-top: 1px solid #5f5f5f;
}

#leftcol ul {
	list-style-type: none;
	list-style-position: inside;
}

#leftcol li {
	border-left: 1px solid #5f5f5f;
	border-bottom: 1px solid #5f5f5f;
}

#leftcol li a {
	display: block;
	text-decoration: none;
	font-size: 120%;
	padding: 5%;
	color: #fff;
	background: #333234;
}

#leftcol li a#here {
	background-color: #2c2c2c;
	width: 135px;
	color: #FFFFFF;
	font-weight: bold;
}
#leftcol a:hover {
	color: #FFFFFF;
	background: #2C2C2C;
}



/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	padding: 15px 0 5px 18px;
	font-size: 150%;
	font-family: "bell gothic std light", Arial, Helvetica, sans-serif;
	color: #b8b8b8;
}

h1 {
	color: #fff;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%
}

h4 {
	font-size: 120%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 20px;
}
#footer {
	background: #1D1D1D;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 5px 0px;
	line-height: 30px;
	font-size: 95%;
	border-top: 1px solid #5f5f5f;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #C49801;
	text-decoration: underline;
}


 /*\*//*/
 #innercontent {
 	width: 180px;
 }
	
	.twocol #innercontent {
 	width: auto;
 }
 
 
 #header ul {
	height: 22px;
	margin-bottom: 5px;
}

/**/
#alt {
	text-align: left;
	width: 780px;
	margin: auto auto 20px;
}
#alt a:link, #alt a:visited {
	color: #B8B8B8;
	text-decoration: none;
}
#alt a:hover, #alt a:active {
	color: #C49801;
	text-decoration: underline;
}


#HDS {
	font-size: 80%;
	color: #FFFFFF;
	text-align: left;
	float: left;
	margin: 0px;
	padding: 0px;
}

#altnav {
	font-size: 80%;
	color: #FFFFFF;
	text-align: right;
	float: right;
	margin: 0px;
	padding: 0px;
}



/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 10px 2px 0;
}

.clearit {
	font-size: 0;
	line-height: 0;
	clear: both;
}

/************** Link Styles *******************/

a img {
	border: none;
}

a {
	color: #8b9070;
}

a:hover {
	color: #a8ad92;
}
