@charset "UTF-8";
/* CSS Document */

body {
		background-color: #fff;
		margin: 0;
		padding: 0;
		
}
#container {
		width: 943px;
		background-image:url(../images/bg2.jpg);
		background-repeat: no-repeat;
		margin-right: auto;
		margin-left: auto;
		padding-top: 0;
		margin-top: 0;
}
#header {
		height: 341px;
		background-image: url(../images/headerbg.jpg);
		background-repeat: repeat-x;		
}

#menu {
  	font-family: "aviano-sans",sans-serif;
	font-size: 16px;
	color: #000;
	padding-top: 30px;
	padding-bottom: 30px;
}
#menu a:link {
		color: #000;
		text-decoration:none;
}
#menu a:visited {
		color: #000;
		text-decoration:none;
}
#menu a:hover {
		color: #721023;
		text-decoration:none;
}
.sidebar1 {
	float: left;
	width: 260px;
	padding-left: 30px;
	padding-bottom: 10px;
	color: #374e6d;
	font-size: 20px;
	font-family: "adobe-caslon-pro",serif;
	line-height: 24px;
}

.content {
	border-left: 2px solid #e8e8e8;

	padding-left: 30px;
	width: 620px;
	float: right;
	background: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;

}

blockquote {

		font-size: 16px;
		letter-spacing:1px;
		letter-height: 24px;
		font-style: italic;
}
.text {
	padding-left: 30px;
}
#footer {
		text-align: right;
		font-size: 9px;
		color: #333;
		border-top: 2px solid #e8e8e8;
		padding-top: 20px;
}
a:link {
		color: #374e6d;
		text-decoration: none;
}
a:visited {
		color: #374e6d;
			text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
h1 {
	font-family: "aviano-sans",sans-serif;
	font-size: 18px;
	color: #000;
}
.serving {
		font-size: 14px;
		font-style: italic;
}