body {
	background: #FFFFFF url(background.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
	font: 10pt "Segoe UI", "Calibri", "Tahoma", sans-serif;
}

body.small {
	background: #FFFFFF url(background_small.jpg) top left repeat-x;
}

img {
	border: 0;
}

#pageholder {
	min-height: 500px;
	background: url(background2.png) top right no-repeat;
	width: 100%;
	min-width: 780px;
}

#header {
	width: 75%;
	min-width: 780px;
	position: relative;
	text-align: left;
	height: 199px;
}

#logo {
	position: absolute;
	top: 20px;
	left: 50px;
}

#aboutbuttons {
	padding: 10px;
	position: absolute;
	right: 0px;
	text-align: right;
}

#aboutbuttons a {
	display: block;
	text-align: center;
	padding: 5px;
	border: 1px solid transparent;
}

#aboutbuttons a.noborder {
	background: transparent;
	padding: 0;
	border: 0;
}

#aboutbuttons a.noborder:hover {
	border: 0;
}

#aboutbuttons a:hover {
	border: 1px dotted rgb(45, 86, 113);
}

#buttonbar {
	position: absolute;
	bottom: 0px;
	left: 50px;
}

#buttonbar a {
	border: 0;
	margin-right: 5px;
}

#banner {
	height: 250px;
	padding: 6px 0px 6px 0px;
	position: relative;
	width: 75%;
	min-width: 780px;
	background: url(bannerbackground.jpg) top left repeat-x;
}

#bannerleft {
	width: 11px;
	height: 262px;
	background: url(bannerleft.jpg) top left no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}

#bannerright {
	width: 11px;
	height: 262px;
	background: url(bannerright.jpg) top right no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;
}

#mantra {
	position: absolute;
	top: 45px;
	left: 50px;
	z-index: 100;
}

#person {
	position: absolute;
	right: 11px;
	height: 250px;
	width: 500px;
	background: url(person.jpg) top right no-repeat;
}

#content {
	width: 75%;
	min-width: 780px;
	min-height: 100px;
	clear: both;
}

#contentholder {
	clear: both;
}

#footer {
	clear: both;
	padding: 0px 0px 15px 0px;
	text-align: center;
	color: #AAAAAA;
	width: 75%;
	min-width: 780px;
}

a {
	color: rgb(45, 86, 113);
	text-decoration: none;
}

a:hover {
	color: rgb(45, 86, 113);
	border-bottom: 1px dotted rgb(45, 86, 113);
}

#footerlinks {
	padding: 15px 5px 5px 5px;
	border-top: 1px dotted rgb(127, 142, 151);
}

#footerlinks a, #footerlinks a:hover {
	padding: 0px 5px;
	border-bottom: 0px;
}

#footerlinks a+a {
	border-left: 1px dotted rgb(127, 142, 151);
}

#contentholder td{
	padding: 15px 20px 15px 20px;
	text-align: left;
	color: rgb(127, 142, 151);
	font: 10pt "Segoe UI", "Calibri", "Tahoma", sans-serif;
	width: 48%;
}

h1 {
	font-size: 14pt;
	font-weight: normal;
	color: rgb(45, 86, 113);
	margin: 0;
}

h2 {
	font-size: 11pt;
	font-weight: normal;
	color: rgb(127, 142, 151);
	margin: 0px 0px 5px 0px;
}

h3 {
	font-size: 11pt;
	font-weight: normal;
	color: rgb(45, 86, 113);
	margin: 0px 0px 5px 0px;
}

.clear {
	clear: both;
}

#banner_small {
	height: 150px;
	padding: 6px 0px 6px 0px;
	position: relative;
	width: 75%;
	min-width: 780px;
	background: url(bannerbackground_small.jpg) top left repeat-x;
}

#bannerleft_small {
	width: 11px;
	height: 162px;
	background: url(bannerleft_small.jpg) top left no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}

#bannerright_small {
	width: 11px;
	height: 162px;
	background: url(bannerright_small.jpg) top right no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;
}

.drop:first-letter {
	padding-left: 40px;
}

.splitter {
	border-top: 1px dotted rgb(127, 142, 151);
}

.testimonial {
	background: url(quoteleft.jpg) 0px 20px no-repeat;
	padding: 20px 0px 20px 0px;
}

.testimonial .text {
	font-size: 10pt;
	color: rgb(45, 86, 113);
	padding: 0px 40px 10px 40px;
	background: url(quoteright.jpg) bottom right no-repeat;
	text-align: justify;
}

.testimonial .author {
	padding-left: 200px;
	font-size: 10pt;
}

.testimonial+.testimonial {
	border-top: 1px dotted rgb(127, 142, 151);
}

.photos {
	clear: both;
}

.photos a {
	float: left;
	padding: 5px;
	border: 1px solid rgb(127, 142, 151);
	margin: 5px;
}

div.location {
	position: absolute;
	left: 5px;
	top: 5px;
	height: auto;
	width: 368px;
	color: #FFFFFF;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 9pt;
}

div.location > div {
	background: url(locationbg.png);
	padding: 5px;
}