body {
	background:#fefef8;
	color: #000;
	font-family: georgia, "times new roman", times, serif;
	padding: 0;
	margin:0;
	font-size:76%;
}

.content {
	padding: 5px;
	font-family: georgia, "times new roman", times, serif;
	font-size:76%;
}
.width {
	width: 90%;
	min-width: 700px;
	margin:0 auto;
	height:100%;
	border:1px solid #000;
}
* html .minwidth {
	padding-left: 700px;
}
/*\*/
* html .minwidth, * html .layout {
	height: 1px;
}
/**/
p {padding:1em; margin:0;}
.content h2 {font-size:1.4em; text-align:center; font-weight:normal;}

#header {height:100px; background:#f0f0f0; text-align:center;}
#menu {height:18px; background:#fd8; text-align:center;}
#submenu {height:18px; background:#f0f0f0; text-align:center;}
#header img {margin:12px auto;}
#footer {height:25px; background:#fd8; text-align:center;}