body {
	margin: 0;
	background-image: url(../img/main_bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
}
html {
	min-width: 955px;
}
form {
	margin: 0;
	padding: 0;
}
div#container {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
img#logo {
	position: absolute;
	top: 26px;
	left: 27px;
	z-index: 2;
}
div#mainPic {
	position: absolute;
	top: 73px;
	left: 55px;
	z-index: 1;
}
div#nav {
	position: absolute;
	top: 82px;
	left: 790px
}
.textblock_l {
	width: 413px;
	background-image: url(../img/textblock_l_middle.gif);
	background-position: top center;
	background-repeat: repeat-y;
	position: absolute;
	top: 156px;
	left: 331px;
	z-index: 2;
}
.textblock_l .headerAndText {
	width: 413px;
	height: 388px;
	background-image: url(../img/textblock_l_top.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
.textblock_l .footer {
	width: 413px;
	height: 33px;
	background-image: url(../img/textblock_l_bottom.gif);
	text-align: right;
}
.textblock_l .headerAndText .theText {
	padding: 25px 20px 0 20px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333;
}
.textblock_l .headerAndText .theText .header {
	font-size: 14px;
}
.textblock_l a {
	color: #333;
	border-bottom: 2px #fc7216 solid;
	text-decoration: none;
}
.textblock_l a:hover {
	color: #fc7216;
	border-bottom: 2px #fc7216 solid;
}
.textblock_l .footer a, .textblock_l .footer a:hover {
	border-bottom: 0;
}
.arrowRight {
	margin-right: 20px;
}