@charset "utf-8";
/* CSS Document */

body {
	background-color: black;	
}

img {
	border: none;
}

#header {
	width: 1000px;
	border: none;
	margin-left: auto;
	margin-right: auto;
}

#content {
	background:url(../images/bg_vineyard.png);
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 600px;
}


.main_content{
	float: right;
	width: 780px;
	height: 500px;
}

#picture_frame {
	float: left; 
	width: 625px;
	height: 400px;
}

p {
	padding-left: 10px; 
	padding-right: 50px;
	font-family: Georgia, 'Times New Roman', Times, serif; 
	font-style: normal; 
	font-weight: bold; 
	font-size: 16px; 
	line-height: 1.4;
}

.art {
	margin-left: 8px; 
}

p.caption {
	font-family: "Bell MT", "Times New Roman";
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	color: #482400;
	margin: 0 0 0 0;
	padding-bottom: 0px;
	text-align: center;
	width: 100%;
}

p.description {
	font-size: 10px;
	text-align: center;
	width: 100%;
}

p.header {
	font-family: "Bell MT", "Times New Roman";
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	color: #482400;
	margin: 0 0 0 0;
}

#navbar {
	float: left;
	width: 165px; 
	height: 500px;
	margin-right: 10px;
	text-align: right;
	padding-right: 10px;
	border-right:2px solid black;
}

#main_content {
	width: 675px;
	height: 500px;
	float: left;
	padding-top: 0px;
	margin: 0 0 0 0;
}


/* button styles */
		a.button, a.buttonDis {
		display: block;
		background-color: transparent;
		background-image: url(../images/ui/buttons.png);
		background-repeat: no-repeat;
		width: 132px;
		height: 22px;
		margin: 5px auto;
		padding: 5px 0 0 0;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		font-family: Helvetica, Calibri, Arial, sans-serif;
		color: white;
}

	a.button:hover {
		background-position: 0 -32px;
	}
	a.button:active {
		background-position: 0 -66px;
	}
	
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: black;
	float: left;
	width: 700px;
}

#foot {
	font-family: Arial, Helvetica, sans-serif;
	width: 900px;
	font-size: 10px;
	font-style: italic;
	color: black;
	text-align: center;
	clear: both;	
	margin-right: 0;
	margin-left: auto;
}


#lbcontent {
	background-image: url(../images/ui/beige102.gif);
	padding-top: 0px;
	width: 900px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

