@charset "utf-8";
/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0 auto;
	text-align:center;
	background-image: url(images/pg_bk.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #fac57e;
}

/* containers */

#contentwrap {
	margin: 0 auto;
	width: 990px;
	border: solid 1px #faf9b0;
	border-top: none;
	background-color: #fff;
	padding-bottom: 30px;
	background-image: url(images/poetextb.gif);
}
#contentwrap .header {
	margin: 0 auto;
	width: 990px;
	height: 278px;
	background-image: url(images/header_bk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1px;
}
#contentwrap .header .navH {
	width: 940px;
	padding-left: 50px;
	height: 30px;
	color: #fff;
	font-weight: bold;
	background-image: url(images/nav_bk.jpg);
	background-repeat: repeat x;
	background-position: left top;
	margin-top: 200px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}
#contentwrap .nav {
	float:left;
	width: 200px;
	text-align:left;
}
#contentwrap .content {
	float: right;
	width: 830px;
	margin-right: 80px;
	text-align:left;
}
#contentwrap .clearit {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
#footer {
	width: 970px;
	padding: 10px;
	margin: 0 auto;
	color: #440674;
}

/* navigation */

#contentwrap .nav a {
	display: block;
	text-decoration: none;
	padding: 5px 0px 5px 20px;
	border-top: dotted 1px #999;
	border-bottom: dotted 1px #999;
	margin-bottom: 2px;
	background-color:#fff;
}
#contentwrap .nav a:hover {
	border-top-color: #666;
	border-bottom-color: #666;
	padding-left: 30px;
}
#contentwrap .header .navH a {
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	height: 30px;
	float:left;
	display:block;
}
#contentwrap .header .navH a:hover {
	background-color: #6d4a71;
}
/* page elements */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #190f51;
	font-style:italic;
	margin-left: -30px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	color: #190f51;
	font-style:italic;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #190f51;
	font-style:italic;	
}
li {
	padding-bottom: 5px;	
}
a {
	font-weight: bold;
	color: #440675;
}
a:hover {
	text-decoration: none;	
}
.flrt {
	float:right;
	margin-left: 20px;
	margin-bottom: 15px;
	border: dotted 1px #999;
	padding: 10px;
	width: 350px;
}
#contentwrap .header .navH a.pdlf {
	margin-left: 40px;
}
.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
}
.customersay {
	float:right;
	width: 290px;
	border: dotted 1px #999;
	padding: 20px;
	margin: 0px 0px 20px 30px;
	background-color: #694667;
}
.customersay p {
	color: #fff;	
}
.customersay h2 {
	color: #fff;	
}
.classes {
	float:right;
	width: 300px;
	padding-left: 20px;
	margin: 0 -20px 20px 20px;
}
.classes p {
	margin: 0;
	padding: 0 0 10px 0;
}
.classes h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.theclass {
	border: dotted 1px #999;
	padding: 5px;
	margin-bottom: 5px;
}
.theclass h3 {
	border: solid 1px #666;
	background-image: url(images/nav_bk.jpg);
	background-repeat: repeat;
	color: #fff;
	margin: 0 0 3px 0;
	padding: 3px 0;
	text-align: center;
}
.theclass h3.lg {
	border: solid 1px #666;
	background-image: url(images/class_bk-lg.jpg);
	background-repeat: repeat;
	color: #fff;
	margin: 0 0 3px 0;
	padding: 3px 0;
	text-align: center;
}
.theclass p {
	margin: 0;
	padding: 0;
}
.theclass p.thedetail {
	text-align:right;
	padding: 3px;
	margin: 0;
	color: #190f51;
}
a.pdf {
	display:block;
	background-image: url(images/pdf.gif);
	background-repeat: no-repeat;	
	line-height: 34px;
	padding-left: 40px;
}
.saying {
	border: dotted 1px #999;
	padding: 20px;
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
	width: 820px;
	margin: 0 0 20px -30px;
}
