



/*********** CSS BODY Layout ***********/


#container {
	width:900px;
	border: 5px double #e2e2e2;
	text-align: left;
	margin: auto;
}

/*************** Header **************/
#header {
	text-align: center;
	height: 190px;
}


#body-header-left {
	text-align: center;
	background-color:#6FF;
	height: 180px;
	float: left;
	width: 200px;
}
#body-header-right {
	text-align: center;
	background-color:#CC6;
	height: 180px;
	float: right;
	width: 200px;
}
#body-header-centre {
	text-align: center;
	background-color:#09C;
	height: 180px;
	width: auto;
	border: medium solid #000;
}
/*************** End of Header **************/

/*************** Main Body **************/

/*************** Navigation **************/

#body-menu-top {
	text-align: center;
	float: right;
	width: 95%;
	
}



#body-menu-left {
	text-align: left;
	background-color:#EBEBEB;
	height: auto;
	float: left;
	width: 180px;
	padding: 3px;	
}
#body-menu-right {
	text-align: center;
	background-color:#FF9;
	height: auto;
	float: right;
	width: 200px;
	border: thin dashed #000;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#body-body-breadcrumb {
	text-align: left;
	float: right;
	width: 95%;	
}

/*************** End of Navigation **************/

/*************** Contents **************/
#body-main {
	text-align: center;
	background-color:#FFF;
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	
}
#body2 {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;	
}

#content {
	background-color: #FFF;
	text-align: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#footer {
	text-align: center;
	background-color:#FFF;	
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
