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

body, html {
margin: 0;
padding: 0;
}

/* Index Page */
div#front {
position:relative;
width: 955px;
height: 618px;
margin: 70px auto;
background: no-repeat url(/images/index.jpg) top center;
background-color: white;
border: 1px solid black;
overflow: auto;
}

div#front_address {
position: relative;
top: 435px;
text-align: center;
font-family:"Times New Roman", Times, serif;
font-size: 22px;
font-style: italic;
}

div#front_enter {
position: relative;
top: 430px;
text-align: center;
font-family:"Times New Roman", Times, serif;
font-size: 24px;
font-style: italic;
}

/* Home */
div#home {
width: 955px;
height: 618px;
margin: 50px auto;
background: no-repeat url(/images/home.jpg) top center;
background-color: white;
border: 1px solid black;
overflow: visible;
}

div#home_links {
	position: relative;
	top: -210px;
	left: 529px;
	width: 424px;
	text-align: center;
	font-size: 20px;
	line-height: 17px;
}

div#hours {
position: relative;
top: -486px;
left: 630px;
width: 320px;
color: #3f3f3f;
font-style: italic;
font-size: 14px;
font-weight: bold;
}

div#guarantee {
position: relative;
top: -210px;
left: 529px;
width: 414px;
text-align: center;
font-size: 14px;
color: red;
padding: 5px;
}

table#left_content {
position: relative;
top: 25px;
left: 22px;
width: 490px;
height: 570px;
}

a {
color: blue;
}

a#click_mailer {
display:block;
position: relative;
top: 475px;
left: 154px;
width: 75px;
cursor: pointer;
text-decoration:none;
}

.description {
color: #F4F4F4;
white-space:nowrap;
margin-top: 15px;
}
