*, html, body {
	margin: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #d4cfc6;
	}

html {
	height: 100%;
	margin-bottom: 0.1em;
}

#page {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	text-align: left;
	position: relative;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	margin-bottom: 25px;}

#content {
}

/* @group header */
#header {
	width: 100%;
	height: 143px;
	clear: both;
}
/* @end */

/* @group main */
#main {
	float: left;
	width: 548px;
	padding-left: 155px;
}
/* @end */

/* @group sub */
#sub {
	width: 145px;
	float: right;
	margin-right: 15px;
}
/* Fix IE 6 Double-Floated Margin Bug */
* html #sub{
	margin-right: 7px;
	position: relative;
}
/* @end */

/* @group nav */
#left {
	width: 138px;
	float: left;
	/* left margin= width of #main + width of #main's margin */ 
	margin-left: -703px;
}
	
#nav{
	width: 138px;
}


/* @end */

/* @group footer */
#footer {
	height: 50px;
	clear: both;
}
/* @end */