/* Divine Wine Stylesheet */ 

body {
	margin:20px;
	background:#808080;
	color: #333333;
	text-align:center;
	padding:0;
	background-image: url(wine_grapes.jpg);
 }

#container {
 text-align:left;
 border:1px solid #000000;
 width:650px;
 margin:auto;
 }

#header {
	height:100%;
	background:#eeeeee;
	color: #333333;
 }

#bar {
 height:20px;
 background:#c0c0c0;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 background: #dcdcdc;
 color: #333333;
 width:650px;
 padding:0;
 }

#navigation {
	float:left;
	background:#dcdcdc;
	color: #333333;
	width:145px;
	height:auto;
	font-size: 20px;
 }

#content {
	width:495px;
	background:#ffffff;
	color: #333333;
	border:solid #000000;
	border-width:0 0 0 1px;
	text-align:left;
	height:auto;
 }
 
table {
margin-left:15px;
 }

#footer {
 height:25%;
 background:#c0c0c0;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 font-size: 9pt;
 }
