/* 
  -----------------------------------
Crawford Catering Style
  -----------------------------------
*/
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	color: #333333;
	margin: 12px 20px;
	padding: 0;
	background-image: url(../images/bg_grad.jpg);
}

#pagewrapper{
	margin: 0 auto;
	width: 770px;
}

#masthead {
	border: 1px solid #000000;
}
#logodiv {
}

#menubar {
	background-color: #000000;
	font-size: 0.9em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

.clearmenu {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 1px;
}

#mainbox {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	height: 550px;
	background-color: #FFFFFF;
	overflow: auto;
}
#maincontent {
	padding: 10px;
	margin: 5px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.9em;
}

#maincontent p {
	
}
#footer {
	padding: 10px;
	font-size: 0.7em;
	border: 1px solid #000000;
	background-color: #000000;
	color: #FFFFFF;
}
#footer p {
	margin: 0;
}
h1, h2, h3 {
	margin: 0px;
	font-size: 1.8em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #666666;
	text-align: left;
	line-height: normal;
	font-weight: normal;
}
h2, h3 {
	margin: 30px 0 0 0;
	font-size: 1.6em;
	color: #C2B992;
}
h3 {
	font-size: 1.4em;
}

.top {margin: 0;}

a:link {
	color: #F99C25;
	text-decoration: none;
}
a:visited {
	color: #F99C25;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #999999;
	text-decoration: none;
}
