/***************STRUCTURE***************************/
/*Reset*/
* {
margin:0;
padding:0;
}

body {
	min-width:640px;
}

/* Absolute positioned header for all browsers*/
#header-wrapper {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:166px;
}
/* Reset header position to fixed for real browsers such as Firefox*/
body>#header-wrapper {
	position:fixed;
	overflow:visible;
}

#header {
	height:166px;
	width:954px;
	margin:0 auto;
	overflow:visible;
}

#content-wrapper {
    padding:166px 0 0 0;
	margin-left:0;
	voice-family: "\"}\""; 
	voice-family:inherit;
	padding-bottom:60px;
}

body>#content-wrapper {
	margin-left:0;
}

/* --
#footer-wrapper {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:60px;
}

body>#footer-wrapper {
	position:fixed;
}

#footer {
	width:720px;
	height:60px;
	margin:0 auto;
}  --*/
