@charset "utf-8";
body {
	margin: 20px 0 20px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #493F34;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	background-color: #0c6594;
	background-image: url(gradient-background1.png);
	background-repeat: repeat-x;
}
a 
{
	color: #442200;
}
h1, h2, h3, h4, h5, h6
{
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;	
	/*font-style: italic;
	font-weight: normal; */
}
h1
{
	font-size: 24px;
	/* text-align: center; */
}
h2
{
	font-size: 18px;
}	
#container {
	width: 580px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #c2b8ac;
	;
	background-image: url(content-background2.png);
	background-repeat: repeat;
}
#header {
	padding: 0px;
	margin: 0px;
	height: 350px;
	width: 580px;
	background-image: url(header-logo.png);
	background-repeat: no-repeat;
	background-position: -100px 0px;
}
#navigation
{
	width: 580px;
	height: 24px;
	padding: 325px 0 1px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
#content
{
	padding: 1px 40px;
	margin: 20px 0 0 0;
	text-align:justify;
}
#content h1
{
	margin:0px;
	padding:0px;
}
#bottle
{
	width: 115px;
	height: 300px;
	float: right;
	margin-top: 92px;
	margin-right: -5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#indexBottle
{
	width: 115px;
	height: 300px;
	float: right;
	margin: 0px -5px 0px 0px;
	padding-top: 6px;
}
#indexFirstParagraph
{
	float:left;
	clear:both;
	line-height:21px;
	
}

#indexPageText
{
	width: 360px;
	margin: 0 auto 0 0;
	float: left;
}

#footer {
	text-align: right;
	margin: 0px;
	clear: both;
	padding-top: 0px 10px 0px 10px;
	font-size: 85%;
	background-image: url(footer-background.png);
	height:50px;
}
#footer p {
	height:20px;
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 20px 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
