/* CSS Document */
body {
	background-image: url('img/bck_body.png');
	background-repeat: repeat-x;
	background-color: #d0e0e9;
	color: #7c5f59;        /*cf9e85*/
	font-family: arial;
	font-size: 11pt;
	padding: 0px;
	margin: 0px;
}
nav, address, main {
	font-style: normal;
}
a {
	color: #92b6c7;
	text-decoration: none;
	font-weight: normal;
	padding-left:1px;
	padding-right:1px;
}
a:hover {
	color: #cf9e85;
}
h1 {
}
h2 {
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #92b6c7;
}
.container {
	background-image: url('img/bck_container.png');
	background-repeat: no-repeat;
	background-position: 0px, 0px;
	position: relative;
	left: 50%;
	top: 0px;
	margin: 0px;
	margin-left: -546px;
	padding: 0px;
	width: 1093px;
	height: 1000px;
	overflow: visible;
}
.head {
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url('img/bck_header.png');
	background-repeat: no-repeat;
	width: 1040px;
	height: 444px;
}
.nav {
	position: relative;
	top: 15px;
	left: 50%;
	margin-left: 50px;
	width: 275px;
	height: 20px;
}
.content {
	position: relative;
	width: 100%;
	margin: 0px;
	margin-top: -20px;
}