/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background:#9E1B1B;
	background-image:url(images/background.gif);
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

h3, h4, h5, a, ul, li, lo, td {
	font-family: Arial, sans-serif;
	text-align: left;
	font-size: 12px;
	color: #000000;
}

/* Redefines the p tag */
p {
	font-family: Arial, sans-serif;
	text-align: left;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	margin: 5px;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin: 5px;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin:5px;
}

ul {
	font-family: Arial, sans-serif;
	color: #000000;
	line-height: 15px;
	margin-top:6px;
}


/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {	
	text-decoration: none;
}



/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
}

/* Creates the div container for the footer. */

div#container {
	width: 749px;
	border-left:7px solid #D55959;
	border-right:7px solid #D55959;
	border-bottom:7px solid #D55959;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	background-color:#FFFFFF;
}

div#header {
	width:749px;
	height:214px;
	background-image:url(images/header.jpg);
	border-bottom:7px solid #D55959;
}

.wine {
	float:right;
	margin:8px 10px 10px 0px;
}

.action {
	margin:30px 30px 0px 0px;
	float:right;
}

div#copyright {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}

div#clear {
	clear:both;
}