/* Classic Catering Style Sheet */
#home {
	/*border-top-width: 5px;
	border-top-style: solid;
	border-top-color: sienna;*/
	background-color: burlywood;
}
#container {
	background-color: peru;
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	z-index: -99;
}
#header {
	height: 120px;
	margin-bottom: 0px;
	position: relative;
}
#header #nav {
	position: relative;
	left: 0px;
	top: 28px;
	width: 899px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: black;
	border-bottom-color: black;
}
#header #nav ul {
	background-color: saddlebrown;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	height: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;*/
}
#header #nav li {
	float: left;
	list-style-type: none;
	position: relative;
	line-height: 32px;
	display: block;
	color: red;
	font-family: "Century Gothic", Century, Arial, sans-serif;
	font-size: 13px;
	padding-right: 7px;
	padding-left: 5px;
	margin-top: 10px;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	border: 5px outset white;
	background-color: saddlebrown;
}
#header #nav a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
}
#header #nav a:hover {
	color: #ffffff;
}
#container #midleft {
	position: relative;
	/*width: 345px;*/
	background-color: silver;
	left: 20px;
	top: 20px;
	float: left;
}
#container #midright {
	position: relative;
	width: 535px;
	/*height: 350px;*/
	background-color: darkolivegreen;
	float: right;
	right: 0px;
	top: 0px;
}
#container #midright #wording {
	position: relative;
	width: 520px;
	/*height: 390px;*/
	/*float: right;*/
	margin: 10px;
}
#container #midleft #topmid {
	position: relative;
	float: left;
	/*margin: 20px;*/
	left: -30px;
	top: -30px;
}
#logo {
	float: left;
	position: relative;
	/*left: 100px;*/
	top: -25px;
}
#footer {
	width: 900px;
	position: relative;
	text-align: center;
	font-size: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;

}
a.footlinks:link {color: gray}     /* unvisited link */
a.footlinks:visited {color: gray}  /* visited link */
a.footlinks:hover {color: black}   /* mouse over link */
a.footlinks:active {color: gray}   /* selected link */
p.toptitle {
	position: relative;
	top: -10px;
	left: 10px;
	text-align: center; 
	color: black; 
	font-size: 125%; 
	font-weight: bold
}
p.right {text-align: right;}
p.center {text-align: center;}
p.left {text-align: left;}
/*p.footlinks {
	text-align: center; color: gray;
	}*/
#copyright {
	width: 900px;
	position: relative;
	/*bottom: 150px;*/
	background-color: peru;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	font-size: 90%;
	color: white;
	z-index: -1;
}
#byline {
	width: 900px;
	position: relative;
	text-align: center;
	font-size: 90%;
	color: gray;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	/*bottom: 85px;
	right: -300px;*/
}

