/* Rainbow's End Cottage - CSS Stylesheet */

/* Layout Divs */

html,body {
	margin:0;
	padding:0;
	height:100%;
	background: #a1bdd9;
}

div#container {
	position:relative;
	margin:0 auto;
	width:800px;
	background:#a1bdd9;
	height:auto !important;
	height:100%;
	min-height:100%;
}

div#header {
	float: left;
	margin-top: 10px;
	width: 800px;
	height: 120px;
}

div#menu {
	float: left;
	width: 800px;
	height: 28px;
}

div#menuworkshops {
	float: left;
	width: 127px;
	height: 28px;
}

div#menutuition {
	float: left;
	width: 106px;
	height: 28px;
}

div#menureadings {
	float: left;
	width: 108px;
	height: 28px;
}

div#menuretreats {
	float: left;
	width: 108px;
	height: 28px;
}

div#menucontactme {
	float: left;
	width: 108px;
	height: 28px;
}

div#menuhealing {
	float: left;
	width: 110px;
	height: 28px;
}

div#menumeditation {
	float: left;
	width: 133px;
	height: 28px;
}

div#content {
	float: left;
	width: 800px;
	min-height: 450px;
}

/* Styles */

.bradley18 {
	font-family: "bradley hand ITC";
	font-size: 18px;
	font-weight: bold;
}

.bradley16 {
	font-family: "bradley hand ITC";
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.bradley14 {
	font-family: "bradley hand ITC";
	font-size: 14px;
	font-weight: bold;
}

.bradley12 {
	font-family: "bradley hand ITC";
	font-size: 12px;
	font-weight: bold;
}

.footertext {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
}

.footertextlink {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #00F;
}

.retreatstext {
	font-family: Tahoma;
	font-size: 9px;
}