html
{
	height:95%;
	color:#444444;
	font-size:0.9em;
	font-family:Gorgia;
	background:url(Images/Background.jpg);
	padding:10px;
	padding-bottom:20px;		/* Height of the footer in relation to main page */
	overflow: -moz-scrollbars-vertical;
	overflow: scroll;
}

body
{
	height:95%;
	color:#444444;
	font-size:0.9em;
	font-family:Gorgia;
	background:url(Images/Background.jpg);
	padding:10px;
	padding-bottom:20px;		/* Height of the footer in relation to main page */
}

#container 
{
	min-height:100%;
	position:relative;
}

.Page 
{
	width: 95%;
	width:955px;
	margin:0 auto;
	background-color: #ffffff;
	background:url(Images/PageBackground.jpg) repeat-y;
    border-top: 1px solid #b4d433;
	border-bottom: 1px solid #b4d433;
	border-left: 1px solid #b4d433;
	border-right: 1px solid #b4d433;
}

.Title
{
	text-align:left;
	width:955px;
	height:110px;
	background:url(Images/ManorEventsLogo.jpg);
}

.WelcomeText
{
	width:800px;
	margin: 10px;
	margin-left: 72px;
	text-align:justify;
	font-size:1.3em;
	padding: 5px;
}

.HomeWelcomeText
{
	width:800px;
	margin: 10px;
	margin-left: 72px;
	text-align:justify;
	font-size:1.3em;
	padding: 5px;
}

.HomeRotation
{
	width:800px;
	height:479px;
}

.TipiText
{
	width:799px;
	height:670px;
	margin: 10px;
	margin-left: 72px;
	text-align:justify;
	font-size:1.3em;
	padding: 5px;
	background:url(Images/Tipibackground.jpg);
	
}

.TipiTariff
{
	width:799px;
	height:670px;
	margin: 10px;
	margin-left: 72px;
	text-align:justify;
	font-size:1.3em;
	padding: 5px;
}

.WeddingText
{
	width:469px;
	margin: 10px;
	margin-left: 72px;
	text-align:justify;
	font-size:1.3em;
	padding: 5px;
}

.WeddingImage
{
	width:335px;
	height:475px;
	float:right;
	margin-right: 52px;
	margin-top: 10px;
}

.ContactUsText
{
	width:469px;
	margin: 10px;
	margin-left: 72px;
	text-align:left;
	font-size:1.3em;
	padding: 5px;
}

.ContactUsImage
{
	width:335px;
	height:475px;
	float:right;
	margin-right: 52px;
	margin-top: 10px;
}

.CanepeText
{
	width:800px;
	height:492px;
	margin: 10px;
	margin-left: 72px;
	text-align:justify;
	font-size:1.3em;
	padding: 5px;
	background:url(Images/canepebackground.jpg);
}

.Canepes
{
	width:800px;
	margin: 10px;
	margin-left: 72px;
	text-align:center;
	font-size:1.3em;
	padding: 5px;
}

.WeddingBreakfastA
{
	width:800px;
	margin: 10px;
	margin-left: 72px;
	text-align:center;
	font-size:1.3em;
	padding: 5px;
}

.WeddingBreakfastB
{
	width:800px;
	margin: 10px;
	margin-left: 72px;
	text-align:center;
	font-size:1.3em;
	padding: 5px;
}

.WeddingBreakfastC
{
	width:800px;
	margin: 10px;
	margin-left: 72px;
	text-align:center;
	font-size:1.3em;
	padding: 5px;
}

.WeddingBuffet
{
	width:800px;
	margin: 10px;
	margin-left: 72px;
	text-align:center;
	font-size:1.3em;
	padding: 5px;
}

.OtherMenuIdeas
{
	width:800px;
	margin: 10px;
	margin-left: 72px;
	text-align:center;
	font-size:1.3em;
	padding: 5px;
}

.menu 
{
	text-align:center;
	width:855px;
	height:32px;
	padding-left: 100px;
	font-family:Gorgia;
	font-size:1.3em;
	background:url(Images/MenuBackground.jpg) repeat-x;
	border-top: 1px solid #b4d433;
	border-bottom: 1px solid #b4d433;

}

#navbar 
{
	margin: 0;
	padding: 0;
	height: 0.8em; 
}


#navbar li 
{
	list-style: none;
	float: left;
}

#navbar li a {
	display: block;
	padding: 5px 15px;
	color: #888888;
	text-decoration: none; }

#navbar li ul 
{
	display: none;
	width: 8.5em;
	background-color: #69f;
}

#navbar li:hover ul 
{
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
}

#navbar li:hover li 
{
	float: none; 
}

#navbar li:hover li a 
{
	background-color: #fff;
	border-bottom: 1px solid #b4d433;
	border-left: 1px solid #b4d433;
	border-right: 1px solid #b4d433;
	border-top: 1px solid #b4d433;;
	color: #322a24; 
}

#navbar li li a:hover 
{
	background-color: #b4d433;
	color: #322a24;
	border-left: 1px solid #531b1a;
	border-right: 1px solid #531b1a;
	border-top: 1px solid #531b1a;
	border-bottom: 1px solid #531b1a;
}

#navbar li ul ul {
	visibility:hidden;
	position:relative;
	left:130px; 
}

#navbar li ul li:hover ul,
#navbar li ul a:hover ul {
	visibility:visible;
}


.spacer
{
	height: 20px;
	clear:both
}

#footer
{
	position:absolute;
	bottom:0;
	width:100%;
	color:#444444;
	text-align: center;
	font-family:Gorgia;
	font-size:1.1em;
	height:20px;			/* Height of the footer */
}

.Innerfooter
{
	position:absolute;
	width:955px;
	color:#444444;
	text-align: center;
	font-family:Gorgia;
	font-size:1.1em;
}

A:link
{
	color:#67564e; 
}

A:active
{
	color: #67564e; 
	text-decoration:underline;
}

A:hover
{
	text-decoration:underline;
	color: #67564e;
}

A:visited
{
	color:#67564e; 
}

