body
{
	margin: 0px;
}
html
{
	background-image: url(images/beigepaper.gif);
	margin: 0px;
}
H1
{
	font-size: large;
	margin-bottom: 0px;
	color: #cc6666;
	
}
.Text
{
	margin-top: 30px;
	margin-left: 30px;
	width: 650px;
	margin-right: 30px;
	text-align: justify;
}

.ImageInTextRight
{
	clear: none;
	float: right;
	margin: 5px 0px 5px 5px;
	text-align: center;
}
.ImageInTextLeft
{
	clear: none;
	float: left;
	margin: 5px 5px 5px 0px;
	text-align: center;
}

.ImageInTextLeftLeftindent
{
	clear: none;
	padding-right: 5px;
	float: left;
	margin: 5px -15px 5px 15px;
	text-align: center;
}

/*>>>>>>>>>>>>>>>>>>>>Navigation1<<<<<<<<<<<<<<*/
#nav-menu ul
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 50px 0px 0px 10px;
	padding-top: 0px;
	list-style-type: none;
}
/* makes it go in line as a top nav
#nav-menu li
{
float: left;
margin: 0 0.15em;
padding: 0;
text-align: center
}
#nav-menu
{
width:30em
} 
*/
#nav-menu li a
{
	border-right: lightgrey 0.1em solid;
	border-top: lightgrey 0.1em solid;
	display: block;
	font-weight: bold;
	background: url(Images/css-nav.gif) #fff repeat-x left bottom;
	float: left;
	margin-bottom: 0px;
	border-left: lightgrey 0.1em solid;
	width: 10em;
	color: #a46666;
	line-height: 1.4em;
	border-bottom: lightgrey 0.1em solid;
	height: 1.4em;
	text-align: center;
	text-decoration: none;
}

#nav-menu li a:hover
{	
	border-left: dimgray 0.1em solid;	
	text-decoration: underline;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End IE5-Mac hack */



/*____________________End Navigation_____________________*/


