BODY{
	color: Navy;
	background : #E0FFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div.main{
	top: 10%;
	left: 35%;
	position: absolute;
	font-size: .65em;
	font-weight: bold;
}

div.address{
	font-size: 1.1em;
	line-height: 28px;
	top: 150px;
	left: -55px;
	position: absolute;
}

h1{
	font-stretch: extra-expanded;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
}

h2{
	font-stretch: expanded;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
}

A:LINK {
	color : #FFA07A;
	text-decoration : none;
	font-weight:: bold;
}

A:VISITED{
	color: #B2B2B2;
	text-decoration: none;
}

A:HOVER {
	color : Red;
	text-decoration : underline;
}

A:ACTIVE{
	color: #DAA520;
	text-decoration: underline;
}

div.description{
	top: 390px;
	left: 25%;
	right: 25%;
	position: absolute;
	font-weight: normal;
	width: 60%;
	font-size: .77em;
	text-align: center;
	line-height : 18px;
}

div.menu{
	top: 22%;
	left: 20px;
	width: 162px;
	position: absolute;
	font-size: .71em;
	font-weight: bold;
}

#picture{
	background-color: #228B22;
	width: 258px;
	height: 200px;
	color: white;
}

#toptitle{
	top: 20px;
	position: absolute;
	float: left;
	width: 50%;
	left: 195px;
}

#toprightpicture{
	float: right;
	top: 10px;
	position: absolute;
	left: 80%;
}