/*RachelandDesigns site Layout*/

#text {
	position: absolute;
	padding: 8%;
	width: 80%;
	left: 2%;
	top: 100px;
/*	border: thin;
	border-style: dotted;
	border-color: Gray;*/
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
}

#border {
	position: absolute;
	padding: 2%;
	width: 25%;
	top: 150px;
/*	border: thin;
	border-style: dotted;
	border-color: Gray;*/
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	float: left;
}

#panel {
	position: absolute;
	padding: 2%;
	width: 65%;
	left: 30%;
	top: 150px;
/*	border: thin;
	border-style: dotted;
	border-color: Gray;*/
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	float: right;
}

#Links {
	position: absolute;
	top: 100px;
	clear: both;
  	width: 100%;
	padding: 10px;
	background: #A3EFEA;
	border-top: solid;
	border-bottom: solid;
	border-color: #12615C;
	text-align: center;
	/*font-size: 8pt;*/
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
}

#heading {
	position: absolute;
	top: 10px;
  	width: 100%;
	padding: 5px;
	background: #A3EFEA;
	border-top: solid;
	border-bottom: solid;
	border-color: #12615C;
	text-align: center;
	/*font-size: 8pt;*/
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
}

/*.gallery {
   position: inherit;
	top: auto;
	padding: 2%;
	margin-left: 4%;
	margin-right: 4%;
	margin-bottom: 4%;
	background-color: #A3EFEA;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #12615C;
	border: thin;
	border-color: #ffff66;
	border-style: solid;
}*/