body { color: #fff; font-size: 0.9em; font-family: arial, helvetica, sans-serif; background-repeat:repeat-y; background-color: #9bb2bb; background-image: url(../images/bg.jpg); width: 100%; margin: 0; padding: 0; height: 100%
	   }

a {
	color: #fff;
	text-decoration:none;
}
	
a:hover{
	text-decoration:none
}

a img {
	border: none
	}

h1 {
	color: white;
	font-size: 400%;
	font-weight: 300;
	margin: 0;
	padding: 50px 0 0
	}

h2.header {
	color: white;
	font-size: x-large;
	font-weight: lighter;
	line-height: 80%;
	white-space: nowrap;
	margin: 0;
	padding: 12px 0 0
	}

.bodyCopy {
	color: #fff;
	font-size: small;
	}

.price {
	color: #fff;
	display: inline;
	padding: 2px
	}

.subhead {
	color:#fff;
	font-size: small;
	font-weight: bold;

	}

#banner{
	margin:20px 0 0 0;
	text-align:center
}

#leftImage {
	margin-top: 90px
	}

#rightcolimgs {
	margin-top: 15px
	}

#rightcolimgs img {
	margin-bottom: 15px
	}

#menu{ position:absolute; top:15px; right:10px; border-style: solid; border-width: 1px; outline-style: none; }
#menu a{ padding:2px 4px; border-color: #d5dbdc; border-width: 1px; outline-color: #d5dbdc; outline-width: 1px; }

#menu a:hover{
	background-color:#fff;
	color:#9bb2bb;
}