/*
Garden View Massage CSS
*/

body {
	margin: 20px;
	padding: 0;
	background: url(images/bg_image.gif);
	font-family: "Palatino Linotype," Book Antiqua, Georgia, serif;
	font-size: 13px;
	color: #3a6a74;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: "Palatino Linotype," Book Antiqua, Georgia, serif;
	color: #702f48;
}

h2 { font-size: 24px; }
h3 { font-size: 16px; }

h3.multi { 
	margin-top: 12px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 16px; }

h4 {
	margin: 0;
	padding: 20px 0 0 0;
	font-family: "Palatino Linotype," Book Antiqua, Georgia, serif;
	font-size: 17px;
	color: #305851;
}

p, ol, ul {
	line-height: 20px;
}

p.multi {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	line-height: 20px;
}

p.mission {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	color: #702f48;
	line-height: 17px;
	font-weight: bold;
}

p.noted {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #702f48;
	line-height: 17px;
	font-weight: bold;
}

p.well {
	font-family: "Trebuchet MS", Tahoma, Calibri, Arial, sans-serif;
	color: #3a6a74;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
}

#special p{
	float: right;
	margin: -6px 0 0 0;
	font-family: "Trebuchet MS", Calibri, Arial, sans-serif;
	color: #e5f1f7;
	font-size: 12px;
	line-height: 14px;
}

#special a{
	font-family: "Trebuchet MS", Calibri, Arial, sans-serif;
	color: #ffffff;
	font-size: 12px;
	line-height: 14px;
	text-decoration: underline;
}

#special a:hover{
	text-decoration: none;
}


a {
	color: #2d4348;
}

a:hover {
	text-decoration: none;
}

.image {
	float: left;
	margin: 5px 15px 0 0;
	border: 4px solid #1b1464;
}

.byline {
	margin: 0;
	background: #758394;
}

#multipic {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #3a6a74;
}

#special {
	margin: 0 auto;
	width: 652px;
	}

/* Header */

#header {
	margin: 0 auto;
	width: 652px;
	height: 144px;
	background: #ffffff;
	border: 4px solid #a5d5c3;
}

#header h1 {
	float: left;
	padding: 40px 0 0 20px;
	text-transform: uppercase;
	font-size: 36px;
	color: #ACA283;
}

#header h2 {
	float: right;
	padding: 95px 5px 0 0;
	font-size: 11px;
}

#header p {
	float: right;
	padding: 6px 10px 0 0px;
	line-height: 22px;
	font-size: 12px;
	color: #702f48;

}

#header a {
	text-decoration: none;
	font-size: 12px;
	color: #702f48;
}

#header a:hover {
	text-decoration: underline;
}

/* Content */

#content {
	width: 652px;
	margin: 0 auto;
	background: #e5f6fe url(images/content_bg_image.gif) repeat-y;
	border: 4px solid #a5d5c3;
}

#colOne {
	float: left;
	width: 200px;
	padding: 15px;
}

#colOne h3 {
	margin: 5px 0 10px 0;
	color: #702f48;
}

#colOne ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colOne a {
	color: #702f48;
}

#colTwo {
	float: right;
	width: 360px;
	padding: 20px;
}

#TopRow {
	float: center;
	width: 652px;
	height: 20px;
	padding: 15px 0 0 0;
}

/* Footer */

#footer {
	width: 660px;
	line-height: 10px;
	background: url(images/content_bg_image.gif) repeat-y;
	font-family: "Trebuchet MS," Tahoma, Arial, san-serif;
	padding: 0px 5px 5px 5px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	padding: 0 0 4px 0;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #305851;
}

#footer a {
	color: #702f48;
}
