﻿@import url(layout.css);
body {
	margin: 0 0 0 0px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: small;
	color: white;
}
/* Styles for DIV tags */
#container {
	background-color: black;
	background-image: url("../images/wine1.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	border-right: 3px solid #999999;
	border-left: 3px solid #999999;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #999999;
}
#masthead {
	height: 110px;
	margin-left:190px;
	margin-top: 5px;
	background:#000000 url('../images/q3.jpg') no-repeat scroll left top;
}
#mast_pic {
	float:left;
	border:0;
	height: 113px;
	width: 61px;
	padding:0 20px 0 0;
}

#navigation {
	background-color: #C38E48;
	text-align: center;
	border-top: 2px solid #445566;
	border-bottom: 2px solid #665533;
}
#navigation {
	overflow: hidden;
}
#content_container {
	background-color:#000000;
	padding: 0px;
}
#column_left {
	float: left;
}
#footer {
	background-color: black;
	color: #000000;
}
/* Styles for Masthead */
#masthead h1 {
	color: #C38E48;
	font-style: normal;
	font-weight: normal;
	font-size: xx-large;
	margin: 0 0 0 0px;
	text-align: right;
	padding: 0px;
}
#masthead h3 {
	margin-top: 0.4em;
    margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #C38E48;
	text-align: center;
	font-size: x-large;
	padding-top: .3em;
	font-style: normal;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}
#masthead a {
	color: #ffffff;
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0 0 0 0px;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	padding: 5px;
	display: block;
	border: 1px solid #986;
}
#navigation a:hover {
	border: 1px solid #456;
	background-color: #456;
}
/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #C38E48;
	margin: 0 0 0 0px;
}
h2 {
	font-size: x-large;
	color: #C38E48;
	margin: 0 0 40px 10px;
}
h3 {
	font-size: large;
	color: #C38E48;
	margin: 0 0 0 10px;
}
h4 {
	font-size: medium;
	color: #C38E48;
	margin: 0 0 0 10px;
}
h5 { 
	font-size: x-small;
	margin: 0 0 0 0px;
}
h6 { 
	font-size: xx-small;
	margin: 0 0 0 0px;
}
a {
	color: white;
}
p {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	color: white;
}
table {
    margin-left: 10px;
    text-align:left;
}
td {
  color:white;
  text-align:left;
}

a:hover {
	color: #998866;
	text-decoration: none;
}
pre {
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	background-color: #FAFAFA;
	font-family: Courier;
	padding: 0px;
	font-size: medium;
	color: #000000;
}

/* Styles for Footer */
#footer p {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-size: x-small;
	text-align: left;
	color: #999999;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: x-small;
}
#footer a {
	color: #999999;
	font-weight: bold;
}
#footer a:hover {
	color: #998866;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
