/* CSS Document */

body {
	background-position: center top;
	font-family: Arial-narrow, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 80%;
	margin: 0;
	background-attachment: fixed;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
}
h1 {
	font-size: 125%;
	color:#4040FF;
}
h2 {
	font-size: 120%;
	color:#40FF40;
}
h3 {
	font-size: 130%;
	color:#FF0000;
	margin: 0 0 2em 0; padding: 0;
	text-align:right;
	
}
h1.orange {
	color:#FF6300;
}
h1.red {
	color:#FF0000;
}

h1.tel {
	text-align:center;
	font-size: 165%;

}
p.intro {
	font-size: 115%;
}
#wrapper {
	width: 960px;
	margin:  1em auto 0 auto;
}
#top {
	background-color:#FFFFFF;
	background: url(bordertop.gif) top no-repeat;
	height: 21px;
}
#bottom {
	background-color:#FFFFFF;
	background: url(borderbottom.gif) top no-repeat;
	height: 21px;
}
#sidebar {
	width: 286px;
	float:left;
}
#content {
	float:right;
	width:674px;
}
#block {
	background: url(backgroundclearing.gif) repeat-y;
	
}
#bluebox {
	width:252px;
	margin: 0 16px 0 18px;
	color:#FFFFFF;
	text-align:center;
	font-size: 340%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
.yellowitalic {
	color: #FFFF00;
	font-style:italic;
	font-size: 80%;
}
#blueboxtop {
	background: url(bluetop.gif) top no-repeat;
	height: 37px;
}
#bluemiddle {
	background: url(bluemiddle.gif) top repeat-y;
}

#bluebottom {
	background: url(bluebottom.gif) top no-repeat;
	height: 36px;
}
#redbox {
	width:252px;
	margin: 50px 16px 0 18px;
	color:#FFFFFF;
	font-size: 190%;
	text-align:center;
	font-weight:bold;
}
#redboxtop {
	background: url(redtop.gif) top no-repeat;
	height: 27px;
}
#redmiddle {
	background: url(redmiddle.gif) top repeat-y;
	height: 2.5em;
}

#redbottom {
	background: url(redbottom.gif) top no-repeat;
	height: 26px;
}
#redbox img {
	float:left;
	margin: 0 0 0 4px;
}
#redbox p {
	margin:0 2px;
}
#greenbox {
	width:252px;
	margin: 50px 16px 0 18px;
	color:#FFFFFF;
	font-size: 170%;
	text-align:center;
	font-weight:bold;
}
#greenboxtop {
	background: url(greentop.gif) top no-repeat;
	height: 24px;
}
#greenmiddle {
	background: url(greenmiddle.gif) top repeat-y;
}

#greenbottom {
	background: url(greenbottom.gif) top no-repeat;
	height: 27px;
}
#greenbox p {
	margin: 0 5px 0 5px;
}
#yellowbox {
	width:252px;
	margin: 50px 16px 0 18px;
	color:#FFFFFF;
	font-size: 110%;
	text-align:center;
	font-weight:bold;
}
#yellowboxtop {
	background: url(yellowtop.gif) top no-repeat;
	height: 26px;
}
#yellowmiddle {
	background: url(yellowmiddle.gif) top repeat-y;
}

#yellowbottom {
	background: url(yellowbottom.gif) top no-repeat;
	height: 24px;
}
#yellowbox a{
	text-decoration:none;
	color:#999999;
	display:block;
}
#yellowbox a:hover{
	color:#000000;
}
.clearing {
	clear:both;
	visibility:hidden;
	margin:-2px;
}
#bottomredbox {
	width:923px;
	margin: 10px 16px 0 18px;
	color:#FFFFFF;
	font-size: 90%;
	text-align:center;
	font-weight:bold;
}
#bottomredboxtop {
	background: url(bottomredtop.gif) top no-repeat;
	height: 24px;
}
#bottomredmiddle {
	background: url(bottomredmiddle.gif) top repeat-y;
}

#bottomredbottom {
	background: url(bottomredbottom.gif) top no-repeat;
	height: 24px;
}
#bottomredbox p {
	margin-top:0;
	margin-bottom:0;
}
.image {
	margin: 0 17px;
} 
.imagefloat {
	float: right;
	margin-left: 0.2em;
	width: 120px;
}
.titleimage {
	margin: -20px 19px 0 19px;
}
.castlepic {
	margin: 50px 16px 0 18px;
}
#contentblock {
	padding: 0  1.5em;
}
.orange {
	color:#FF6300;
	font-weight:bold;
}
.colleft {
	width: 40%;
	float:left;
	margin-right: 2.5em;
	position:relative;
clear:both;
}
.colright {
	width: 40%;
	float:left;
	margin-left: 2.5em;
	position:relative; 
}
#nav {
	float: left;
	width: 660px;
	margin-bottom: 3em;
}
#nav ul {
	padding-left: 10px;
	margin-left: 0;
}
#nav li {
	display: inline;
	text-align: center;
	margin: 0.5em;
	font-weight: bold;
	font-size: 115%;
	padding-bottom: 0.4em;
}
#nav li a {
	color: #666666;
	text-decoration: none;
}
#nav li a:hover {
	color:#000000;
	text-decoration: none;
}
#yellowmiddle p {
	margin: 0px;
	padding: 0px;
}
.bluebar {
	background-image: url(nav_blue.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.greenbar {
	background-image: url(nav_green.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.orangebar {
	background-image: url(nav_orange.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.redbar {
	background-image: url(nav_red.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.yellowbar {
	background-image: url(nav_yellow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.castlepictures {
	width: 250px;
}
.largecastlepictures {
	width: 80%;
	float:left;
	margin: 2em;
}

.colright img {
	border:0;
}
.colleft img {
	border:0; 
}
form {
	width: 330px;
}
.forminput {
	width: 200px;
	float:right;
	margin-bottom: 15px;

}
.label {
	display: block;
	clear:both;
}
textarea {
	height: 150px;
}#contentblock a {
	color: #4040FF;
	text-decoration: underline;
}
#contentblock a:hover {
	color: #FF6300;
	text-decoration: underline;
}
.last {
	text-align: center;
	font-size: 90%;