*{
	margin: 0px;
	padding: 0px;
}
body {
	color: #000000;
	background-color: #CCCCCC;
	background-image: url(../images/background.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	margin-bottom: 20px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #AC0000;
	background-image: url(../images/pin.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #AC0000;
	margin-bottom: 20px;
}


#container {
	width: 1000px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFFFFF;
	background-image: url(../images/contentbg.jpg);
}
#header {
	height: 260px;
	background-color: #AD0101;
}
#nav {
	background-color: #AD0101;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#nav li
{
	display: inline;
	list-style-type: none;
	margin-right: 15px;
	margin-left: 15px;
}

#sidebar {
	width: 146px;
	padding-left: 20px;
	float: left;
	padding-top: 20px;
}
#notify {
	background-color: #A59B44;
	float: right;
	width: 203px;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	background-image: url(../images/notify_bg.jpg);
	margin-right: 20px;
}

#notify p  {
	padding-right: 12px;
	padding-left: 12px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
#notify p a {
	color: #FFFFFF;
 }
#notifyBottom {
	background-image: url(../images/notify_bottom.jpg);
	height: 20px;
	clear: both;
}
#notifyTop {
	background-image: url(../images/notify_top.jpg);
	height: 42px;
	width: 203px;
}


#sidebar li {
	list-style-type: none;
}
#sidebar .space {
	margin-bottom: 30px;
}


#content {
	clear: both;
}


#contentText {
	float: right;
	width: 800px;
	margin-top: 30px;

}
#contentText li {
	margin-left: 40px;
}

#contentText a {
	color: #A59B44;
	font-weight: bold;
}
#footer {
	background-image: url(../images/footer.jpg);
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
	height: 59px;
	clear: both;
}
.soliddown   li  a {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.soliddown li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#content img {
	margin: 10px;
}
.serving {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	clear: both;
}

