@charset "utf-8";
/* core css document for green view inn */

body {
	background: url(images/bodyback.jpg);
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#wrapper {
	width: 760px;
	height: auto;
	margin: 0 auto;
}
#brand {
	width: 760px;
	height: 140px;
	background: url(images/brandback.gif);
}
#mainNav {
	width: 756px;
	height: auto;
	text-align: center;
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	background-color: #FFFFAD;
}
#contents {
	width: 756px;
	height: auto;
	float: left;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	background-color: #FFFFAD;
}
#pics {
	width: 240px;
	height: 340px;
	float: left;
	background-color: #FFFFAD;
}
#right {
	width: 480px;
	height: 320px;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	overflow: auto;
	padding-left: 10px;
	text-align: justify;
	padding-bottom: 10px;
	background-color: #FFFFAD;
}
#right img {
	padding: 8px;
	clear: none;
	float: left;
}
#right a:link, a:visited {
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
}
#right a:hover, a:active {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}
#footer {
	width: 760px;
	height: 40px;
	text-align: center;
	padding-top: 20px;
	font-weight: bold;
	color: #FFFFAD;
	clear: both;
	background-image: url(images/footerback.gif)
}
#footer a:link {
	color: #000000;
	text-decoration: none;
}
#footer a:visited {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
#footer a:active {
	color: #FFFFAD;
	text-decoration: underline;
}
#rates {
	background-color: #FFFF99;
	border: 1px groove #000000;
}