/* @override http://www.gtm.net.au/css/tee-structure.css */

/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background:url(../images/bg-tee.gif) fixed;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size:10px;
	line-height:13px;
	color:#fff;
	margin-left:auto;
	margin-right:auto;
}

/* @group Wrapper */
#wrapper {
	width:616px;
	margin:auto;	
	background-color:#221f1f;/*black*/
}
/* @end */

/* @group Header Structure */
#header-structure {
	width:616px;
	height:481px;
	background: url(../images/bg-nocows.gif) no-repeat;
	background-position:top center;
}
/* @end */

/* @group Content Structure */
#content-structure {
	padding:0px 50px 0px 50px;
	width:516px;
}
#navigation-structure {
	width: 433px;
	height: 35px;
	background: URL(../images/bg-tee-nav.gif) no-repeat;	padding: 0px 47px 0px 47px;
	font-size:13px;
	margin-bottom: 30px;
	text-align: center;
}
/* @end */

/* @group Content Region */
#content-region {
	float:left;
	width:297px;
	min-height: 270px;
}

img.floating-image-right {
	float:right;
}

#sidepanel-region {
	float:right;
	width:200px;
	font-size: 10px;
}
#sidepanel-region p {
	margin: -6px 0px 20px 0px;
}
#sidepanel-region img {
	margin: 0px 0px 10px 0px;
}
/* @end */


/* @group Footer Region */
#footer-structure {
	height:40px;
 }
#footer-region {
	font-size: 10px;
	color: #fff;
	padding: 0px 50px 0px 50px;
}

/* @end */

/* @group clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* @end */	

