body {
	color: #fff;
	font-size: 0.9em;
	font-family: sans-serif;
	background-image: url(../images/bg.gif);
	background-repeat:repeat-y;
	background-color: #FFFFFF;
	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 {
	font-size: x-large;
	font-weight: lighter;
	text-shadow:0px 0px 2px #0000ff;
	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;
}
#menu a{
border:1px #D5DBDC solid;
padding:2px 4px 2px 4px;
}

#menu a:hover{
	background-color:#fff;
	color:#9bb2bb;
}