/* CSS Document */

* {
	margin: 0; padding: 0; }

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; 
	}
	
p, li {
	font-size: 156%;
	margin-bottom: 1em;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 320%;
	margin-bottom: 2em;
	text-align: center; 
	}
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 168%;
	font-weight: normal;
	margin-bottom: 2em;
	margin-top: 1em;
	text-align: left; 
	}
	
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	margin: 1.5em 0;
	text-align: center; 
	}

ul {
	list-style-position: outside;
	margin: 0 3em;
	}
	
.center {
	text-align: center;
	}

.clear {
	clear: both;
	}
	
.float-left {
	float: left;
	}
	
.float-right {
	float: right;
	}
	
.noleading {
	margin: 0;
	}

.red {
	color: #CC0000;
}
/*
	STRUCTURE
*/
body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../images/bg_body.png);
	background-repeat: repeat-x;
	}

#pg-wrap {
	background-color: #FFFFFF;
	border: 1px solid black;
	margin: 10px auto;
	width: 780px;
	}

#main {
	margin: 10px 60px 40px;
	}

#header {
	background-image: url(../images/bg_header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 200px;
	margin-top: 15px;
	text-indent: -9999px;
	}

#agenda {
	background-color: #FFFFCC;
	border: 1px solid black;
	margin: 2em 3.5em;
	padding: 1.5em;
	}


#testimonial {
	background-color: #CCFF99;
	border-bottom: 3px solid #666666; 
	border-left: 1px solid #000000; 
	border-right: 3px solid #666666; 
	border-top: 1px solid #000000;
	font-size: 85%;
	margin: 50px;
	padding: 1.5em;
	}

#testimonial p {
	margin-left: 130px;
	}
	
#testimonial img {
	margin: 0 1.5em 0 1.5em;
	}

#testimonial-book {
	background-color: #CCFF99;
	border-bottom: 3px solid #666666; 
	border-left: 1px solid #000000; 
	border-right: 3px solid #666666; 
	border-top: 1px solid #000000;
	font-size: 85%;
	margin: 50px;
	padding: 1.5em;
	}

#testimonial-book p {
	margin-right: 130px;
	}
	
#testimonial-book img {
	margin: 0 1.5em 0 1.5em;
	}

#testimonial-snip-it {
	background-image: url(../images/bg_testimonial_snip_it.png);
	background-repeat: repeat;
	border-bottom: 3px solid #666666;
	border-left: 1px solid #666666;
	border-right: 3px solid #666666;
	border-top: 1px solid #666666;
	margin: 30px;
	min-height: 100px;
	padding: 1.5em;
	}

#testimonial-snip-it p {
	color: #333333;
	font-size: 168%;
	font-weight: bold;
	margin-left: 160px;
	margin-top: 1.5em;
	}
	
#testimonial-snip-it .quoted {
	color: #666666;
	font-size: 120%;
	}

/*
#testimonial {
	background-color: #FF0000;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	}

#testimonial p {
	font-size: 12px;
	}
	
#quote {
	background-color: #FFFF00;
	bottom: 0;
	height: 23px;
	left: 25px;
	min-height: 150px;
	padding: 1em;
	position: relative;
	top: 0;
	width: 400px;
	}

#quoter {
	background-color: #00FF00;
	bottom: -20px;
	height: 100%;
	left: 37px;
	padding: 1em;
	position: absolute;
	width: 440px;
	z-index: -4;
	}
*/