/* CSS Document */

body {
	background-color:#440A0A;
	background-image:url(images/bg_repeat.jpg);
	background-repeat: repeat-x;
	margin-top:0px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.content {
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
}

td.menubody {
	background-color: #f2f1e3;
	border-bottom-color: #dedab5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
	
.repeat {
	background-repeat:repeat;
}

.style1 {
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	font-size: 12pt;
	color: #510B0B;
	font-weight: bold;
}

.header {
	margin-bottom:4px;
}

.name {	
    font-size: 10pt;
	font-variant: small-caps;
	font-weight: normal;
	font-style: normal;
	text-transform: lowercase;
}

.price {
	font-size: 8pt;
	font-style: italic;
}

.header {
	font-size: 11pt;
	font-weight: bold;
	color: #AA481A;
}