	body {
		font-family: Futura,Calibri,Arial,sans-serif;
		text-align: center;
		background: #1A171B /* url("images/wine-barrel-bg.jpg") no-repeat scroll center 320px */;
		margin-left: auto;
		margin-right: auto;
		width: 980px;
	}
	#iTitle {
		margin-top: 35px;
		margin-bottom: 35px;
		border: none 0px;
	}
	#menubar {
		background-color: #ffffff;
		width: 980px;
		height: 40px;
	}
	.menubaritem {
		float: left;
		text-transform: uppercase;
		width: 245px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
	.menubaritem:hover {
		color: #85754e;
	}
	.menu {
		background: url("../images/menubg.png") repeat-x scroll top left;
		float: left;
		position: absolute;
		width: 200px; 
		display: none;
		height: 401px;
	}
	
	#mbAbout {
		width: 327px;
	}
	#mbWines {
		width: 163px;
		text-align: left;
	}
	#mbContact {
		width: 163px;
		text-align: right;
	}
	#mbYarra {
		width: 327px;
	}
	.menuitem, .menuitem:hover {
		display: block;
		text-align: left;
		padding: 4px 20px;
		color: black;
		text-decoration: none;
		font-size: 15px;
	}
	.menuitem:hover {
		color: #85754E;
	}
	.submenuitem, .submenuitem:hover {
		text-indent: 10px;
		padding: 0px 20px;
		font-size: 13px;
	}

    .itemblock {
		margin-top: 10px;
		background: #FEF8DE /* url("images/winebg.jpg") no-repeat scroll top left */;
		width: 980px;
		font-size: 10pt;
	}

	.itemblock h1 {
		text-transform: uppercase;
		font-weight: normal;
		margin: 0px 70px 0px 327px;
		background: white url("../images/contentbg.png") repeat-x scroll top left;
		text-align: left;
		height: 40px;
		padding: 10px 10px 0px 10px;
	}

	#edit-form {
		margin: 0px;
		padding: 0px;
		border: 0px none;
	}
	
    .content, .content-edit {
		margin-left: 327px;
		margin-right: 70px;
        background: #D1CCBA url("../images/contentbg.png") repeat-x scroll -50px 0px;
		font-size: 10pt;
		overflow: auto;
		text-align: left;
		padding: 10px;
		/*
		min-height: 371px;
		max-height: 470px;
		*/
		height: 321px;
	}
	
	.content-edit {
		border: 0px none;
		width: 563px;
		font-family: Futura,Calibri,Arial,sans-serif;
		font-size: 12pt;
	}
	
	.content h1 {
		text-transform: uppercase;
		font-weight: normal;
	}
	
	.content h2 {
		font-size: 12pt;
		text-transform: capitalize;
	}

	.content h3 {
		font-weight: normal;
		font-size: 10pt;
		font-style: italic;
	}

	.content .wineimg {
		float: left;
		position: absolute;
		/* width: 100px;
		height: 190px; */
	}

	#iQuote1, #iQuote2 {
		display: none;
	}
	
	#admin-controls {
		color: gray;
		text-align: right;
		margin: 10px 0px 0px 0px;
	}
	
	#admin-controls a, #admin-controls a:hover {
		color: silver;
		text-decoration: none;
		margin: 0px 0px 0px 40px;
	}
	
	#admin-controls a:hover {
		color: white;
		text-decoration: underline;
	}
	
	#login-form {
		display: none;
	}
	
	#login-form label {
		margin: 0px 5px 0px 15px;
	}