
* {
	margin-top: 0;
	margin-bottom: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(/themanors/full/images/background/background.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}




p {

}

ul {
}

ol {
}

blockquote {
}

a {
	color: #7EBCFF;
}

a:hover {
	text-decoration: none;
}

/* Top Border */

#topBorder {
	
	width: 800px;
	height: 13px;
	margin: 0 auto;
	background: #FFFFFF url(/themanors/full/images/background/top.jpg) repeat;
}



/* Header */

#header {
	
	width: 800px;
	height: 155px;
	margin: 0 auto;
	background: #FFFFFF url(/themanors/full/images/background/middle.jpg) repeat;
}

#header h1, #header p {
	margin: 0;
	font-weight: bold;
}

#header h1 {
	padding: 30px 30px 0 20px;
	text-align: right;
	text-transform: lowercase;
	font-size: 229%;
}

#header p {
	margin: -5px 0 0 0;
	text-align: right;
	padding: 0 30px 0 20px;
	text-transform: uppercase;
	font-size: 85%;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	
	width: 800px;
	height: 65px;
	margin: 0 auto;
	background: #FFFFFF url(/themanors/full/images/background/middle.jpg) repeat;
	text-align: center;
	font-family: Times New Roman;
	font-size: 14px;
		
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 25px 0 0 0;
	list-style: none;
	text-align: center;
	
}

#menu li {
	display: inline;
	
}

#menu a {
	display: inline;
	padding: 0px 15px 0 15px;
	border-right: 0px solid #2A2C2F;
	text-decoration: none;
	font-family: Times New Roman;
	font-size: 18px;
	color: #333333;
}

#menu a.active {
	display: inline;
	padding: 0px 15px 0 15px;
	border-right: 0px solid #2A2C2F;
	text-decoration: none;
	font-family: Times New Roman;
	font-size: 18px;
	color: #777777;
}


#menu a:hover {

	color:#777777;
	}	



/* Content */


#content {

	font-family: Times New Roman;
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(/themanors/full/images/background/middle.jpg) repeat;

}

#content p {
	
	color: #333333;
	padding: 0px 10px 0 10px;
	border-right: 0px solid #2A2C2F;
	text-decoration: none;
	font-family: Times New Roman;
	font-size: 14px;
	line-height: 16px;
}	
	
#content a {
	padding: 0px 0 0 0;
	border-right: 0px solid #2A2C2F;
	text-decoration: none;
	font-size: 14px;
	color: #333333;
	line-height: 20px;

}

#content a:hover  {
	padding: 0px 0 0 0;
	border-right: 0px solid #2A2C2F;
	text-decoration: none;
	font-size: 14px;
	color: #3399FF;
	line-height: 20px;

}

#content h1 {
	font-family: Times New Roman;
	font-size: 20px;
	color: #333333;


}
	


/* Footer */

#footer {
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: center;
	background: url(/themanors/full/images/background/middle.jpg) repeat;
}

#footer p {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	padding: 0px 10px 0 10px;
	border-right: 0px solid #2A2C2F;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
	}	
}


#footer a {
	color: #0F1720;
}



/* bottomBorder */

#bottomBorder {
	width: 800px;
	height: 34px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: center;
	background: url(/themanors/full/images/background/bottom.jpg) no-repeat;
}

#bottomBorder p {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	padding: 0px 10px 0 10px;
	border-right: 0px solid #2A2C2F;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
	}	
}


#bottomBorder a {
	color: #0F1720;
}


