
/****************************************************
 BODY
****************************************************/ 

body {
 background-color: #fff;
 font: 76%/140% Verdana,Arial,Helvetica,sans-serif;	
 color: #13081E;
}	

/****************************************************
 HEADER
****************************************************/ 

#header {
 display: none;
}

/****************************************************
 LOGO
****************************************************/ 

#flashLogo {
 display: none;
}

/****************************************************
 SIDEBAR
****************************************************/ 

#sidebar {
 display: none;
}

h1 {
 margin-bottom: 50px;
}

/****************************************************
 FOOTER
****************************************************/ 

#footer {
 clear: both;
 margin-top: 50px;
}

/****************************************************
 MISC
****************************************************/

.photo-left {
 display: block;
 margin: 0 10px 10px 0;
 border: 2px solid #ddd;
}

.photo-right {
 display: block;
 margin: 0 0 10px 10px;
 border: 2px solid #ddd;
}

.testimonial {
 margin: 20px 0 10px 0;
}

.testimonial-alt {
 margin: 20px 0 10px 0;
}