@charset "utf-8";
/* CSS Document */


body {
	background: #666;
}

#container {
	width: 960px;
	background: #FFF;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #000;
	}

#header {
	position: relative;
	width: 960px;
	height: 350px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#header span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(IMG/header2.jpg);
	background-repeat: no-repeat;
}
	
#main {
	position: relative;
	margin: 0px;
}

#content {
	margin-left: 280px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-right: 30px;
}

#menucontent {
	margin-left: 220px;
	margin-top: 36px;
	width: 100%;
}
/*The following is the code for the navigation*/

#nav {
	position: absolute;
	left: 20;
	width: 180px;
	background: #FFF;
	list-style-type: none;
	margin: 0;
	border-right: thin solid #000;
	height: 100%;
	padding-right: 50px;
}

#nav a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 46px;
	color: #000;
	text-decoration: none;
	line-height: 2.5;
	padding-left: 55px;
}

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

#nav a:hover {
	text-decoration: underline;
}

#body_hom #nav_hom a, #body_his #nav_his a, 
	#body_dir #nav_dir a, #body_men #nav_men a,
	#body_menapp #nav_menapp a, #body_menent #nav_menent a,
	#body_menpiz #nav_menpiz a, #body_menlun #nav_menlun a,
	#body_cat #nav_cat a, #body_catapp #nav_catapp a, #body_catsal #nav_catsal a, 
	#body_catent #nav_catent a, #body_catpiz #nav_catpiz a, 
	#body_catpac #nav_catpac a, #body_fun #nav_fun a {
		text-decoration: underline;
		color: #000;
		font-weight: bold;
}

/*Menu navigation*/

#menunav {
	padding-left: 20px;
}

p {
	
	/*font-family:  "Calisto MT", sans-serif;*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.par {
	border-bottom: thin solid #000;
	padding-bottom: 20px;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2 {
	font-family:"Comic Sans MS", cursive;
}

h3 {
	font-family:"Courier New", Courier, monospace;
	padding: 0;
}

h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	background: #800020;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;

}

h5 {
	font-family:  "Calisto MT", sans-serif;
	font-weight: bold;
	font-size: 22px;
	text-align: left;
}

h5 a {
	text-decoration: none;
}

h5 a:visited {
	color: #000;
}

h5 a:link {
	color: #000;
}
.caption {
	margin: 0 auto;
}

.hours {
	margin-left: 40;
}
	
