/*Page Elements*/

body {
background-color: #336633;
font-family: "Trebuchet MS", Arial, Verdana;
font-size: 13px;
color: #3c648c;
margin-right: 0em;
margin-left: 0em;
text-align: justify; }

#wrapper {
width: 720px;
position:relative;
margin: 0px auto auto;
}

#logo {
background-image: url(../graphics/ludstoneheader.jpg);
background-repeat: no-repeat;
position: absolute;
height: 150px;
width: 720px;
z-index: 1;
 }

#center {
background-image: url(../graphics/ludstonebgrnd.jpg);
background-repeat: repeat-y;
background-position: center;
width: 720px;
height: auto;
position: relative;
padding-top: 179px;
z-index: 0;
 }

#footer {
background-image: url(../graphics/ludstonefooter.jpg);
background-repeat: no-repeat;
height: 90px;
width: 720px;
position: inherit;
bottom: 0em;
z-index: 2;
 }

#nav {
	width: 687px;
	height: 25px;
top: 0px;
	border-bottom: 1px solid white;
	color: white;
	background-color: #96adc5;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	
	position: absolute;
	margin-left: -342px;
	left: 50%;
	margin-top: 150px;
	padding: 0px;
	z-index: 99;
font-size: 11px;
text-transform: uppercase; }

#nav li {
	display: block;
	float: left;
	height: 25px;
	width: auto;
	text-align: center;
	line-height: 25px;
}

#nav li a {
	display: block;
	padding-left: 21px;
	padding-right: 22px;
	line-height: 25px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#nav li a:hover {
	background-color: #2d5a83;
}

/*Table Backgrounds*/

table#index {
background-image: url(../graphics/ludstone.jpg);
background-repeat: no-repeat;
background-position: top; 
}

table#history {
background-image: url(../graphics/history.jpg);
background-repeat: no-repeat;
background-position: top; 
}

table#gardens {
background-image: url(../graphics/gardens.jpg);
background-repeat: no-repeat;
background-position: top; 
}

table#open-day {
background-image: url(../graphics/open-day.jpg);
background-repeat: no-repeat;
background-position: top; 
}

table#museum {
background-image: url(../graphics/museum.jpg);
background-repeat: no-repeat;
background-position: top; 
}

/*H Tags*/

h1 {
color: #3c648c;
font-size: 36px;
padding: 0em;
margin: 0em;
}

h2 {
color: #003366;
font-size: 20px;
padding: 0em;
margin: 0em;
}

h3 {}

h4 {}

h5{}

h6{}

.caption {
color: #333333;
font-size: 10px;
font-style: italic;
text-align: left; }

.captioncenter {
color: #333333;
font-size: 10px;
font-style: italic;
text-align: center; }

.captionbold {
color: #333333;
font-size: 10px;
font-style: italic;
font-weight: bold;
text-align: left; }

