body {
	margin:0pt;
	padding:0pt;
	background-color:#F3E2A9;
	font-family:'Helvetica';
}

.shadow {
	background-image:url(images/shadow.jpg);
	width:100%;
}

.maintable {
	padding:0pt;
	margin:0pt;
}

a:link, a:visited, a:hover {
	color:#330000;
}

a:hover {
	text-decoration:none;
}

.menubar {
	background-color:#F3E2A9;
	line-height:21px;
	padding-top:10px;
	vertical-align:top;
	padding-left:25px;
	font-size:14px;
}



.menubar a:link, .menubar a:visited, .menubar a:hover {
	text-decoration:none;
	padding-left:15px;
	font-size:13px;
	color:#330000;
}


.menubar a:hover {
	background-color:#F5ECCE;
	width:100%;
}

.vline {
	background-image:url(images/v-line.gif);
	background-repeat:repeat-y;
}

.hline {
	background-image:url(images/h-line.gif);
	background-repeat:repeat-x;
}

.text_area {
	background-color:#F3E2A9;
	padding:10px;
	line-height:21px;
	vertical-align:top;
	font-size:13px;
}

.footer {
	background-color:#F3E2A9;
	color:#666666;
	line-height:25px;
	font-size:11px;
	text-align:center;
}

h1	{
	font-size:15px;
}

div#menu {
	width:500px;
	margin: 0 auto;
	text-align:left;
}

dl	{
	width: 100%;
	overflow: auto;
	margin: 0 0 0;
	background: url(images/dot.gif) repeat-x 0 1.2em;
}

dt,dd.price {
	background: #F3E2A9;
}

dt	{
	float: left;
	padding-right: 3px;
	font-weight:bolda;
	color:#660000;
	background: #F3E2A9;
}

dd	{
	margin:0;
	background: #F3E2A9;
}

dd.price {
	float: right;
	padding-left: 3px;
}


