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

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.nav-entry {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #B47436;
	border-right-color: #B47436;
	border-left-color: #B47436;
	margin-left: 15px;
	display: inline;
}
.leftbox {
	margin-bottom: 1em;
	border: 1px solid #B47436;
	width: 198px;
}
a {
	color: #B47436;
}
a:hover {
	color: #e0b083;
}
.leftbox-inner {
	margin: 5px;
}
.across-bar-side  {
	font-size: 16px;
	padding-left: 10px;
	padding-top: 2px;
	background-image: url(../images/gradient2.png);
	background-repeat: repeat-x;
	height: 25px;
}
.nav-entry a {
	color: #000;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 16px;
}
.nav-entry a:hover {
	color: #FFF;
	background-image: url(../images/gradient2.png);
	background-repeat: repeat-x;
}
#footer {
	background-image: url(../images/gradient3.png);
	background-repeat: repeat-x;
	clear: both;
	height: 50px;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: small;
}
#footer a {
	color: #000;
}
#header {
	padding-left: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
}
#nav {
	text-align: center;
}
.across-bar {
	background-image: url(../images/gradient1.png);
	background-repeat: repeat-x;
	height: 25px;
}
h1 {
	text-align: center;
	margin-top: 0px;
}
form {
	margin: 0px;
}
.redbox {
	font-weight: bold;
	padding: 5px;
	border: 2px solid #F00;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	color: #F00;
	margin-bottom: 1em;
}
.text-red {
	color: #F00;
}
.td-header {
}
.global-input {
	width: 200px;
}
.image-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.clear-both {
	clear: both;
}
.no-border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.border-1px {
	border: 1px solid #000;
}
.text-small {
	font-size: small;
}
.left-testi {
	font-size: small;
}
