.rope {
	background-image:  url(../images/hr1.gif);
	background-repeat: repeat-x;
}

.bottles {
	background-image:  url(../images/bottle_shapes.gif);
	background-repeat: repeat-x;
	vertical-align: bottom;
}

body {
	background-image:  url(../images/colortile.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: .8em;
	color: #900;
}

.header {
	height: 144px;
	width: 100%;	
}

.navbutton {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.mainwrapper {
	width: 940px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #cc5500;
	/* margin: 0px auto; 
	padding: 0 12px; */
}

.maincontent {
	float: left;
	background-color: #FFF;
	width: 650px;
	padding: 15px;
	text-align: justify;
	
}

/* #maincontent a:link {
	color: #990;
	text-decoration: none;
}

#maincontent a:hover {
	color: #9C0;
	text-decoration: none;
} */

.sidebar {
	float: right;
	width: 200px;
	background-color: #EO5916;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 30px;
	margin: 0px;
	border: none;
}
h1 {
	font-size: 0.9em;
	font-weight: bold;
}

h2 {font-size: 1.2em; margin: 10px 0px 0px;}

.footer {
	clear: both;
	font-size: 0.6em;
	padding: 8px;
	min-width: 728px;
}
	
.footer p {
	margin: 0;
	width: 800px;
}

a:link {
	color: #990;
	text-decoration: none;
}

a:hover {
	color: #9C0;
	text-decoration: none;
}

a:visited {
	color: #9C0;
	text-decoration: none;
}

.dateline {
	font-style: italic;
	float: none;
	font-weight: normal;
	clear: none;
}
.headline {
	font-size: 0.9em;
	font-weight: bold;
}
ul {
	list-style-type: none;
}