/***********************************************************************
 Stylesheet for wineandshway
 **********************************************************************/
 
html,body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #333333;
}

form {
	margin: 0 0 0 0;
}

img {
	border: none;
	display: block;
}

a {
	border: none;
}

a:visited {
	color: blue;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #A42B30;
	display: inline;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	font-style: italic;
	display: inline;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	font-style: italic;
	display: inline;
}

hr {
	border-top: none;
	border-bottom: 1px solid #A42B30;
}

#container {
	margin: 0 auto;
	width: 800px;
}

#content {
	position: relative;
	float: left; 
	width: 800px;
	margin: 20px auto 10px auto;
	padding-bottom: 3px;
	background-color: #A42B30;
	border: 2px solid #ffffff;
}

#header {
	margin-top: 40px;
	margin-bottom: 13px;
	position: relative;
	float: left;
	width: 100%;
	padding: 20px 0 20px 0;
	background-color: white;
}

div#innerContent {
	clear: both;
	float: left;
	width: 780px;
	margin: 0 10px 10px 10px;
	background-color: #ffffff;
}

div#innerInnerContent {
	width: 740px;
	padding: 20px 20px 20px 20px;
}

#footer {
clear: both;
float: left; 
	width: 800px;
	margin: 0 auto 20px auto;
	padding-bottom: 20px;
	color: white;
	text-align: center;
}

#footer a {
	font-weight: bold;
	color: white;
	display: inline;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


