/* CSS Document */

* {margin:0;padding:0;}

body {
  background-color:#ffffcc;
  font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
  color:#3366CC;
	text-decoration:none;
}

h1 {
  font-size:24px;
}

h2 {
  font-size:18px;
}

h3 {
  font-size: 14px;
}

.bold_text {
  font-weight:bold;
}

.i_text {
  font-style:italic;
}

.main {
  margin:5px auto;
  overflow:hidden;
	width:873px;
}

#wrapper {
  overflow:hidden;
}

#head {
  overflow:hidden;
}

.main #content {
  background:#fff url(../media/vineyard.jpg) no-repeat top right;
	border-bottom:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
	min-height:390px;
  overflow:hidden;
}

#inner {
  margin:10px;
  overflow:hidden;
}

#inner p,
#inner h2,
#inner h3,
#inner fieldset {
  margin:10px 300px 10px 20px;
}

#inner ul {
  margin:10px 300px 10px 35px;
}
p#top_head {
  background:#669933;
  border-left:1px solid black;
	border-right:1px solid black;
	border-top:1px solid black;
  display:block;
	padding-bottom:5px;
}

#top_head img {
  border:0;
}

ul.nav_list li {
  background-color:#ffff66;
	border:1px solid black;
	float:left;
	list-style:none;
	text-align:center;
	width:107px;
}
#nav_01 {
	width:108px;
}
ul.nav_list li a {
  display:block;
	height:40px;
	font-weight:bold;
	padding-top:5px;
}

ul.nav_list li a:hover,
ul.nav_list li a.on {
  background:#669933;
	border-left:1px solid black;
	border-right:1px solid black;
	border-top:1px solid black;
	color:#fff;
	height:39px;
}

ul.no_dots li {
  list-style:none;
}

.contact #content {
  background:#fff url(../media/map.jpg) no-repeat 75% 45px;
}
