@charset "iso-8859-1";
/* CSS Document */

body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#669cd5; /*skyblue*/
	background:url("../resources/madrona.jpg") no-repeat #669cd5 fixed;
	font-size: 90%;
	/*color:#FFF;*/
	color:#121e06;
	}
#container{
	width:800px;
	margin-top: 75px;
	margin-left: 100px;
	}
#gradient_contain{
	background:url("/resources/gradient.png") repeat-x;
/*	margin-top: 175px;
	position:relative;
	z-index: -1;*/
	margin-top: -75px;
	padding-top: 75px;
	height: 100%;
	}
#header{
	position:relative;
	z-index: 2;
	background:url("/resources/finevineflor4.png");
	background-repeat: no-repeat;
	width:700px;
	margin-left:  50px ;	
	height: 150px;
	}
#header h1{
	display:none; 
	}
#menu{
	position:relative;
	z-index: 5;}
#menubar {
	width:700px; height: 45px;
	margin:  auto;
	}
#menubar li{
	list-style:none;
	display:inline;
	font-size: 125%;
	padding:  .25em 2em;
	}
ul#menubar li a:link, ul#menubar li a:visited {
	color:#5d1016;
	font-weight: normal;
	text-decoration: none;
	}
ul#menubar li a:hover {
	color:#fff;
	}
ul#menubar li a:active {
	color:#fff;
	}
#content{
	padding: 1em 6em;
	overflow:auto;
}

#notice{
	position:absolute;
	height: 135px;
	width: 181px;
	top:70px;
	left:-85px;
	z-index: 5;
	background:url("/resources/leafnotice.png");
	}
#notice p{
/*	margin-left: 40px;*/
	margin-top: 60px;
	color:#FFF;
	text-align:center;
	}
#notice_rt{
	height: 135px;
	width: 181px;
	position:absolute;
	top:225px;
	left:795px;
	background:url("/resources/leafnotice_rt.png");
	}
#notice_rt p{
/*	margin-left: 40px;*/
	margin-top: 60px;
	color:#FFF;
	text-align:center;
	}
#footer{
	/*background:url(/resources/finevineflor3.png);
	width:70%;*/
	font-size:.8em;
	border-top:dotted;
	margin: 0 20% -30px 20%;
	text-align:center;
	}
#copyright img {
	border:none;
	margin-bottom:-.4em;
	}
#copyright {
	position:absolute;
	left:650px;
	margin-top: 25px;
	font-size:.8em;
	color:#CCC;
	}
.quote {
	color:#330;
	font-style: italic;
	font-family:"Times New Roman", Times, serif;
	padding: 1.5em;
	font-size: 1.1em;
	width: 33%;
	}

.leftcolumn {
	width:50%;
	float:left;
	font-size: .95em;}
.rightcolumn {
	width:50%;
	float:right;
	font-size: .95em;}
.attribution {
	font-size: .9em;
	text-align:right;
	}
ul li {
	margin-left: 2em;
	}
