/* CSS Document */

body {
	background-image:url(../images/stripes.gif);
	background-repeat: repeat;
}

.wrapper {
	margin:0 auto;
	width:900px;
}

.header {
	margin:0;
	width: 900px;
	background-color:#FFFFFF;
}

.logo {
	margin:0;
	width:420px;
	height:475px;	
}

.logo img {
	padding:5px;
	width:410px;
	height:461px;
	float:left;
}

img#header1 {
	float:right;
	margin:-450px 20px 0 0;
}

img#hours {
	float:right;
	margin:-240px 20px 0 0;
}

.map {
	float:right;
	margin:-60px 200px 0 0;
}

.map a {
	color:#000066;
}

.map a:hover {
	color: #009933;
}

.contactUs {
	margin: 0 auto 0px auto;
	width:250px;
	height:50px;
}

.contactUs a {
	color:#006633;
	font-size:24px;
	text-decoration:none;
}

.contactUs a:hover {
	color: #FF6633;
	font-size:24px;
	text-decoration: underline;
}

.navBar {
	margin:0 auto;
	width:700px;
}

.mainContent {
	margin:20px auto;
	background-color:#FFFFFF;
	width:700px;	
}


img#menu {
	margin:20px 0 20px 150px;
	width:400px;
}

img#index1 {
	margin:20px 0 20px 150px;
}

img#index2 {
	margin:20px 0 20px 100px;
}

img#index3 {
	margin:20px 5px 20px 110px;
	float:left;
}

img#index4 {
	margin:20px 0 0 80px ;
	
}

img#index5 {
	margin:20px 0 20px 170px;
	
}

img#index6 {
	margin:20px 0 20px 180px;
	
}

img#index7 {
	margin:20px 20px 20px 10px;
}

img#index8 {
	margin:20px 0px 20px 10px;
}

img#index9 {
	margin:20px 20px 20px 120px;
}

.footer {
	margin:0 auto;
	width:500px;
	height:60px;
	background-color: #CCCCCC;
}

img#logo2 {
	float:right;
	height:50px;
	width:50px;
	margin:-60px 5px 5px auto;
}

