body {
	background-image: url(images/background.jpg);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

div#wrapper {
	width: 700px;
	background-color: white;
	border: 1px solid #ffdd00;
	margin-right: auto;
	margin-left: auto;
}

div#topborder {
	border-bottom: 1px solid #ffdd00;
	height: 19px;
}

div.topredborder {
	background-color: #ff0000;
	width: 100px;
	float: left;
	height: 19px;
}

div.topwhiteborder {
	width: 99px;
	border-left: 1px solid #ffdd00;
	float: left;
	height: 19px;
}

div#bottomborder {
	background-image: url(images/bottombar.gif);
	width: 700px;
	height: 73px;
}

div#header {
	width: 690px;
	height: 220px;
	border: solid white 1px;
}

#logo {
	float: left;
	margin-top: -165px;
}

#name {
	margin-left: 200px;
	margin-top: -165px;
	display: block;
}

div#blueborder {
	width: 694px;
	height: 14px;
	background-color: #77dddd;
	text-align: right;
	padding: 3px;
	display: block;
	margin-top: 160px;
	font-size: 85%;
}

div#blueborder a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

div#blueborder a:hover {
	text-decoration: underline;
}

div#content {
	width: 694px;
	padding: 3px;
}

div#leftcol {
	float: left;
	width: 175px;
	height: 600px;
	margin-right: 10px;	
}

div#leftcol li {
	margin-left: -15px;
	font-size: 90%;
	margin-bottom: 5px;
}

div#leftcol li a {
	color: black;
	text-decoration: none;
}

div#leftcol li a:hover {
	text-decoration: underline;
}

div#leftcol p {
	font-size: 90%;
	
}

div#main {

}

.prodname {
	font-size: 110%;
	font-weight: bold;
}

/* home page */

div#hp-main {
	height: 530px;
}

div#hp-prod {
	margin-bottom: 10px;
}

#bottle {
	float: left;
	margin-right: 10px;
}

div#rightcol {
	float: right;
}

div#middlecol {
	float: left;
}

.quotes {
	font-family: "Comic Sans MS";
	font-size: 140%;
	font-style: italic;
}

p#q1, p#q5 {
	text-align: center;
}

p#q2, p#q4 {
	text-align: right;
}

p#q3 {
	text-align: left;
}

#sailor {
	margin-right: 85px;
}

.rightphoto {
	margin-bottom: 30px;
}