body {
	font-size: 12px;
	color: #48341B;
	line-height: 1.3em;
	background-color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(_graphics/background-home.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

* {
	margin: 0;
	padding: 0;
}

p {
	margin-top: .5em;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 2px;
	margin-top: .5em;
}

ul {
	margin: 0 0 .3em 30px;
}

ul li {
	margin-top: .3em;
	padding-bottom: .3em;
}

a {
	color: #771C72;
	text-decoration: none;
	font-weight: bold;
}

a.nav {
	font-size: 11px;
	margin-right: 20px;
}

a:hover {
	color: #400B3D;
}

hr {
	color: #CBB292;
	background-color: #CBB292;
	width: 100%;
	height: 1px;
	border: 0;
	clear: both;
	margin: .5em 0;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

table {
	margin-top: .5em;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -      frame items
*/

div#frame {
	width: 770px;
	height: 540px;
	margin: 135px auto 400px auto;
	padding-bottom: 250px;
}

div#masthead {
	width: 770px;
	line-height: 0;
}

div#nav {
	width: 770px;
	height: 25px;
}

div#left {
	width: 50px;
	height: 515px;
	float: left;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -      home page
*/

div#content-home {
	width: 465px;
	height: 515px;
	float: left;
	padding-left: 50px;
	display: inline;
}

div#content-home hr {
	width: 465px;
}

div#picture-home {
	width: 255px;
	height: 515px;
	float: left;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -      about page
*/

div#content-about {
	width: 465px;
	height: 490px;
	float: left;
	margin-left: 50px;
	position: relative;
}

div#content-about hr {
	width: 465px;
}

div#picture-about {
	width: 255px;
	height: 515px;
	float: left;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -      services pages
*/

div#content-services {
	width: 220px;
	height: 515px;
	float: left;
	padding-left: 50px;
}

div#content-services-sub {
	width: 700px;
	height: 515px;
	float: left;
	position: relative;
	margin-left: 50px;
	display: inline;
}

div#content-services hr {
	width: 220px;
}

div#picture-services {
	width: 500px;
	height: 515px;
	float: left;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -      testimonials page
*/

div#content-test {
	width: 550px;
	height: 500px;
	float: left;
	position: relative;
	font-style: italic;
	margin-left: 50px;
	display: inline;
}

div#content-test hr {
	width: 550px;
	clear: both;
}

div#picture-test {
	width: 167px;
	height: 515px;
	float: left;
	display: inline;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -      next button
*/

div.next {
	width: 100%;
	text-align: right;
	font-weight: bold;
	border-top: 1px solid #CBB292;
	padding: .3em 0;
	margin-top: 2em;
}

div.prev {
	width: 100%;
	font-weight: bold;
	text-align: left;
	border-top: 1px solid #CBB292;
	padding: .3em 0;
	margin-top: 2em;
}

div.nextsm {
	width: 50%;
	text-align: right;
	font-weight: bold;
	float: left;
}

div.prevsm {
	width: 50%;
	font-weight: bold;
	text-align: left;
	float: left;

}
