* {
	margin: 0;
	padding:0
}
/* mac hide \*/
html, body {
	height: 100%;
	width: 100%;
}
/* end hide */
body {
	font: 70%/150% Arial, Arial, Helvetica, sans-serif;
	background: #a38f86;
	text-align: center;
	min-height: 600px; 
	min-width: 860px; 
}
#outer {
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
}
#container {
	text-align: center;
	position: relative;
	vertical-align: middle;
	display: table-cell;
	height: 100%;
}
#inner {
	width: 860px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
}


#masthead {
	height: 50px;
	background: #fff;
}
#sitename {
	height: 430px;
	width: 110px;
	float: left;
	border: 10px solid #fff;
	background: url(../site-images/logo.gif) top left no-repeat;
	margin-bottom: 20px;
}
#primenav {
	width: 600px;
	float: right;
}
#innerwrapper {
	margin-top: 20px;
}
#content {
	width: 720px;
	height: 430px;
	float: left;
	text-align: left;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
	border-left: 10px solid #fff;
	margin-bottom: 20px;
	position: relative;
}
#footer {
	clear: left;
	height: 50px;
	background: #fff;
}