/* Adam Wilcox 2007 */


body {
	width: 800px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

/* Header */
.header {
	width: 800px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EF89B7;
	margin-bottom: 15px;
	font-family: "Copperplate Gothic Light";
	font-size: 40px;
}

/* Sidebar */
.sidebar {
	float: right;
	width: 230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 5px;
}
.sidebar p {
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
}

/* Main Content */
.main {
	width: 550px;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	clear: both;
}
.title {
	font-size: 44px;
	line-height: 60px;
	width: 270px;
	float: left;
	font-family: "Copperplate Gothic Light";
	color: #17004E;
	letter-spacing: 4px;
	padding-top: 10px;
	padding-bottom: 15px;
}
.navigation {
	font-size: 16px;
	padding-left: 370px;
	padding-top: 20px;
	padding-bottom: 30px;
	font-family: "Copperplate Gothic Light";
	padding-right: 0px;
}
.image {
	width: 550px;
}
blockquote {
	color: #666666;
	font-style: italic;
}
a:link, a:visited {
	color:#17004E;
	text-decoration: none;
}
a:hover {
	color:#EF89B7;
	text-decoration: none;
}
.footer {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #EF89B7;
	margin-top: 20px;
	font-size: 9px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
}

div#testimonial_container {
	width: 460px;
	height: 210px;
	margin: 15px auto 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
    	    }
    	    
        	    div#testimonial_container big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
        	    }
    	    
        	    div#testimonial_container div#testimonial {
	width: 420px;
	float: right;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
    	        }
    	        
    	            div#testimonial_container div#testimonial div.attribution {
    	                font-size: 12px;
    	                color: #333333;
    	            }
    	            
        	            div#testimonial_container div#testimonial div.attribution a {
        	                color: #000000;
        	            }

