
/* Generic Selectors */

html, body 
{
	display: block;
	margin: auto auto auto auto;
	background-color: black;
	background: url(pics/body_back2.jpg) repeat top center;
	color:White;
}

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
color: white;
}

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
font-weight: bold;
color: white;
text-align: center;
}

h3 
{
	color:Orange;
	text-align:center;
	font-weight:bold;
	font-size:26px;
}
h3:hover
{
	text-decoration:underline;
	color:Lime;
}

small 
{
	font-size: 12pt;
}
.btn 
{	background-color:Green;
	color:White;
	border:1px lime;
	border-style:solid;
/*	background-image: url(pics/back2.png); */}

.btn:hover 
{
	Background-color:Lime; 
/*	background-image: url(pics/back1.png); */ }

.menu_item
{
	color: white;
	text-decoration:none;
	text-align:left;
	font-size: 20px;
}

.menu_desc 
{
	position: relative;
	left: 20px;
	color:Silver;
}

a 
{
	color: White;
	text-decoration:none;
}
a:hover 
{
	color:Lime;
}

/**************** Pseudo classes ****************/
div#pangenitor 
{
	margin:0 auto; 
	text-align:center; 
	position: relative;
	width: 832px;
	color: white;
	background: url(pics/body_back.jpg) repeat top center;
	height:100%;
	/*min-height:1500px; */
}

div#bigbackground
{
	margin:0 auto;
	text-align:center;
	position:relative;
	width: 100%;	
}

/************************* ID's *************************/

.clearer { display: block; width: 100%; height: 5px; padding: 0; float: none; clear: both; }

#MainMenuHeadings
{
	color:Orange;
	font-size:larger;
	width:600px;
}

#navtable 
{
	width : 600; 
	padding: 15px 0 15px 0;
	margin:0 auto; 
	}
	
#hours_table {margin: 15px 0 15px 0; text-align: center; font-size: 14px; padding: 0 175px 0 175px;}

.main_content {text-align: left; width : 600px; font-size: 18px; position: relative;}

a.shamrock 
{
	display:block;
	text-decoration: none;
    width: 100px;
    height:50px;
    background-repeat:no-repeat;
    
   /* background-image: url(pics/back2.png); */
}
a.shamrock:hover {
    background-image: url(show_image.aspx?filename=pics/back2.png&width=20);  
}
.menucategory 
{
	color:White;
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:26px;
}
.menucategory:hover 
{
	text-decoration:underline;
}
	