body {
	font-family: papyrus, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.tabrow {
	margin: auto;
	height:50px;
	width:900px;	
	text-align:center;
	font-family: papyrus;	
	font-size: 0.8em;
	padding-top: 8px;
	background-color: #ffffcc;
}


.tabitem {
	width:163px;
	float:left;

}
.tabitem A {	
	padding-top: 10px;	
	text-decoration: none;
	color: #ffffcc;
	font-weight: bold;
	background-image: url('../images/tab_off2.jpg');
}


.tabitem A:hover {
	color: #ff3333;
	
	
}

.tabitemon {
	width:163px;
	float:left;
	font-weight: bold;

}

.tabitemon A {
	padding-top: 10px;	
	text-decoration: none;
	color: #ff3333;
	background-image: url('../images/tab_on3.jpg');
}
.tabitemon A:hover {
	color: #3366ff;
	
}
.content {
	margin: auto;
	height:700px;
	width:900px;	
	text-align:center;
	background-color: #ffffcc;

}
.footer {
	margin:auto;
	height:30px;
	width:900px;	
	text-align:center;
	font-family: papyrus;
	background-color: #3366ff;
	color: #ffffcc;
	padding: 3px;

}

.footer A{
	text-decoration: none;
	color: #ffffcc;
	
}

.footer A:hover{
	color: #ff3333;
	
}


.pricestable {
	background-color: #ffffff;
	border-style: dotted;
	border-width: 1px;
	border-color: #cccccc;
	text-align: left;
	
	
	

}

.pictable {
	width:auto;
	background-color: #ffffff;
	border-style: dotted;
	border-width: 1px;
	border-color: #cccccc;	
	text-align:center;
	

}

.menu {
	margin: auto;
	background-color: #ffffff;
	border-style: dotted;
	border-width: 1px;
	border-color: #cccccc;	
	width: 400px;
	padding: 5px;
}
.prices {
	width: 400px;
	text-align: center;
	margin:auto;
}