@charset "utf-8";
/* CSS Document */
body{
	background:url(../images/left-grey-stripe-home.gif) repeat-y;
}

h1 {
	padding-bottom: 13px;
	height: auto;
}

/*left Column elements start*/
.main-ctn-left-column{
	float:left;
	width:380px;
	overflow:hidden;
	background:#EAEAEA;
	padding-left:20px;
}

/*left Column elements end*/
/*Middle Column elements start*/
.main-ctn-middle-column{
	float:left;
	/*width:260px;*/
	width:480px;
	overflow:hidden;
	height:100%;
	padding-left:20px;
}

/*Middle Column elements end*/
/*Right Column elements start*/
/*.main-ctn-right-column{
	width:260px;
	float:left;
	overflow:hidden;
	height:100%;
	padding-left:20px;
}*/

/*Right Column elements end*/
/*Appending values to existing classes*/
.main-ctn{
	padding-top:68px;
	padding-bottom:26px;
}

div.news-latest-container	{ /*position: absolute; width: 540px;*/ }
