body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
    font-size: 12px;
    color: #57657A;
    padding: 0px;
    margin:0 auto;
	overflow-x:hidden;
	background:url(../images/home/homepage-bg.jpg) no-repeat center top;
}
a {
    color: #666666;
    text-decoration: none;
}
a:hover {
    color: #996600;
    text-decoration:underline;
}

/*  Home banner */

#homeBanner {
	width:980px;
	height: 382px;
	margin: 2px auto 0px;
}
#homeBanner .primary { width:666px; float:left; }
#homeBanner .secondary { width:314px; float:left; }
#homeBanner .secondary  img{margin:0 0px 2px 0px;}
#homeBanner .clear{ clear:both;}

/* Home Content */

#home-content {
	width: 1000px;
	background: url(../images/home/home-content-top.jpg)  no-repeat  top right;
	background-color: #FFFFFF;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	margin: 0 auto;
}


a.more {
	font-family: Vernada, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #777777;
}

a.more:hover {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}



#bodycontent { 
	width: 980px;
	height:350px;
    margin: 2px auto 0px;
	padding-top:8px;
	background: url(../images/home/bodycontent-bg.jpg) no-repeat center 0px;
	clear:both;
}

#bodycontent .leftColumn, #bodycontent .rightColumn, #bodycontent .centerColumn{
	float: left;
	margin:15px 10px 0px;
	_margin:15px 10px 0px 8px;
	
}

#bodycontent .leftColumn {
	background: url(../images/home/leftColumn.jpg) no-repeat;
	width:240px;
	padding:33px 20px 0px 13px;
	text-align:justify;
}
#bodycontent .leftColumn .whyAchievo {
	background: url(../images/home/rightColumn.jpg) no-repeat;
	height:25px;
	margin-top:18px;
}
#bodycontent .centerColumn{
	background: url(../images/home/centerColumn.jpg) no-repeat -2px 0;
	width:320px;
	padding:33px 10px 0 0px;
	margin-left:20px;
}
#bodycontent .centerColumn li { 
	padding:5px 0px 10px 0px;
	list-style:none;
	background: url(../images/home/centerColumnline.gif) no-repeat left bottom;
}
#bodycontent .rightColumn li.nobg { 
	list-style:none;
	background:none;
}


#bodycontent .rightColumn{
	background: url(../images/home/twitter.jpg) no-repeat 25px top;
	width:240px;
	padding:35px 0 0 28px;
}

#bodycontent .leftColumn p, #bodycontent .rightColumn p{
	padding:0px 0px 5px 0px;
}







