﻿#wrapper
{
	width:100%;
    height:100%;
    min-width:992px;
    min-height:100%;
    margin:auto;
}

#wrapper-header, #wrapperContent, #wrapperFooter
{
	width:100%;
}

#header, #content, #footer
{
    clear:both;
    width:992px;
    margin:auto;
}

#navTop, #contentTop, #footerTop
{
    clear:both;
    width:100%;
}

#headerLeft, #contentLeft, #footerLeft
{
	float:left;

}

#headerCenter, #contentCenter, #footerCenter
{
	float:left;

}

#headerRight, #contentRight, #footerRight
{
	float:right;

}

#headerBottom, #contentBottom, #footerBottom
{
    clear:both;
    width:100%;
}

/*customise per section*/
/*header*/
#headerLeft
{
	width:215px;
	height:105px;
}

#headerCenter
{
	width:562px;
	height:105px;
}

#headerRight
{
	width:215px;
	height:105px;
}

#headerBottom
{
    overflow:hidden;
}

/*content*/
#content
{
	padding:0px 5px 0px 5px;
}

#contentTop,#contentBottom
{
    padding:5px 0px 5px 0px;
}

#contentLeft
{
	width:180px;
}

#contentCenter
{
	/*width:622px;*/
	width:612px;

	padding:0px 5px 0px 5px;
	margin:0px 5px 0px 5px;
}

#contentRight
{
	width:180px;
}

/*footer*/
#footer 
{
	height:auto;
}

#footerLeft
{
	width:692px;
}

#footerCenter
{
	width:150px;
}

#footerRight
{
	width:150px;
}

#footerBottom
{
    overflow:hidden;
}

/*LAYOUTS*/
/*3 column divs*/
#contentCenter .three-col
{
	float:left;
	clear: none;
	width:29%;
	margin:5px 2% 5px 2%;
	text-align:center;
	border:1px solid #cfd7dd;-moz-border-radius: 5px;border-radius: 5px;
}

* html #contentCenter .three-col
{
	width:28%;
}
