/* Home page */
#home {
	width:900px;
	padding:20px;
	}
#home img {
	float:left;
	}
#home div {
	margin-left:400px;
	}
#home h1 {
	font:bold 30px Arial, Helvetica, sans-serif;
	margin:0;
	text-align:justify;
	color:#333333;
	}
#home h2 {
	font:bold 16px Arial, Helvetica, sans-serif;
	margin:0;
	text-align:justify;
	color:#666666;
	padding:20px 0 20px 0;
	}
#home p {
	font:normal 12px Arial, Helvetica, sans-serif;
	margin:0;
	text-align:justify;
	color:#333333;
	line-height:18px;
	}
#home p .cta {
	line-height:41px;
	height:41px;
	width:275px;
	text-align:center;
	background:url(../images/cta.gif) no-repeat;
	color:#766a53;
	display:block;
	margin-top:10px;
	font-weight:bold;
	}