* { margin:0;padding:0; }
body 	{
			background-color:#b0c4de;
			background-image:url('images/reef.jpg');
			background-attachment:fixed;
			margin: 0;
			padding: 0;
			font: 85% "Times New Roman";
}

#container	{
			margin: 0 auto;
			width: 776px;
			text-align: left;
			border: 1px solid gray;
			background: url('images/menuback.jpg');
}

#header 	{
			height: 260px;
			background: url('images/header.png');
}
#header h1, h2 {
			text-indent: -3000px;
}

#appsandbevs {
			margin: auto;
			border-color: black;
			border-style: double;
			width: 752px;
			height: 300px;
}

#bevs {
			float: left;
			margin: 24px 0px 0px 6px;
			padding: 0px 12px 0px 0px;
			width: 380px;
			height: 240px;
			border-right: 4px solid black;
			background: url('images/anchor.png') no-repeat center center;
}
#bevs h1 {
			margin: auto;
			font: 22px "Georgia";
			text-align: center;
}
#bevs dt, #apps dt, #specandala dt {
			font: 18px "Georgia";
			text-align: left;
			font-weight: bold;
			margin-top: 8px;
}
#bevs dd, #apps dd, #specandala dd {
			font: 14px "Georgia";
			text-align: left;
			padding-left: 24px;
			font-style: italic;
}
#bevs dt a {
			text-decoration: underline;
			color: #000000;
}
#bevs dt a:hover {
			text-decoration: none;
			color: #ab0000;
}
#apps dd a {
			text-decoration: none;
			color: #ab0000;
			font-weight: bold;
}
#apps dd a:hover {
			text-decoration: underline;
			color: #ab0000;
}
#apps dd a:visited {
			text-decoration: underline;
			color: #000000;
}

#apps {
			margin: 24px auto;
			padding-right: 6px;
			float: right;
			background: url('images/wheel.png') no-repeat center center;
			width: 340px;
			height: 240px;
}
#apps h1 {
			margin: auto;
			font: 22px "Georgia";
			text-align: center;
}	

#specandala {
			margin: 12px auto;
			padding: 8px;
			width: 736px;
			border: 1px solid black;
}
#specandala h1 {
			margin: auto;
			font: 22px "Georgia";
			text-align: center;
}

#specials {
			float: right;
			width: 280px;
			border: 3px dashed black;
			padding: 3px;
}
#specandala dt {
			font: 18px "Georgia";
			text-align: center;
			font-weight: bold;
			margin-top: 8px;
}
#specandala dd {
			font: 14px "Georgia";
			text-align: center;
			padding-left: 24px;
			font-style: italic;
}


hr {
			width: 80%;
			height: 12px;
			color: #888888;
			background-color: #888888;
			border: 0px;
			margin: auto;
}