/* 
Copyright (c) 2010 Mattress and Muffin Inn 
*/
body {
	margin: 10;
	font-family: Arial, Verdana;
	font-size: 62.5%;
	text-align: center;
	background-color: #666633;
	color: #FFFFFF;
	line-height: 20px;
	}
#container {
	text-align: left;
	margin: auto;
	width: 800px;
	border: 1px solid #000000;
	background-color: #999966;
	font-size: 1.4em;
	}
#content {
	padding: 10px;
	font-style: italic;
	}
#banner {
	text-align: center;
	}
#flashOverview {
	position: relative;
	float: right;
	width: 425px;
	border: 1px solid #FFFFFF;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#menu {
	padding: 10px;
	text-align: center;
	width: 100%;
	background-color: #996633;
	--background-color: #CC9966;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	}
#menu a {
	text-decoration: none;
	padding: 10px;
	}
#menu a:hover {
	text-decoration: underline;
	}
a:link {
	color: #FFFFFF;
	}
a:active {
	color: #FFFFFF;
	}
a:visited {
	color: #FFFFFF;
	}
a:hover {
	color: #FFFFFF;
	}
.footer {
	color: #FFFFFF;
	font-size: 1.2em;
	}
.emphasize {
	font-weight: bold;
	}
.photo {
	border: 1px solid #FFFFFF;
	}

