@charset "UTF-8";


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-image: url(../images/Background.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #DDB872;
	margin: 0px;
	line-height: 16px;
}
.winelist {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6c7284;
	line-height: 20px;
	font-family: "Times New Roman", Times, serif;
}

.content {
	overflow: auto;
	height: 450px;
	padding: 15px;
	top: 185px;
}

.box {
	background-color: #FEFFA0;
	border: 2px solid #F99969;
	width: 330px;
	left: 10px;
	padding: 10px;
}
.box li {
	width: 300px;
	margin-left: -10px;
}
.box p {
	width: 300px;
}


.blue {
	color: #133A8A;
	font-size: 14px;
	font-weight: bold;
}

.picture {
	float: right;
	clear: right;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E1;
	margin-left: 20px;
}
.footer {
	color: #000;
	text-align: center;
	font-size: 10px;
	padding-top: 85px;
	top: 45px;
	position: relative;
}
a {
	color: #133A8A;
}
p {
	margin-top: 0px;
}
.nav {
	color: #6c7284;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6c7284;
}
.nav a {
	text-decoration: none;
	color: #6C7284;
}
.peach {
	color: #C05F46;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.footer a {
	font-size: 9px;
	color: #000;
}
.box a:visited img {
	color: #FDFFA2;
}
.box a:active img {
	color: #FDFFA2;
}
iframe {
	z-index: 0;
}
