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

* {
	color:black !important;
	background-color:white !important;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url('images/bg001.jpg');
	background-repeat:repeat-x;
	background-color:#421914;
	width:799px;
	margin:0 auto;
}
	#container {
		height:auto;
		width:799px;
		float:left;
	}
		.head {
			background-image:url('images/head.jpg');
			height:128px;
			width:799px;
			float:left;
		}
			.head h1 {
				display:none;
			}
		
		.menu {
			height:45px;
			width:799px;
			float:left;
		}
			.menu a {
				background-position:top;
				height:45px;
				float:left;
			}
				.menu a h2 {
					display:none;
				}
			
			.menu a:hover {
				background-position:bottom;
			}
			
			.home {
				background-image:url('images/home.jpg');
				width:83px;
			}
			
			.living {
				background-image:url('images/living.jpg');
				width:176px;
			}
			
			.assisted {
				background-image:url('images/assisted.jpg');
				width:141px;
			}
			
			.about {
				background-image:url('images/about.jpg');
				width:101px;
			}
			
			.events {
				background-image:url('images/events.jpg');
				width:83px;
			}
			
			.news {
				background-image:url('images/news.jpg');
				width:71px;
			}
			
			.contact {
				background-image:url('images/contact.jpg');
				width:144px;
			}