/*
Based on a stylesheetfrom Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font-family: /*"Trebuchet MS", Arial,*/ Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

h1, h2, h3, h4 {
	color: #990000;
      font-family:Arial;
}

h1 { font-size: 175%;
     font-weight: bold; }
h2 { font-size: 120%; 
     font-weight: bold;}
h3 { font-size: 95%;
     font-weight: normal; }
h4 { font-size: 85%;
     font-weight: bold;
	 padding-bottom: 10px;}

p, ul, ol, td {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 95%;
}

img {text-decoration:none;
     border: none;}

a:link {
	color: #b35544;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #990000;
}


#header {
	width: 770px;
	height: 80px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 180px;
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
	color:#000;
}

#logo h1 a {
	font-weight: bold;
	font-size: 24px; 
	color:#990000}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
}

#logo h2 a {
	color: #B3A7A0;
}

#logo a {
	text-decoration: none;
}

#menu {
	float: right;
	width: 500px;
    margin-left: 45px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 50px;
	padding: 30px 25px 0 25px;
	background: url(images/knifeFork1.jpg) no-repeat;
	text-decoration: none;
	font-size: 105%;
	color: #000;
    font-weight: bold;
}

#menu a:hover {
	color: #990000;
}

#splash {
	width: 770px;
	height: 120px;
	margin: 0 auto;
	background: url(images/gastroCollage.jpg) no-repeat;
}

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

#page h1, #page h2 {
	margin-bottom: 20px;
}

#content {
	float: left;
	width: 470px;
	padding: 20px;
}

#content ol, #content ul {
	margin-left: 3em;
}

#contentform {
	float: left;
	width: 650px;
	padding: 20px;
}
#sidebar {
	float: left;
	width: 220px;
	padding: 20px;
}

#sidebar h2 {
	padding-top: 6px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #ddaa88;
}

#sidebar h3 {
	height: 17px;
	padding: 0 10px;
	background: #990000;
	color: #FFFFFF;
    font-weight: bold;
}

#sidebar p {
    font-size:95%;
	padding-top: 10px;
	}
	
#sidebar a {
    padding-top: 10px;
	}
	

#footer {
	clear: both;
	width: 770px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 3px solid #000;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 70%;
}

#legal {
	float: left;
}

#links {
	float: right;
}

.notetext{font-size: 9px}