
/*****************/
/* Layout Styles */
/*****************/

#container {
	width:900px;
	margin:0px auto;
	padding:0px 20px;
	background:url(../templateimages/content_background.png) top left repeat-y;
}

	#header {
		width:900px;
		margin:0px;
		padding:0px;
		background-color:#EBEBEB;
	}
	
		#menu {
			width:660px;
			margin:0px;
			padding:0px;
			float:left;
			text-align:left;
		}
	
		#logo {
			padding:15px 14px 0px 13px;
			margin:0px;
			float:right;
			background-color:#EBEBEB;
		}

	#flash {
		clear:both;
		width:900px;
		height:261px;
		margin:0px;
		padding:0px;
		background:url(../templateimages/flash_footer.jpg) bottom left no-repeat;
	}
	
	#content {
		clear:both;
	}
		#hometext {
			width:228px;
			padding:10px;
			margin:0px;
			float:left;
		}
		
		.homebox {
			background-color:#EBEBEB;
			border:1px solid #D9D4D2;
			padding:0px;
			margin:0px 7px;
		}
		
		#leftbuttons {
			width:255px;
			float:left;
			margin:0px;
			padding:0px;
		}
			
			#home-locations {
				width:240px;
				height:195px;
				margin-bottom:11px;
			}
					
			#home-presentations {
				width:240px;
			}

		#centrebuttons {
			width:162px;
			float:left;
			margin:0px;
			padding:0px;
		}
	
			#home-latestnews {
				width:148px;
				min-height:280px;
				float:left;
				margin-bottom:11px;
			}
			
			#home-latestmedia {
				width:148px;
				min-height:80px;
				float:left;
			}
			
		#home-shareprice {
			width:211px;
			height:95px;
			margin-bottom:11px;
			float:left;
		}
		
		#home-annualreport {
			width:211px;
			height:95px;
			margin-bottom:10px;
			float:left;
		}
		
		#home-ealert {
			width:211px;
			height:95px;
			float:left;
		}
		
		#brrbutton {
			width:211px;
			text-align:right;
			float:left;
		}
	
	#footer {
		clear:both;
		width:890px;
		height:38px;
		padding:6px 25px;
		margin:0px auto;
		background:url(../templateimages/content_footer.png) top left no-repeat;
		color:#FFF;
		font-size:11px;
		text-align:right;
	}
	
	#credits {
		clear:both;
		width:890px;
		padding:0px 25px;
		margin:-10px auto 0px auto;
		color:#CCCCCC;
		font-size:11px;
		text-align:right;
	}

/* INTERNAL */
	#submenu {
		width:182px;
		background:url(../templateimages/snav_background.jpg) top left repeat-x;
		padding:10px;
		margin:20px;
		float:left;
		min-height:400px;
		height:auto !important height:400px;
	}

	#intimage {
		clear:both;
		width:900px;
		height:111px;
		margin:0px;
		padding:0px;
		background:url(../templateimages/flash_footer.jpg) bottom left no-repeat;
	}
	
	#inttextsingle {
		width:620px;
		padding:0px;
		margin:20px 0px;
		float:left;
	}
	
	#inttext {
		width:320px;
		padding:0px;
		margin:20px 0px;
		float:left;
	}
	
	#intimagecontent {
		width:300px;
		padding:0px;
		margin:20px 0px;
		float:left;
	}
	
.clear {
	clear:both;
}
/*
#divname, .classname {
	display properties(margin, width, z-index, etc...)
	
	font styles (font-width, color, text-alignment, etc...)
	
	theme related (border, background, etc...)
}
*/



