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

#homeContainer{
	width:990px;
	height:768px;
	background:url(images/home/left-swirl.png) no-repeat #fff left bottom;
	margin:0 auto;
	text-align:center;
	position:relative;
	margin-top:20px;
}
#right-swirl{
position:absolute;
	
	right:0px;
	background:url(images/home/right-swirl.png) no-repeat #fff left bottom;
	width:298px;
	height:302px;
	z-index:0;
}
#logo{padding:20px;}

#content{
position:relative;
width:710px;
}

.large-box{width:234px; float:left;}
.small-box{width:234px; float:left; padding-top:10px;}

.large-box-header {display:block;height:84px; padding-left:7px; padding-right:8px;}
.large-box .holidays{background: url('images/home/holidays-top.png');}
.large-box .training{background: url('images/home/training-top.png');}
.large-box .farm{background: url('images/home/farm-top.png');}

.small-box-header {display:block;height:52px; padding-left:7px; padding-right:8px;}
.small-box .history{background: url('images/home/history-top.png');}
.small-box .location{background: url('images/home/location-top.png');}
.small-box .contactus{background: url('images/home/contactus-top.png');}

#footer{padding-top:20px;}