/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;;
	font-size: 90%;
	color: #ffffff;
	line-height: 1.20;	
	margin: 0px;
	padding: 0px;
	background-color: #68002D;
	background-image:url(../01graphics/bgs/new-page-bg.jpg);
	background-position: -93px 0;
	background-repeat:repeat-y;
	}

a:link, a:visited, a:hover {
	color: #E3C1B5;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	font-weight: normal;
	color: #ffffff;
	}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, Arial,sans-serif;
	margin: 1em 0 0.5em 0;
	padding: 0px;
	color: #E3C1B5;
	margin-left: 245px;
}

h1{
 font-size: 180%;
 color: #ffffff;
 margin-top: 20px;
 margin-bottom: 0;
}

h2{
 margin-top: 10px;
 margin-bottom: 1em;
 font-size: 120%;
}


h3{
 font-size: 120%;
}

h4{
 font-size: 110%;
 font-style:italic;
}

h5{
 font-size: 100%;
  font-style:italic;

}


				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#navBar{
	float: left;
	width: 160px;
	/*margin-right: 79%;*/
	padding: 0px;
	background-color: transparent;
	
	
}

#content{
	float: right;
	width: 100%;
	min-width: 820px;
	margin: 0 0 0 0;
	padding: 0 0 2em 0;
	background-image: url(../01graphics/bgs/angel-symbol.gif);
	background-repeat: no-repeat;
	background-position: 190px 540px;
	min-height: 500px;
	_min-height: 500px;
}
/************* #Footer styles ***************/

#Footer{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 90%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin: 0 0 2em 0;
	line-height: 160%;
}




/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	color: #E3C1B5;
	text-decoration: none;
	font-weight: bold;
	background-image:url(../01graphics/bgs/left-arrows.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 16px;
	font-size: 1.10em;
	background-color: transparent;
}
#navBar ul a:hover,
body#Home li#Home-nav a,
body#SlideShow li#SlideShow-nav a,
body#Accommodation li#Accommodation-nav a,
body#Resto li#Resto-nav a,
body#Conf li#Conf-nav a,
body#Func li#Func-nav a,
body#Wed li#Wed-nav a,
body#Leis li#Leis-nav a,
body#Christmas li#Christmas-nav a,
body#Where li#Where-nav a,
body#Wiltshire li#Wiltshire-nav a,
body#Contact li#Contact-nav a,
body#Downloads li#Downloads-nav a
 {
	color: #ffffff;
	background-image:url(../01graphics/bgs/right-arrows.gif);
	background-repeat: no-repeat;	
	}
#navBar ul {list-style: none; 
	margin: 0 0 0 20px; 
	padding: 0 0 0 0;
	}

#navBar li {
	margin-bottom: 15px;
	padding: 0 0 0 0;
	text-indent: -18px;
	}

	
/*****************/
#content p {
	line-height: 1.25em;
}
#content p {
	margin: 0 30px 1em 245px;
	}

#tlLogo {
	margin: 10px 0 20px 0;
	padding-left: 10px;
}
#tlLogo img {
	margin-top: 15px;
	}

.NoBreak {
	white-space:nowrap;
	}
.Clear, .clear, .Clear2em{
	clear: both;
	height: 15px;
	}
.Clear2em {
	margin-top 2em;
	}
.NoWrap {
	white-space:nowrap;
	}
	
