html body {
	margin:0px;
	padding:0px;
	background:#8c9262;
	height:100%;
}

a {
	text-decoration:none;
	color:#8c9262;
        font-weight: bold;
}
a:hover {
	color:#5a5841;
}
#left-background {
	background:url('images/bg1.jpg') no-repeat right top;"
}
#right-background {
	background:url('images/bg2.jpg') no-repeat left top;"
}
#center-background {
	width:836px;
	padding:0px;
	margin:0px;
	background:#f9f5ea url('images/sidebar-repeating.png') repeat-y right top;
	border-left:10px solid #f9f5ea ;
	border-right:10px solid #f9f5ea ;
	vertical-align:top;
}
#center-content {
	background: url('images/cottage.jpg') no-repeat right top;
}


#header {
	text-align:right;
	padding:5px 30px 0;
	height:350px;
}

#header a {
	text-decoration:none;
}
#st-andrews {
	font-family:'Sorts Mill Goudy', serif;
	font-size:72px;
	line-height:70px;
	letter-spacing:-3px;
	text-shadow:2px 2px 2px #cc9f1a;
	color:#FFFFFF;
	margin:45px 0px;
}
#inc {
	font-size:50%;
	line-height:50%;
}

#content-wrapper {
	width:836px;
	margin-top:-20px; /* to overlap header image */
}
#content {
	width:519px;
	float:left;
	padding-left:30px;
	background: #f9f5ea url('images/content_header.jpg') no-repeat left top;
}
#content-header {
	display:block;
	width:519px;
	border-bottom:1px solid #734a34;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size:210%;
	font-style:italic;
	color:#734a34;
	margin:5px 0px 25px;
}
#content p,ul,li,table,tr,td {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color:#150800;	
}

#sidebar {
	float:left;
	background:url('images/sidebar-top.png') no-repeat left top;
	width:287px;
	height:415px;
}
#sidebar-links {
	list-style:none outside;
	margin:0;
	padding:70px 0 0 70px;
}
#sidebar-links li {
	margin:2px 0px;
}
#sidebar-links a{
	text-decoration:none;
	color:#5a5841;
	font-family:'Century Gothic', sans-serif;
	font-weight:bold;
	text-shadow:2px 2px 4px #FFFFFF;
	letter-spacing:1px;
}
#sidebar-links a:hover {
    color:#492c02;
}
#footer {
	width:549px;
	float:left;
	border-top:1px solid #766659;
	text-align:center;
	padding:3px 0px;
	margin-top:20px;
}
#email, #tel {
	font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	letter-spacing:2px;
	font-style:italic;
	font-size:130%;
	color:#766659;
       margin:0;
}
#email a {
	text-decoration:none;
	color:#766659;
}