/* single quotes cause ie5/mac to ignore the stylesheets */
/* @import isn't understood by ns4.x */
/* media type declarations (screen and print stylesheets) aren't understood by lte ie7 */
@import 'normalize.css';
@import 'typography.css';
@import 'color.css';

html {
	width: 100%;
	height: 100%;
}

body {
	position: relative;
	width: 100%;
	background-position: left top;
	background-repeat: repeat;
}

button {
	padding: 0;
	border: 0px none transparent;
}

button:hover {
	cursor: pointer;
}

.header,
.section,
.footer {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 15px 40px 20px;
	overflow: hidden;
}

/* header */

	.headerW {
		background-position: left top;
		background-repeat: repeat;
		margin-top: 3em;
		width: 100%;
	}

	.header {
		height: 200px;
		padding: 0 40px;
		background-position: left top;
		background-repeat: no-repeat;
	}
	
/* thai bodywork (/index.php) */

	.intro {
		margin-bottom: 7em;
		margin-top: 2em;
	}
	
/* footer */

	.footer {
		margin-top: -1px;
		border-top-width: 1px;
		border-style: solid;
	}

	.contact {
		width: 460px;
		float: left;
		margin-top: 0;
	}
	
	.copyright {
		width: 460px;
		float: right;
		margin-top: 0;
	}
