@charset "utf-8";
/* CSS Document */

#background {float: left; background: white;  width: 960px;  }
h1 {font-family: Georgia, serif; text-transform: lowercase; color: black; font-size: 50px; padding-bottom: 10px; padding-top: 30px; font-weight: 200; letter-spacing: -3px; }
h2 {font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; color: #0066CC; font-size: 25px; margin-top: 10px;  }
	h2.byline {margin-top: -20px; }
p {line-height: 20pt; font-size:  20px; font-family: Georgia, serif;  }
span {font-weight: 800;}
a {color: #0066CC;}
.break {width: 100%; height: 10px; background: white; }
#one-contacts {float: left; }
#two-info {float: right; width: 400px;}

/*info box */
.info_box {
	margin: 0 auto;
	width: 300px; 
	margin-top: 30px; 
	background: white; 
	padding: 20px 0px; 
	border: #b4df5c 5px solid; 
}

.info_box p {
	font-family: Georgia, "Times New Roman", Times, serif;  
	font-size: 1.9em; 
	letter-spacing: -1px;
}
