/* @override http://www.michaele.com.au/css/main-structure.css */
/* CSS Document */

body { 
  margin:0;
  padding:0 0 0 <length>;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:14px;
}
* html body {
  overflow:hidden;
 } 
* html #content {
  height:100%;
  overflow:auto;
} 
#wrapper {
	padding-top:26px;
}

/*  HEADER  */
#header-structure {
  position:fixed;
  top:0px;
  left:0;
  width: 100%;
  height:6px;
  padding:8px 0px 0px 10px;
  border-top: 8px solid #000;
}
#logo-region {
	padding-top: 6px;
	width:131px;
	height:131px;
}

/*  NAVIGATION  */
#nav-structure {
	width:210px;
	min-height:400px;
	position:fixed;
	margin-left:11px;
	background: #fff;
	margin-top: 170px;
}
#nav-region p {
	font-weight: bold;
	margin: 0px;
	padding-left: 4px;
}

/* CONTENT */
#content-structure {
	margin-left:260px;
	padding:0px 0px 0px 0px;
	width: 729px;
}
#content-line {
	margin-left:260px;
	width: 729px;
	border-top:dotted 1px #ff6a80;
	position:fixed;
}
/*#header-region {
	float:left;
	width:200px;
	padding-top:68px;
	font-weight: bold;
	font-size: 18px;
	color: #ff6a80;
}*/
#content-region {
}
#footer-region {
	padding: 5px 0px 0px 4px;
	color: #000;
	font-size: 11px;
}
#footer-region b a {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	background: URL(../images/arrow.gif) no-repeat;
	padding-left: 14px;
}
#footer-region b a:hover {
	font-size: 12px;
	color: #ff6a80;
	text-decoration: none;
	background: URL(../images/arrow-over.gif) no-repeat;
	padding-left: 14px;
}
#footer-region a {
	color: #cd5567;
	text-decoration: none;
}
#footer-region a:hover {
	color: #cd5567;
	text-decoration: underline;
}



.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%;
}

