body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2em;
	background: #ffffff;
	color: #333;
	text-align: center;
	margin: 0;
	}


#bg1 {
	background: url(../images/bg.jpg) repeat-x center top;
}

#wrapper {
	width: 760px;
	margin: 50px auto 30px auto;
	text-align: left;
	padding: 0;
}


#header {
	background: url(../images/header.gif) no-repeat;
	width: 760px;
	height: 159px;
	margin: 0;
	padding: 0;
}


h1 {
	height: 122px;
	width: 82px;
	position: relative;
	left: 45px; top: 17px;
	font-size: .8em;
	text-indent: -10000px;
	float: left;
}
/* hide from Mac IE5.x \*/
h1 {overflow: hidden;}
/* end hide*/
h1 em {
	background: url(../images/logo1.gif);
	position: absolute;
	left: 0; top: 0;
	display: block;
	height: 122px;
	width: 82px;
	margin: 0;
}


/* top-level navigation (homepage)
==============================================================================*/
#nav-home {
	height: 50px;
	padding:90px 0 0 0;
	margin: 0 0 0 170px;
	list-style: none;
	}
#nav-home li {
	float: left;
	margin: 0 10px 0 0;
	height: 49px;
	overflow: hidden; /* if text-resize, this'll keep the nav the same size */
	}
#nav-home li a {
	display: block;
	line-height: 49px;
	text-indent: -10000px;
	overflow: hidden;
	background-position: center top; /* horizontally centers the background image */
	}
	#nav_about {
		width: 50px;
		background: url('../images/link_about.gif') no-repeat;
		}
	#nav_service {
		width: 50px;
		background: url('../images/link_service.gif') no-repeat;
		}
	#nav_staff {
		width: 50px;
		background: url('../images/link_staff.gif') no-repeat;
		}
	#nav_food {
		width: 50px;
		background: url('../images/link_food.gif') no-repeat;
		}
	#nav_parents {
		width: 50px;
		background: url('../images/link_parents.gif') no-repeat;
		}
	#nav_info {
		width: 50px;
		background: url('../images/link_info.gif') no-repeat;
		}
	#nav_jobs {
		width: 50px;
		background: url('../images/link_jobs.gif') no-repeat;
		}

.content {
	background: #ffffff url(../images/content_bg.gif) no-repeat center top;
	width: 720px;
	margin: 0;
	padding: 40px 20px 0 20px;
	font-size: 1em;
}

* html .content {  /* This is the Tan hack */
	width: 760px; 
	w\idth: 720px;
}

#sidepic_left{
	width: 222px;
	float: left;
}

.clear{
	clear: both;
}

.page_text {
	margin: 0 0 0 242px;
}

h2 {
	color: #3366CC;
	font-size: 1.8em;
	margin-top: 0;
}

h3 {
	color: #E5487D;
	font-size: 1.2em;
	margin-top: 0;
}

strong {
	color: #E5487D;
	font-weight: bold;
}

#footer {
	background: url(../images/footer_bg.gif) no-repeat;
	width: 760px;
	height: 100px;
	margin: 0;
	padding: 0;
}

a {
	color: #3366CC;
}

a:hover {
	color: #E5487D;
}

img {
	border: 0;
}

#signature {
	margin: 5px 0 5px 0;
}

p {
	font-size: 1.2em;
}