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

body {
	background-color: #000000;
	font-family: arial;
}
.wrapper {
	width: 990px;
    margin: 0 auto;
    position: relative;
}
.midBg{
	background-image: url(../images/home-midbg.jpg);
	background-position: center 120px;
	background-repeat: no-repeat;
}
#homeLeft {
	float: left;
	width: 344px;
}
#homeRight {
	float: right;
	width: 400px;
    position: relative;
    left: 1px;
}

.logoBanner {
	float: left;
	width: 267px;
	padding-top: 54px;
}
.homeNav { padding-top: 75px; }
.homeNav img { padding-bottom: 23px; }

.blurb {
	float: left;
	width: 318px;
	padding-top: 451px;
	padding-left: 26px;
}
.homeText {
	color: #fff;
	padding-top: 50px; 
	padding-left: 26px;
	padding-right:30px;
/*	width: 300px; */
	font-size: 12px;
	line-height:18px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-image: url("../images/toni-bg.png");
	width: 450px;
	height: 362px;
}
.homeText h1{
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
	


}
#homeFooter {
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
	font-size: 10px;
    line-height: 18px;
}
#homeFooter a {
	color: #FFFFFF;
	text-decoration: none;
}


.clear { clear: both; }
.orangeFooter { color: #75370f; }

