
html,body {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #333333;	
	margin: 0;
	color: rgb(240,240,240);
	height: 100%;
	background-image: url(../graphics/weave2.jpg);
}

.indexcontainer{
	height: 600px;
	width: 900px;
	border: 1px solid rgb(20,20,20);
	background-image: url(../graphics/index2.jpg);
}

.indexblock{	
	height: 100%;
	width: 100%;
	position: relative;
	text-align: left;
}
.indexmenu{
	left: 303px;
	top: 76px;
	position: absolute;
	color: rgb(240,240,240);	
}
#foodmenu{
	top: 95px;
	padding: 4px 0px 4px 0px;
	position: absolute;
	color: white; 
	width: 900px;
	background-color: rgb(73,71,58);
	z-index: 1000;
	display: none;
}
#eventsmenu{
	top: 95px;
	padding: 4px 0px 4px 0px;
	position: absolute;
	color: white; 
	width: 900px;
	background-color: rgb(73,71,58);
	z-index: 100;
	display: none;
}

.fooddrinks{
	margin-left: 333px;
}
.events{
	margin-left: 435px;
}
.menu{
	color: rgb(230,230,230);
	text-decoration: none;
	padding: 1px 4px 1px 4px;
	outline: none;
}
#topmenu:hover,#clickfood:hover,#clickevents:hover{
	background-color: gray;
	color: white;
}
#nextmenu:hover{
	background-color: red;// rgb(42,40,27);
	color: black;
}

.indexaddress{
	font-family: verdana;
	font-size: 14px;
	color: white;
	position: relative;
	bottom: 10px;
	right: -19px;
	display: none;
}
.indexphone{
	position: absolute;
	bottom: 5px;
	left: 10px;
	color: rgb(143,141,128);
	letter-spacing: .05em;
}
.mainindexblock{
	position: absolute;
	margin-top: 95px;
}
#pix,#litemenu{
	width: 540px;	
	height: 410px;	
	position: absolute;
	background-color: white;
	color: black;
}

#litemenu{
	background-image: url(../graphics/weavelight.jpg);
}

#indextext,#cookedfish,#generaltext{
	width: 320px;		
	margin-left: 561px;
	display: none;
	font-family: Trebuchet MS,sans-serif;
	font-size: 14px;
	color: rgb(230,230,230);
	font-weight:  normal;
	position: absolute;
	line-height: 1.23em;
}
#cookedfish{
	margin-top: 35px;
	text-align: center;
	color: #DAA520;
}
#indextext{
	margin-top: 86px;
}
#generaltext{
	margin-top: 20px;
}
.generaltextwidth{
	width: 295px;
	text-align: justify; 
	text-justify: newspaper;
}
.menutextwidth{
	text-align: center;
	top: 10px;
	
}
.litemenu{
	padding: 20px;
}

.donotexpect{
	font-weight: bold;
	font-size: 105%;
	color: wheat;
}
.notallitems{
	position: absolute;
	top: 390px;
	/left: 0px;
	text-align: center;
	width: 540px;
	color: rgb(80,80,80);
}
a.standard{
	text-decoration: none;
	outline: none;
	color: tan;
}
a.standard:hover{
	text-decoration: none;
	color: red;
}

a{
	color: lightblue;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}
a:hover{
	color: red;
}
