/* CSS Document */
body {
margin-top: 30px;
margin-bottom: 30px;
margin-right: 0px;
margin-left: 0px;
background-image:url(http://www.themanorinn.net/images/background.gif);
}

/*Bodytext*/

.text p, li, td{
	font-family: arial;
	font-size: 13px;
    line-height: 150%;
	color: #000000;

}

.text a{
	font-family: arial;
	font-size: 13px;
	text-decoration: underline;
	line-height: 150%;
	font-weight:bold;
	color: #46513b;
}

.text a:hover{
	text-decoration: underline;
	line-height: 150%;
	font-weight:bold;
	color: #ffffff;
}


.smalltext {
	font-family: arial;
	font-size: 12px;
	color: #000000;

}

.smalltext a{
	font-family: arial;
	font-size: 12px;
	text-decoration: underline;
	font-weight:bold;
	color: #46513b;
}

.smalltext a:hover{
	text-decoration: underline;
	font-weight:bold;
	color: #ffffff;
}


.lightbox{
	border: 0px;
}


/*H1-Sub Headers*/


h1{
	font-family: times new roman;
	font-size: 24px;
	font-weight: bold;
	line-height: 110%;
	font-style:italic;
	color: #282828;
}

h2{
	font-family: times new roman;
	font-size: 18px;
	font-weight: bold;
	line-height: 110%;
	font-style:italic;
	color: #450822;
}

h3{
	font-family: times new roman;
	font-size: 18px;
	font-weight: bold;
	line-height: 110%;
	font-style:italic;
	color: #000000;
}
	
.maroontext{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.mannix{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #282828;
}

.mannix a{
	font-family: arial;
	font-size: 11px;
	text-decoration: underline;
	color: #46513b;
}

.mannix a:hover{
	text-decoration: underline;
	color: #ffffff;
}


/*Footer Navigation-Text*/


.footertext{
	font-family: arial;
	font-size: 11px;
	color: #a6b399;
}

.footertext a{
	font-family: arial;
	font-size: 11px;
	text-decoration: underline;
	font-weight: none;
	color: #a6b399;
}

.footertext a:hover{
	text-decoration: underline;
	font-weight: none;
	color: #ffffff;
}



