html {
	margin:0;padding:0;
	width:100%;
	height:100%;
}
body {
	min-width: 960px;
	height: 100%;
	background-color: #fffcf0;
	margin: 0;
	padding: 0;
	display: table;
}

h2 {
	width: 100%;
	color: #ff9900;
	border-bottom: 1px red solid;
	padding-bottom: 8px;
}

h3 {
	margin-top: 16px;
}

a {
	text-decoration: none;
}

#left {
	display: table-cell;
	width: 280px;
	height: 100%;
	padding: 64px 8px 8px 32px;
	color: #ff9900;
	font-family: cursive;
}

#menu {
	list-style: none;
	margin: 32px 0;
	padding: 0;
	width: 66%;
}

#menu li {
	background-color: #ff9900;
	padding: 4px;
	margin: 4px auto;
}

#menu a {
	color: #ffffff;
}

#main {
	display: table-cell;
	width: 600px;
	height: 100%;
	padding: 64px 48px 8px 48px;
	background-color: #ffffff;
	border-left: thin #ffcc00 solid;
	border-right: thin #ffcc00 solid;
	font-size: 80%;
}

#main p {
	padding: 4px;
}

#AboutUs ul {
	display: table;
	width: 90%;
}
#AboutUs ul li {
	display: table-row;
	line-height: 150%;
}
#AboutUs ul li label {
	display: table-cell;
	width: 10em;
	line-height: 300%;
}
#AboutUs ul li div {
	display: table-cell;
}
