@charset "UTF-8";
body  {
	font: 100% "Times New Roman", Times, serif;
	background: #3E3B38 url(images/bg.jpg) repeat-x;
	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: #58514A;
	font-size: 14px;
}
.twoColFixRt #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto 30px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #sidebar {
	display: inline;
	float: right; /* since this element is floated, a width must be given */
	width: 650px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff url(images/containertop.png) no-repeat top; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top: 30px;
	margin-right: 20px;
}
#containertop {
	background-image: url(images/containertop.png);
	height: 25px;
}
#containerbottom {
	background-image: url(images/containerbottom.png);
	height: 25px;
}
#header {
	height: 95px;
	margin-bottom: 5px;
	width: 590px;
}

#header p {
	width: 590px;
	margin: 0px 30px 0px 30px;
}

#header em {
	font-weight: bold;
	font-size: 16px;
}

#gallery {
	height: 62px;
	margin-bottom: 5px;
}


#sidebar p {
	margin: 10px 30px 10px 30px;
	text-align: justify;
}

#sidebar h1 {
	padding-left: 30px;
}

#sidebar img {
	margin-left: 30px;
}

#sidebar ol li {
	font-weight: bold;
}

#sidebar ol p {
	margin-left: 10px;
}

#sidebar .alignright {
	text-align: right;
}

.twoColFixRt #maincontent { 
	margin: 0 700px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 
#logo {
	position: absolute;
	margin-top: 140px;
	margin-left: -7px;
}
#logo img {
	border: none;
}

#nav {
	position: absolute;
	margin-top: 258px;
	margin-left: 140px;
	text-align: right;
	font-family: didot;
	font-size: 18px;
}

#nav ul li {
	list-style: none;
	color: #fff;
	line-height: 1.5;
}
#nav a {
	color: #fff;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#respite {
	position: absolute;
	margin-top: 490px;
	margin-left: 40px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 40px;
}
.fltlfttwo { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
}
#sidebar .floatother {
	position: absolute;
	margin-left: 60px;
	display: inline;
}

#sidebar .floatgallery {
	position: absolute;
	margin-left: 250px;
}
#sidebar .aboutaraimg {
	margin-left: 350px;
	margin-top: 0px;
	border: none;
}
.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;
}

#header .largefont {
	font-size: 18px;
	text-align: center;
	margin-left: 135px;
}

#header .largerfontcontactpage {
	font-size: 20px;
}

#header .centertext {
	text-align: center;
}
#header .justifytext {
	text-align: justify;
}

#header .centertextsingleline {
	text-align: center;
	line-height: 62px;
}

#header .centertextsinglelineaboutara {
text-align: center;
	line-height: 62px;
	margin-left: 155px;
}



#sidebar .aboutimg {
	float: left;
	padding: 3px;
	border: thin solid #ACA39D;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-top: 7px;
}
#sidebar #services {
	float: left;
	margin-right: 30px;
	margin-bottom: 150px;
	margin-top: 7px;
	width: 258px;
}
#sidebar #services .services {
	padding: 3px;
	margin-bottom: 10px;
}
#sidebar #services img {
	border: none;
}


#sidebar .lovenotes {
	float: left;
	padding: 3px;
	border: thin solid #ACA39D;
	margin-right: 30px;
	margin-bottom: 80px;
	margin-top: 0px;
}

#sidebar .aboutara {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-top: 7px;
	width: 225px;
}	

#sidebar .contact {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-top: 0px;
	width: 350px;
	padding: 3px;
	border: thin solid #ACA39D;
}	

#sidebar a {
	color: #58514A;
	text-decoration: underline;
}

#sidebar a:hover {
	text-decoration: none;
}
.pright {
	padding-right: 20px;
}

#footer {
	float:right;
	background: #3E3B38;
	width: 650px;
}

#footer p {
	color: #fff;
	font-size: 12px;
	padding-top: 0px;
	margin-top: 8px;
	text-align: right;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#form {
	margin-left: 50px;
}

#arrows {
	height: 60px;
	width: 590px;
	margin-left: 30px;
}

#arrows img {
	border: none;
}

#arrows .previous {
	position: absolute;
	margin-left: 0px;
	width: 70px;
	height: 60px;
}

#arrows .next {
	position: absolute;
	margin-left: 530px;
	width: 70px;
	height: 60px;
}

#arrows .names {
	position: absolute;
	margin-left: 155px;
	width: 300px;
	height: 60px;	
}

#galleryimg {
	text-align: center;
	margin-top: 10px;
}
#galleryimg .credit {
	font-size: 11px;
	margin:0;
	padding:0;
	text-align: center;
}

#photoby p {
	text-align: center;
	margin-top: 5px;
}

#sidebar .noleftmargin {
	margin-left: 0px;
	position: absolute;
	margin-top: -7px;
}

#sidebar .contactinfo {
	margin-left: 45px;
}

#hometext p {
	margin: 0px 30px;
	font-size: 11px;
}
#gallerylead img {
	border: none;
	margin-bottom: 30px;
}
