body { 
	font-family: Georgia, arial;
	margin: 0px;
	background-color: #9a2a1e; 
	padding: 0px;
	color: #4c1b1b;
	/* background: url('images/bk.jpg') #861b15 repeat-y; */
}

a, a:visited { color: #9A2A1E; }
a:hover { color: #468423; }

td { color: #4c1b1b;}

#main { 
	margin: 0px 0px 0px 0px; 
	background-color: #f6e497; 
	background: url('images/yellow-bk.jpg') #f6e497 repeat-y;
	width: 669px; 
	padding-right: 7px; 
	text-align:left;  
}

h1 { font-size: xx-large; font-weight: bold;}

h2 { font-size: large;  }

h3 { text-align: center; color: #9a2a1e }

#imageContainer {
	position:relative;
	margin:auto;
	width:669px;
	
}

#nav { 
	border-top: 2px solid #6a713c;
	border-bottom: 2px solid #6a713c;
	background-color: #bd8d46;
	width:669px;
}

#nav a { margin: 0px 8px; }

#content { 
	padding: 0px 15px;
}

div.map { width: 300px; height: 200px;}

#footer { background-color: #bd8d46; border-top: 2px solid #6a713c; width:669px; }

form.directions { 
	font-size: small;
}

form.directions label {
	position:absolute;
	width: 100px;
	text-align:right;
}
form.directions input, form.directions select { margin-left: 110px; margin-bottom: 12px;}

.req { margin-left: 2px;}

ul.menuList li {
	display: inline;
	padding: 5px;
	font-size:medium;
}

ul.menuList {
	padding-left: 0px;
	margin-left:0px;
}

table.menuTable td {
	padding: 5px;
	
}

td.price {
	width: 50px;
	text-align:right;
}

#albany_map {
	background-image: url('images/albany-map.jpg');
}

#rochester_map {
	background-image: url('images/rochester-map.jpg');
}

#utica_map {
	background-image: url('images/utica-map.jpg');
}

#syracuse_map {
	background-image: url('images/syracuse-map.jpg');
}

table.directions { font-size: 10px; margin:2px;}
table.directions td { vertical-align:top; padding-right:6px; }
table.directions strong { font-size: medium; }
table.directions a, table.directions a:visited { color: #4c1b1b; text-decoration:none; }
table.directions nobr a { font-size: 10px !important; }
.skype_pnh_text_span { font-size: 10px !important; }

.rednote { color: #9a2a1e; font-weight:bold; font-size:smaller; }
