﻿body
{
	margin: 0px;
	padding: 30px;
	font-family: arial, helvetica, sans-serif;
	background: url(../images/green.gif) no-repeat top left;
	font-size:  medium;
	color: #000;
	font-weight: normal;
}

.logo
{
	color: #fff;
	text-align: center;
	margin: 0;
	font-weight: normal;
	font-size: 300%;
	font-family: Mistral;
	padding:0px 0px 0px 0px;
	letter-spacing: 5px;
	margin-bottom:0px;
}


#IrishRun
{
	display:block;
	font-family: Verdana;
	font-size: 30%;
	font-weight: normal;
	padding-top:0px;
	padding-bottom:10px;
	letter-spacing:4px;
}

.Header2
{
	font-family: Arial Black;
	font-size: 120%;
}

#introImage
{
	background: url(../Images/garden.jpg) no-repeat center;
}


#Menu
{
	display: none;
}

#Address
{
	clear: both;
	float: right;
	text-align: right;
	color: #DE8F1F;
	margin-top: 20px;
	width: 25%;
	font-size:small;
	
}

/*Location*/
#overviewMap
{
	margin: 10px 5px 10px 5px;
	padding: 10px 5px 10px 5px;
	float: right;
	width: 85%;
	height: 200px;
}

#map
{
	width: 85%;
	height: 180px;
}

#ContactUs
{
	margin-top: 10px;
	background-color: #FFCC66;
	width: 80%;
	color: #000;
	font-weight: bold;
}

#ContactUs th
{
	text-align: left;
	width: 15%;
}
#reservationForm
{
	background: #FFCC66;
	margin-top: 10px;
	color: #000;
	font-weight: bold;
}
	

#reservationForm td
{
	width: 70%;
}

#reservationForm th
{
	float: left;
	text-align: left;
}

#submitButton
{
	float: right;
}
