/* Milleur Napa Valley B & B / CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
	color: #FEE2BB;
}

a:link, a:visited {
	color: #FEE2BC;
}
h3 {
	font-size: 12px;
}

a:hover, a:active {
	color: #AAAA6A;
}
p {
	font-size: 11px;
}
.red {
	color: #EE0000;
}

.ital {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.backHome {
	background-image: url(../images/BnB2back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#main {
	background-color: #000000;
}
#main p {
	font-size: 11px;
	color: #FFE2BA;
	padding-left: 10px;
	margin-bottom: 0px;
	line-height: 18px;
	text-align: justify;
}
#main h1 {
	font-size: 16px;
	padding-left: 10px;
}
#main .left {
	float: left;
	width: 400px;
	margin-left: 10px;
}
#main .right {
	float: right;
	width: 400px;
	margin-right: 18px;
}

#container {
	width: 928px;
	padding-top: 20px;
}
#lodging * {
	color: #000000;
}

/* START top navigation ///////////////////////// */
#nav {
	background-color: #000000;
	background-image: url(../images/BnB2_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 955px;
	height: 39px;
}
#nav ul {
	text-align: right;
	list-style-type: none;
	padding-top: 4px;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;

}
#nav li {
	display: inline;
	padding-left: 28px;
	color: #AAAA6A;
	font-size: 14px;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
}
#nav a:hover, #nav a:active {
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
}
/* END top navigation /////////////////////////////// */ 

/* Gallery pages start //////////////////////////////////// */

.gallery {
	color: #AAAA6A;
	font-size: 12px;
	font-weight: bold;
}
.gallery p {
	font-size: 11px;
	color: #AAAA6A;
	font-weight: normal;
}

.gallery li {
	font-size: 11px;
	font-weight: normal;
	color: #AAAA6A;
}

.gallery #nav {
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	background-image: none;

}
.gallery #nav ul {
	text-align: center;
	list-style-type: none;
	padding-top: 5px;
	width: 100%;
	font-size: 13px;
	margin: 0px;
	padding-left: 30px;
}
.gallery #nav li {
	display: inline;
	padding-right: 10px;
	color: #AAAA6A;
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
}
.photos  {
	color: #AAAA6A;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}
.photos a:link, .photos a:visited {
	color: #AAAA6A;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}
.photos a:hover, .photos  a:active {
	color: #FEE2BC;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}

/* Gallery pages end ///////////////////////////////////// */


/*copyright /////////////////////////// */
.copyright {
	font-size: 9px;
	color: #999999;
	text-align: center;
}
.copyright a:link, .copyright a:visited {
	font-size: 9px;
	color: #666666;
	text-decoration: underline;
}
.copyright a:hover, .copyright a:active {
	font-size: 9px;
	color: #999999;
	text-decoration: underline;
}
