@charset "utf-8";
/* CSS Document */

html {
	background: none;
}
body {
	font-size: 62.54%;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	background-image: url(background-image.jpg);
	background-repeat: repeat;
}
div.layout {
	width: 760px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -380px;
	background-color: #555;
}


/* menu */
div.menu {
	background-color: #fff;
	width: 100%;
	height: 92px;
	margin-top: 30px;
}
div.menu ul {
	float: left;
	clear: none;
	font-size: 0.8em;
	text-transform: uppercase;
	margin-top: 20px;
}
div.menu ul li {
	float: left;
	clear: none;
	padding: 2px 0 2px 0;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 55px;
	text-align: center;
}

div.menu ul li.wide {
	width: 65px;
}
div.menu ul li a {
	color: #000;
	text-decoration: none;
}
div.menu img {
	float: right;
	clear: right;
	padding: 20px;
	border: 0;
}

/* image 
div.image {
	width: 260px;
	background-color: #fff;
	float: left;
	clear: none;
	height: auto;
	padding: 0;
	margin: 0;
}*/

/* content */
div.content {
	background-color: #fff;
	float: left;
	clear: right;
	font-size: 1.4em;
	padding: 20px;
	width: 720px;
	min-height: 339px;
}
div.content img {
	float: left;
	clear: left;
	margin-bottom: -20px;
}

div.content h1 {
	color: #d0a898;
	font-size: 1.6em;
	margin-bottom: 20px;
}
div.content h1 strong {
	color: #986450;
	font-weight: bolder;
}
div.content h1 span {
	display: none;
}
div.content p {
	margin-top: 10px;
	padding-left: 320px;
	color: #666;
}
div.content p span {
	display: none;
}
div.content p strong {
	font-weight: bold;
}
div.content p a {
	color: #666;
	text-decoration: none;
}
div.content table {
	float: right;
	color: #666;
	text-align: center;
	font-weight: bolder;
	font-size: 1.4em;
	padding: 0;
	width: 450px;
	margin-top: 10px;
}
div.content table td {
	height: 80px;
	width: 150px;
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}
div.content table a {
	color: #666;
	text-decoration: none;
}
div.content table img {
	padding: 0;
	margin: 0;
}
div.content span.address {
	display: block;
	font-size: 0.8em;
}
div.content span.address a:hover {
	text-decoration: underline;
}

div.news {
	color: #666;
	font-size: 1em;
	border: 1px solid #986450;
	float: right;
	padding: 5px;
	margin: 3px;
	width: 390px;
}

div.news a {
	color: #666;
}



/* footer */
div.footer {
	color: #cecece;
	font-size: 1.2em;
	padding: 10px 0 0 20px;
	float: none;
	clear: left;
}
div.footer a {
	color: #cecece;
	text-decoration: none;
	font-weight: bold;
}