@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #B30838;
}
.Fairyhouse #container {
	width: 850px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#MAIN #NavBar {
	margin: 0px;
	padding: 0px;
	height: 50px;
	
}
.Fairyhouse #header {
	background-image: url(../Constants/Header_Back.gif);
	height: 120px;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
} 

.Fairyhouse  #PicCol {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
}
.Fairyhouse  #MainText {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;

} 
.Fairyhouse #container #MAIN {
	background-color: #FFFFFF;
	padding: 20px;
}
.Fairyhouse #container #Masthead {
	background-color: #FFFFFF;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.Fairyhouse #footer {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 170px;
	background-image: url(../Constants/Logo_Footer.gif);
	background-repeat: no-repeat;
	height: 70px;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2.trigger {
	color: #ef3e36;
	padding-left: 35px;
	margin: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
}

h2.trigger a {
	color: #ef3e36;
	text-decoration: none;
	display: block;
	outline: none;
}

h2.trigger a:link {
	color: #ef3e36;
}

h2.trigger a:hover {
	color: #ef3e36;
}

h2.trigger a:active {
	color: #ef3e36;
}

.toggle_container {
	font-family: Arial;
	color: #39434c;
	padding: 0;
	padding-left: 35px;
	padding-right: 0px;
	padding-bottom: 15px;
	font-size: 12px;
	text-align: justify;
	overflow: hidden;
}

