/*
This Style Sheet was written by Robert Wood (sptcbob@yahoo.com) for www.savoyuptown.com. If you are going to steal it at least give me credit.
*/

/* Main body of pages */

	body {
		background: #993333;
		padding: 0;
		text-align: center;
		font-size: 72%;
		color: #222;
		font-family: Verdana,Arial,Helvetica,sans-serif;
		line-height: 1.5;
		}

	#main {
		background: #993333;
		color: #000;
		margin-left: auto;
		margin-right: auto;
		width: 796px;
		padding: 0;
		border: none;
		position: relative;
		}

	#headtext {
		color: #FFF;
		}

	#headtext p {
		text-align: right;
		padding-right: 10px;
		}

	#menubar {
		margin-left: auto;
		margin-right: auto;
		text-align: right;		
		width: 650px;
		background: #000000 url('images/endround.png') no-repeat top right;
		color: #FFFFFF;
		font-size: 1.75em;
		font-weight: bold;				
		}

	#menubar a {
		font-family: Verdana,Arial,Helvetica,sans-serif;
                color: #FFFFFF;
                text-decoration: none;
                }

	#menubar a:hover {
		color: #993333;
                }

	#menubar span {
		padding-right: 160px;
		}

	#content {
		background: #FFFFFF;
		border: none;
		text-align: left;
		}

	#content img {
		border: 0px solid;
		padding: 0px;
		margin: 0px;
		}

	#footer {
		color: #FFF;
		}

	.menulink {
		text-align: center;
		margin-top: 130px;
		}

	.menulink h4{
		padding: 2px;
		padding-bottom: 4px;
		margin: 0px;
		font-weight: bold;
		font-size: 1.1em;
		}
	
	.menulink a {
		font-family: Verdana,Arial,Helvetica,sans-serif;
            color: #000000;
            text-decoration: none;
            }

	.menulink a:hover {
		color: #993333;
		}

/*Toppings Round Corners*/

.toppinground {
	display: block;
}
.toppinground * {
	display: block;
	height: 1px;
	overflow: hidden;
	font-size: .01em;
	background: #000
}
.toppinground1 {
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #fff
}
.toppinground2 {
	margin-left: 1px;
	margin-right: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #fff
}
.toppinground3 {
	margin-left: 1px;
	margin-right: 1px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.toppinground4 {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff
}
.toppinground5 {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff
}
.toppingroundfg {
	background: #000;
	color: #fff;
	padding: 4px;
}

table {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1em;
	width: 725px;
	margin-left: auto;
	margin-right: auto;
	}

	em {
		font-style: italic;
		}

	h1 {
		font-size: 2em;
		}
