body {
	margin: 0;
	background-color: #cc9;
}
#main {
	background-image: url(images/flashback.gif); 
	background-repeat: repeat-x;
	margin-top: 50px;
	padding-top: 16px;
}
#flash {
	margin: auto;
	width: 640px;
	height: 430px;
}
#content {
	height: 405px;
}
#content img {
	width: 200px;
	height: auto;
}
#header {
	border: 3px solid #930;
	background-color: white;
	padding-left: 5px;
	position: relative;
	z-index: 3;
	width: 405px;
	height: 92px;
	background-image: url(images/header_signature.jpg);
	background-repeat: no-repeat;
}

#header p, #header h1 {
	display: none;
}

#navigation {width:790px;margin:0 auto; padding:0; list-style-type: none;}
#navigation li {
	margin:0; padding: 0; border: 1px solid black; border-width-top: 2px; float: left;
}
#navigation a {
	font-family: Arial; font-weight: bold; font-size: 11px; text-align: center;
	background-color: white; color: #943;
	text-decoration: none; display: block;  padding:1px 4px;
}
#navigation a:hover {
	color: white; background-color: #c93;
}