/* @override 
	http://www.gtm.net.au/css/closed-structure.css
*/
/* CSS Document */

* {	
	margin: 0;
	padding: 0;
}
html,body {
	font-family:Lucida Grande, Arial, Helvetica;
	font-size:11px;
	color:#FFF;
	line-height:15px;
	background:url(../images/bg-closed.jpg) no-repeat #000;
	/*margin: 0px auto;*/
	padding: 0 0px;
	max-width:1028px;
	height:100%; /* needed for container min-height */
}
#container {
	max-width:1028px;
	padding:0px 0px 0px 0px;
	position:relative; /* needed for footer positioning*/
	/*margin:0 auto;  center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#nav-structure {
	height:201px;
	margin-left:364px;
	width:664px;
	padding-top:4px;
}
#nav-region {
	float:left;
	width:450px;
	min-height:52px;
}
#socialmedia-region {
	width:200px;
	float:right;
}
#socialmedia-region a {
	float: right;
	padding-left: 5px;
}
#content-container {
	width:1028px;
}
#content-structure {
	float:left;
	margin-left:74px;
	width:302px;
}
#header-region {
	height:265px;
	border-bottom:solid 14px #ed5651;
	margin-bottom:6px;
}
#content-region {
	/*font-family: Arial, Helvetica, Sans-Serif;*/
	padding:0px 0em 8em 0px; /* bottom padding for footer */
	overflow:hidden;
}

#sidepanel-structure {
	float:right;
	width:652px;
	height:436px;
}
#pagelinks-region {
	float:left;
	width:127px;
	height:436px;
}
#pagelinks-region a {
	padding-left: 4px;
}
#sidepanel-region {
	float:right;
	width:525px;
	height:436px;
	background:#000;
	padding: 0px 0px 0px 0px;
}

#footer-structure {
	width:1028px;
	position:absolute;
	bottom:0; /* stick to bottom */
	height:84px;
	background:url(../images/bg-transparent.png);
}	
#footer-region {
	border-top:solid #fff 14px;
	width:954px;
	height:22px;
	margin-left:74px;
	background:url(../images/footer.png) no-repeat;
}
