/*
Theme Name: Forty-Two
Theme URI: http://www.thefourtwo.com/
Description: A 3-column layout with a full banner on top and fluid middle column.
Version: 1.0
Author: Joshua Cyr
*/

@charset "utf-8";
/* CSS Document */
	body {
	margin:0px;
	background-color: #333;
	background-image: url(images/02_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 250px;
	padding-right: 275px;
	padding-bottom: 0px;
	padding-left: 238px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #CCC;
	line-height: 20px;
		}
	
</style>
p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #CCC;
	text-align: justify;
}
#reference {
	text-align: left;
	margin-left: 150px;
}
p a {
	color: #CF0;
	text-decoration: none;
}
p a:hover {
	color: #9C0;
	text-decoration: underline;
}
#big {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
#apology {
	margin-left: 100px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	width: 300px;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: normal;
}

