

/* Style Sheet Aster Seating  */

/* Body Stuff */

Body	{
margin:0px;
background: #170a01;
padding:0px;height:100%;
width:100%;

}
.main {
	float: left;
	margin-top: 4px;
	margin-bottom:0px;
	display: block;
   	margin-right:30px;
	margin-left:5px;
}

.main p {
	font-size: 13.5px;
	font-family: times new roman;
	color: #170a01;
	font-weight: bold;
	
}


/* Headings */

h1	{
	font-family: tahoma;
	font-size:14px;
	color: #4E7D94;
	text-decoration: none;
    	text-align:center; 
	font-weight: bolder;
	padding: 0.2em 1em;
	margin-left:10px;
	
}

h2	{
	font-family:tahoma;
	font-size:16px;
	color: #81552A;
	text-decoration:none;
	text-align:left;
	padding-left: 20px;
	padding-top: 12px;
	font-weight:bold;
}


h3	{
	font-size: 14px;;
	font-family:tahoma;
	color: #81552A;
}

/* Bottom Menu */

.bottom_menu p {
	text-decoration: none;
	text-align:center;
	font-family: times new roman;
	font-size:8pt;
	color : #859646;
        padding-top: 10px;
	padding-bottom: 0px;
        margin-right:50px;
	margin-left:250px;
	}
.bottom_menu a {
	color: #859646;
	text-decoration: none;
  	 }
.bottom_menu a:hover {color: #859646;
	}

/* Links */

A:link 	{
	color: #859646;
	text-decoration: underline;
}
A:visited {
	color: #859646;
	text-decoration: underline;
}
A:active {
	color: #956124;
	text-decoration: none;
}
A:hover {
	color: #956124;
	text-decoration: none;
}




#bottom {
	clear: both;
	width: 100%;
	height: 78px;
	background: #F5EBD6 url(images/goats-milk-soap-bottom.gif) repeat-x bottom;
}
#bottom p {
	text-decoration: none;
	padding-top: 20px;
	text-align:center;
	font-family: tahoma;
	font-size:8pt;
	color : #523E2F;
	padding-bottom: 30px;
	}

