@charset "UTF-8";
body  {
	margin: 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: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

a {
  outline: none;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000000;
	text-align: left;
	line-height: 1.5em;
}
.logo { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	line-height: 0px;
	left: 0px;
	top: 0px;
}
.homebottles {
	top: 0%;
	height: 3px;
	position: absolute;
	z-index: 10;
	right: 0px;
	left: 650px;
}
#topNav {
	position:absolute;
	top:300px;
	width:300px;
	height:10px;
	z-index:50;
	text-align: left;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	left: -125px;
}
.nav {
	color: #542C2B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
}
a.nav:link {
	color: #542C2B;
	text-decoration: none;
}
a.nav:visited {
	text-decoration: none;
}
a.nav:hover {
	text-decoration: underline;
}
a.nav:active {
	text-decoration: underline;
	color: #3A1E1D;
}
#homeContent {
	position:absolute;
	left:100px;
	top:225px;
	min-width:525px;
	max-width: 800px;
	z-index:51;
	right: 340px;
	padding-bottom: 15px;
	bottom: 25px;
	height: 75%;
}
.bottom {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #542C2B;
	color: #FFFFFF;
	display: inline;
}
.rule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #542C2B;
}
.header {
	color: #542C2B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
}
a:link {
	color: #542C2B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #542C2B;
}
a:hover {
	text-decoration: underline;
	color: #542C2B;
}
a:active {
	text-decoration: underline;
	color: #3A1E1D;
}
.style3 {font-size: 2em}
.style4 {
	font-size: .75;
	color: #333333;
}

