@charset "utf-8";
/* CSS Document */

/* Sections */

#header	{
	display: table;
	width: 800px;
	margin: auto;
	border-bottom: 3px groove #666;
}

#main	{
	display: table;
	width: 800px;
	margin: auto;
	background-image: url(images/background_flag.jpg);
}

#footer	{
	display: table;
	width: 800px;
	margin: auto;
	background-image: url(images/background_texture.jpg);
}

#navbar	{
	display: table-column;
	width: 150px;
	vertical-align: top;
	border-right: 2px solid #999;
	border-bottom: 5px ridge #999;
	float: left;
}

#content	{
	display: table-column;
	width: 610px;
	vertical-align: top;
	margin-left: 7px;
	float: left;
}

#cell	{
	display: table;
	width: 610px;
}

/* Body */

body	{
	background-color: #FFC;
	background-image: url(images/background_tile.jpg);
}

a:link	{font-weight: bold; color: #900; text-decoration: none;}
a:visited	{font-weight: bold; color: #900; text-decoration: none;}
a:active	{font-weight: bold; color: #900; text-decoration: none;}
a:hover	{font-weight: bold; color: #900; text-decoration: underline;}


/* Tables */

div.left	{
	float: left;
	display: table-cell;
	align: top;
	padding: 10px 5px 10px 0px;
	text-align: right;
	width: 290px;
	font: 14px "Times New Roman", Times, serif;
}

div.right	{
	float: right;
	display: table-cell;
	align: top;
	padding: 10px 5px 10px 0px;
	width: 290px;
	font: 14px "Times New Roman", Times, serif;
}

div.center	{
	float: left;
	width: 580px;
	margin-left: 15px;
	padding-top: 10px;
	text-align: center;
	font: 14px "Times New Roman", Times, serif;
}

div.box	{
	display: table;
	margin: auto;
}

div.column	{
	float: left;
	width: 190px;
	text-align: center;
}

/* Headings */

h2	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	text-align: center;
	letter-spacing: 1.5px;
	padding-top: 5px;
	border-bottom: 5px ridge #ccc;
	margin-top: 0px;
}

h3	{
	font: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	border-bottom: 2mpx solid #000;
	margin: 5px 150px 5px 150px;
	padding: 3px;
}

/* Paragraphs */

p.bodytext	{
	margin: 5px 20px 10px 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 135%;
}

p.menu_head	{
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}

p.menu_note	{
	text-align: center;
	margin: 0px 50px 5px 50px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

p.menu_item	{
	margin: 10px 50px 5px 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

.footer	{
	display: block;
	padding: 5px 0px 5px 0px;
	text-align: center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	letter-spacing: 1.25px;
	border: 5px groove #999;
}
	
/* Special Items */

hr.divider	{
	margin: 5px 50px 5px 50px;
}

img.gallery	{
	border: 5px groove #900;
	padding: 2px;
	margin: 5px;
}

