* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	font-family: "Courier New", Courier, mono;
	background: #666;
	font-size: 13px;
}

p {
	font-size: 13px;
	line-height: 18px;
	color: #333;
	padding-bottom: 10px;
	padding-top: 10px;
}

#gallery1 {
	float: left;
	width: 460px;
	padding-top: 0px;
	padding-left: 55px;
}

#bodycopy {
	float: left;
	width: 360px;
	padding-top: 30px;
	padding-left: 70px;
	text-align: left;
}

#bodycopyhome {
	float: left;
	width: 360px;
	padding-top: 180px;
	padding-left: 80px;
	text-align: center;
}

h1 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0 10px 20px;
	letter-spacing: 2px;
}

.menulink {
	color: #48574e;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

a {
	text-decoration: none;
}

a:link {
	color: #48574e;
	font-weight: bold;
}

a:visited {
	color: #48574e;
	font-weight: bold;
}

a:hover {
	color: #000000;
}

a:active {
	color: #666;
}

#container {
	position: relative;
	width: 1000px;
	margin: 0 auto auto auto;
	height: 768px;
	background: #e7e4da;
}

.grunerlogo {
	margin-left: 20px;
	margin-top: 70px;
	margin-bottom: 300px;
}

#left {
	float: left;
	width: 23%;
	border-right: 2px dotted #5d5d5d;
	height: 768px;
}

#left p {
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
}

#main {
	float: left;
	width: 50%;
}

#sidebar {
	width: 25%;
	float: right;
	background: url(../images/texture.jpg) repeat-y;
	height: 768px;
}


/* @group iconlist */

#nav {
	width: 500px;
	float: left;
	margin-top: 80px;
	margin-left: 25px;
	margin-bottom: 30px;
}

.iconlist {
	list-style: none;
	padding: 0;
	float: left;
	
}

.iconlist li {
	float: left;
	

}

.iconlist a {
	width: 90px;
	height: 50px;
	display: block;
	padding-right: 20px;
}

li.menus a {
	background: url(../images/nav/menus.png) no-repeat 0px 15px;
}

li.menus a:hover {
	background-position: 0px -52px;
}

li.about a {
	background: url(../images/nav/about.png) no-repeat 0px 15px;
}

li.about a:hover {
	background-position: 0px -52px;
}

li.events a {
	background: url(../images/nav/privatedining.png) no-repeat 0px 15px;
	width: 125px;
	
}

li.events a:hover {
	background-position: 0px -52px;
	width: 125px;
}

li.gallery a {
	background: url(../images/nav/gallery.png) no-repeat 0px 15px;
}

li.gallery a:hover {
	background-position: 0px -52px;
}

ul#sidebar_list {
list-style-type: none;
}

ul#sidebar_list li{
	text-align: right;
	padding: 0 15px 10px 0;
}

/* @end */



/* @group youarehere */


body#menus a#menusNav,
body#about a#aboutNav,
body#events a#eventsNav,
body#gallery a#galleryNav
 {
background-position: 0px -52px;
}






/* @end */