@charset "UTF-8";
/* CSS Document */
body {
	background-attachment: fixed;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	/*background-attachment: fixed;*/
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 11.5px;
}

a {
	font-size: 11px;
	color: #D9ECEE;
}
a:link {
	text-decoration: none;
	color: #990000;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
small{
	font-size: 0.8em;
}
#mainIsBorder {
	position: relative;
	visibility: visible;
	left: 75px;
	z-index: auto;
	padding: 0px;
	width: 650px;
	background-color: #FFFFFF;
	margin: 0px;
	height: 770px;
	border: thick solid #FFFFFF;
}
#mainIsBorderPopup {
	position: relative;
	visibility: visible;
	left: 75px;
	z-index: auto;
	padding: 0px;
	width: 500px;
	background-color: #FFFFFF;
	margin: 0px;
	border: thick solid #FFFFFF;
}
#mainContainer {
	position: relative;
	visibility: visible;
	z-index: auto;
	padding: 0px;
	width: 650px;
	background-color: #FFFFFF;
	margin: 0px;
	height: 770px;
	background-repeat: no-repeat;
	background-image: url(../img/web2008.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	position: absolute;
	visibility: visible;
	left: 7px;
	bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	z-index: auto;
	padding: 0px;
	width: 645px;
	height: auto;
	color: #040005;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	background-color: #FFFFFF;
}
#content {
	position: relative;
	visibility: visible;
	z-index: auto;
	width: auto;
	height: auto;
	background-attachment: scroll;
}
#textInContent {
	position: relative;
	visibility: visible;
	z-index: auto;
	width: 450px;
	height: 510px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-align: justify;
	padding-top: 16px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 16px;
	background-color: #FFFFFF;
	background-image: url(../img/fndtop.jpg);
	background-repeat: repeat-x;
}
#content h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #990000;
}
#content h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #A1B8BE;
}
#expos {
	text-align: justify;
	position: relative;
	overflow: auto;
	height: 450px;
}
#logos {
	position: absolute;
	visibility: visible;
	z-index: auto;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 16px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 16px;
	bottom: 20px;
	width: 630px;
}
#google {
	background-color: #FFFFFF;
	width: 460px;
}
#contact {
	position:absolute;
	left:567px;
	top:196px;
	width:137px;
	height:72px;
	z-index:2;
	background-color: #FFFFFF;
	padding: 5px;
	background-image: url(../img/fndleft.jpg);
	background-repeat: repeat-y;
}
#resporg {
	position:absolute;
	left:567px;
	top:112px;
	width:137px;
	height:72px;
	z-index:1;
	background-color: #FFFFFF;
	padding: 5px;
	background-image: url(../img/fndleft.jpg);
	background-repeat: repeat-y;
}
img.floaterLeft{
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
img.floatRight {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

