
/* CSS Document */

*
{
	margin:0;
	padding:0;
}

body
{
	background:#edefcd;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
	font-style: normal;
	line-height:1.5em;
	color: #95704b;
	font-weight: normal;
}

#holder
{
	width:100%;
	display:block;
	margin:0 auto;
}

#flash
{
}

#content
{
	margin:30px auto 0 auto;
	width:500px;
}

#content h1
{
	line-height:1em;
	margin:1em 0 .5em 0;
}

#content p
{
	text-align: left;
	line-height:1.7em;
	margin:1em 0;
}
#content p image {
display:block;
margin:0;
float:left;}
#content ul
{
	margin:0 0 1em 1.5em;
}

#content h2
{
	margin:1em 0 .5em 0;
	ine-height:1em;
}

a
{
	color: #95704b;
	text-decoration:none;
	
}
#content  a{
cursor: text;}

.menu
{width:500px;
text-align:center;
	margin:1em auto 0 auto;
	display:block;
}

.menu a
{
	margin:0 0 0 .3em;
	color:#d6cdab;
}


a.greendot
{
	display:block;
	text-decoration:underline;
	text-align:center;
}
a.greendot:hover {
text-decoration:none;}
