body {
	margin:0;
	font-family:sans-serif;
	color:#444;
    background-color:#fff;
	position:absolute;
	min-height:100%;
	width:100%;
}

* html body {
	height:100%;
}

html {
	height:100%;
    width:100%;
	position:absolute;
	min-height:100%;
}

#header {
	height:120px;
	background: url('header.png') repeat-x;
	position:relative;
	z-index:100;
}


h1 {
	position:absolute;
	color:#fff;
	width:600px;
	background:#555 url('title.png') no-repeat center center;
	margin-left:185px;
	height:60px;
	padding-top:20px;
	font-size:0;
	color:#555;
	text-align:center;
}


h2 {
	color:#9b6;
	text-align:center;
}



#header-inner {
	width:800px;
	margin:0 auto;
}

#main-menu {
	position:absolute;
	margin:0;
	padding:0;
	list-style-type:none;
}

#main-menu li {
	float:left;
	text-align:center;
	margin-top:76px;
	font-size:18px;
    display:block;
}

#main-menu li a:hover {
	background: url('button-hover.png') no-repeat;
}

#main-menu li a {
	width:125px;
	height:25px;
	padding-top:5px;
	display:inline-block;
	color:#fff;
	background: url('button.png') no-repeat;
}

#main-menu li > a {
	display:block;
}

li#home a {
	position:relative;
	width:175px;
	height:55px;
	padding-top:25px;
	margin-top:-50px;
	font-size:25px;
	background:#555 url('home.png') no-repeat;
}

li#home a:hover {
	background:#555 url('home-hover.png') no-repeat;	
}

#wrapper {
	width:800px;
	margin:0 auto;
	margin-top:-20px;
	position:relative;
}

* html #wrapper {
	position:relative;
	z-index:-1;
	height:100%;
}

#content {
	width:600px;
	margin:0 0 0 100px;
	padding:20px 100px 80px 0;
}
#barleft {
	background:#fff url('side.png') repeat-y;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-400px;
	width:100px;
	height:100%;
	min-height:100%;
}
#barright{
	background:#fff url('side.png') repeat-y;
	position:absolute;
	top:0;
	right:50%;
	margin-right:-400px;
	width:100px;
	height:100%;
	min-height:100%;
}

a {
	color:#57b;
	font-weight:900;
	text-decoration:none;
}

a:hover,
a:visited:hover {
	color:#9b6;
}

a:visited {
	color:#333;
}

#footer {
	clear:both;
	height:70px;
	padding-top:10px;
	background:#fff url('footer.png') repeat-x;
	text-align:center;
	font-size:0.75em;
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
}

dt {
 display:list-item;
 list-style-type:disc;
}
/*
* html #header {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.the-webdesigner.com.au/style/header.png',sizingMethod='scale');
	background-image:none;
	position:static;
}*/
