/* CSS Document */

body {
	text-align: center;
	background-color: #000;
	font-family: arial;
	font-size: 15px;
}

iframe {
	width: 250px;
	height: 150px;
}

#container {
	height: 650px;
	margin: auto;
	float: none;
	width: 800px;
	text-align: left;
}

#mainscreen {
	background-color: transparent;
	position: relative;
	top: -470px;
	left: 220px; 
	padding-left: 20px;
	text-decoration: none;
	text-align: left;
	width: 400px;
}

#mainscreen a{
	color: #d6d6d6;
	text-decoration: none;
}

#mainscreen a:hover {
	color: #000000;
}

#main {
	width: 800px;
	height: 650px;
	background-image: url('../images/fake_column.jpg');
	background-repeat: repeat-y;  
	background-color: #3b3b3b;
	border: 1px solid #7c7c7c;
}

#header {
	position: relative;
	top: -16px;
	left: 0px;
	width: 800px;
	/*  height: 200px;  */
	height: 167px;
	text-align: left;
	/*  background-image: url('../images/header5.png');   */
	background-image: url('../images/logo2.jpg');
	border-bottom: thin solid #000;
}

#information {
	position: relative;
	width: 750px;
	top: 138px;
	left: 10px;
	color: white;
	font-size: 16px;
	text-align: right;
}

#wineryheader {
	position: relative;
	top: -690px;
	left: 575px;
}

#rightcard {
	position: relative;
	top:-680px;
	left: 520px;
	width: 250px;
	height: 125px;
	border: 1px solid #222
	overflow-x:hidden;
	overflow-y:hidden;
}

#paypal {
	position: relative;
	top: -580px;
	left: 35px;
}

#leftcol {
	position: relative;
	top: -16px;
	left: 0px;  
	width: 200px;
	height: 449px;		
	/*  background-color: #000;  */
	background-color: #a06211;
	/*  background-image: url('../images/gradient.png'); */
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	color: #fce8cf;
	text-align: left;
}

#leftcol a{
	color: #000;
	text-decoration: underline;
}

#leftcol a:hover {
	color: #555;
}

#myFrame {
	border: 0px solid #3c88ce;
}

#footer {
	font-size: 10px;
	text-align: right;
}	

#footer a {
	color: #a06211;
	text-decoration: none;
}

#footer a:hover {
	color: #cccccc;
}