/* CSS Document */

body
	{
	background-color: #a79;
	font-family: "lucida sans", "lucida sans unicode", lucida, futura, verdana, sans-serif;
	}
#content
	{
	border-top: 2px solid #746;
	color: #eea;
	width: 508px;
	margin: 60px 0 0 362px;
	height: 240px;
	}
img
	{
	border: 2px solid #746;
	position: absolute;
	top: 60px;
	left: 48px;
	}
img#mm {
	border: none;
	top: 25px;
	left: 392px;
	}

h1 {
	font-weight: normal;
	font-size: 30px;
	line-height: 32px;
	margin: 32px 0 20px 32px;
	padding: 0;
	letter-spacing: 2px;
	word-spacing: 4px;
	}
h2 {
	font-style: italic;
	font-size: 21px;
	line-height: 28px;
	margin: 8px 0 8px 32px;
	}
p, ul	{
	margin: 12px 0 12px 32px;
	font-size: 18px;
	line-height: 24px;
	}
ul {
	padding-left: 24px;
	}
li {
	margin: 0 0 4px;
	}
strong {
	font-weight: bold;
/*	letter-spacing: 1px;
	word-spacing: 2px; */
	}
a:link {
	color: #cce;	
	}
a:visited {
	color: #ece;
	}
a:hover {
	color: #fff;
	text-decoration: none;
	}

ul#menu {
	position: absolute;
	top: 306px;
	width: 371px; 
	margin: 8px 0 0;
	padding: 0 0 2px;
	text-align: right;
	}
ul#menu[id] {
	width: 368px;
	}
#menu li {
	display: inline;
	margin: 0 4px 0 0;
	}
#menu a:link, #menu a:visited {
	text-decoration: none;
	border: 2px solid #eea;
	padding: 1px 8px;
	text-transform: uppercase;
	font-size: 15px;
	color: #eea;
	background-color: #857;
	}
#menu a:hover {
	background-color: #c9b;
	color: #746;
	}
