.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.floatrightclear {
	float: right;
	clear: both;
}
.floatleftclear {
	float: left;
	clear: both;
}
.floatleftmargin {
	float: left;
	margin: 10px;
}
.floatrightmargin {
	float: right;
	margin: 10px;
}
.floatleftclearmargin {
	float: left;
	clear: both;
	margin: 10px;
}
.floatrightclearmargin {
	float: right;
	clear: both;
	margin: 10px;
}



body {
	background: #bda694;
	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: #619cbc; /* the main text colour for all pages */
	background-repeat: repeat-x;
/*	background-image: url(../images/templatepics/sitebackground.jpg); */
	background-color: #bda694;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

/*body,td,th {
	font-size: small;
} */
a:link {
	color: #bda694;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #724d3d;
}
a:hover {
	text-decoration: underline;
	color: #aec56a;
}
a:active {
	text-decoration: none;
	color: #bda694;
}


h1 {
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #c1d9e6;   /* match the header 2 keep invisible on page */
}
h2 {
	font-size: 18px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
#subheading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	color: #619cbc;
}

.oneColFixCtrHdr #container {
	width: 950px;  /* 950px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff; /* line around the container */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: inset;
	border-left-style: outset;
	border-top-color: #724d3d;
	border-right-color: #724d3d;
	border-bottom-color: #724d3d;
	border-left-color: #724d3d;
}
.oneColFixCtrHdr #header {
	position: relative; /* To allow absolute positioning within the #header using apdiv's */
	top: 0px;
	right: 0px;
	background: #c1d9e6;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #MainContent {
	position: relative; /* To allow absolute positioning within the #MainContent using apdiv's */
	top: 0px;
	right: 0px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	font-size: small;
	clear: both;  /* could cause a problem?? */
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	clear: both;   /* could cause a problem?? */
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: xx-small;
}
#topmenu {
	background-color: #ffffff;
	float: left;
	padding-left: 20px;     /* could cause a problem?? */
}
/*#addtoany {
	text-align: right;
	clear: right; 
}*/
#rta {
	margin-left: 10px;
}
/*#fbbtn {
	float: right;
	vertical-align: middle;
}
#twbtn {
	float: left;
}*/



#headline {
	float: left;
	clear: none;
}
#picturesheadimage {
	float: left;
	clear: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#textheadimage {
	float: left;
	clear: left;
	padding: 10px;
	width: 290px;
}
#lornaboobs {
	float: right;
	clear: none;
}
#btn {
	float: left;
	clear: left;
	padding: 10px;
	width: 290px;
}
#area2 {
	padding-top: 20px;
	clear: left;
	text-align: center;
}
#legal {
	font-size: x-small;
	padding-top: 10px;
}
