﻿#textbox a:hover {
	font-weight: bold;
}
#container {
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	width: 1000px;
	height: 125px;
	background-color: #FFFFFF;
}
#navigation {
	width: 180px;
	float: left;
	background-color: #A0AFAF;
	margin-right: 10px;
	font-family: Tahoma;
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 10px;
}
#small {
	width: 200px;
	float: left;
	background-color: #FFFFFF;
	margin-right: 20px;
}
#large {
	width: 550px;
	float: right;
	background-color: #FFFFFF;
}
#bottom {
	width: 1000px;
	background-color: #FFFFFF;
	height: 40px;
	font-family: Tahoma;
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
}
.style2 {
	text-align: center;
}
ul {
	padding: 0px;
	margin: 0px;
	list-style-type: square;
	list-style-position: inside;
}
a {
	text-decoration: none;
	color: #000000;
}
.image {
	margin-top: 10px;
}
#main {
	width: 770px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
#address {
	padding: 0px 0px 0px 5px;
	margin: 0px;
	width: 170px;
	height: 150px;
	font-family: Tahoma;
	font-size: small;
	color: #FFFFFF;
	font-weight: normal;
}
.style3 {
	margin-top: 5px;
}
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}
a:hover {
	color: #000000;
}
h2 {
	font-family: Tahoma;
	font-size: medium;
	color: #000000;
}
body {
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
}
.photo {
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
}
#newpage {
	margin-right: 20px;
	position: absolute;
	bottom: 10px;
}
#newpage_bottom {
	margin-right: 20px;
	position: absolute;
	top: 525px;
}
