body {

	margin: 0;

	padding: 0;

	background: #000;

	font: 67% Verdana, Arial, Helvetica, sans-serif;

}



#wrapper {

	width: 750px;

	margin: 20px auto;

	padding: 0;

}



#header {
	float:left;
	width: 750px;
	height: auto;
	background: url(images/RGS-wineclublogo.jpg) no-repeat left top;
	margin: auto 0;
}



#navbar {

	float: right;

	margin-right: 140px;

	text-align: right;

	display: inline;

}



#nav {

	list-style: none;

	

}



#nav li {



}



#nav a {

	font-family: Georgia, "Times New Roman", Times, serif;

	color: #999;

	font-size: 1.4em;

	font-weight: bold;

	line-height: 1.3em;

	text-decoration: none;

}



#nav a:hover {

	color: #fff;

}

 

#content {

	width: 450px;

	margin: 0 auto;

	min-height:700px;            /* ie hack to set minimum height of element */

	height:auto !important;      /* ie hack */

	height:700px;                /* ie hack */

}



#footer {

	width: 750px;

	height: 110px;

	background: url(images/RGS-shiraz_side.jpg) no-repeat left bottom;

}