@charset "utf-8";
@import url("external_color.css");
@import url("external_typography.css");

* {
	margin:0;
	padding:0;
}

#container {
	width:935px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width:935px;
	height:80px;
}

#logo {
	width:240px;
	height:80px;
	float: left;
	margin-left: 20px;
}

#header_right {
	height:80px;
	float: right;
}

#navigation {
	width:798px;
	height:40px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#navigation li {
	float:left;
	width:132px;
}

#navigation a, #navigation a:visited  {
	display:block;
	line-height:40px;
}

#footer {
	width:935px;
	height:auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	line-height: 20px;
}

#page_image_display {
	width:935px;
	height:200px;
}
#slideshow {
	width:935px;
	height:auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#tel {
	padding-right: 50px;
	padding-top: 40px;
}
#fax {
	padding-right: 50px;
	padding-top: 5px;
}
.logo
{
	width:187px;
	text-align:center;
	float: left;
}

