* {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #7ca1bd;
	background-image: url(../images/background_body.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	background-attachment: fixed;
	margin-top: 25px;
	height: 100%;
	text-align: center;
	font-size: 62.5%;
}

#container {
	min-height: 570px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 992px;
	padding: 10px 0px 0px 0px;
	text-align: left;
}

#container-header {
	background-color: #FFFFFF;
	height: 76px;
	position: relative;
	width: 972px;
}

#container-menu-top {
	
	background-color: #FFFFFF;
	height: 21px;
	padding: 0px 10px 10px 0px;
	position: relative;
	margin: 0px;
	z-index: 1000;
}

#container-content {
	background-color: #FFFFFF;
	padding: 0px 10px 10px 0px;
}

#container-footer {
	padding-top: 10px;
	padding-bottom: 10px;
}

#content-main {
	background-color: #EBEDF0;
	float: right;
	height: 100%;
	margin: 0px 0px 0px 0px;
	position: relative;
	top: 0px;
	width: 757px;
	min-height: 400px;
}

#references {
	float: left;
	margin-top: 40px;
	position: relative;
	left: 40px;
	bottom: 0px;
}

#header-left {
	position: relative;
	top: 0px;
	left: 0px;
	width: 226px;
	height: 76px;
	z-index: 10;
}

#header-left-img {
	position: absolute;
	top: 0px;
	left: 10px;
}

#header-left-img a img {
	border: none;
}

#header-right {
	position: relative;
	top: -86px;
	left: 205px;
	width: 757px;
	z-index: 11;

}

#header-right-img {
	position: absolute;
	top: 10px;
	left: 83px;
	width: 672px;
	height: 66px;
}

#header-right-usedby {
	position: absolute;
	left: 0px;
	top: 10px;
}

#header-logo {
	position: absolute;
	top: 25px;
	left: 515px;
	z-index: 13;
}

#header-search {
	position: absolute;
	top: 40px;
	right: 10px;
	z-index: 12;
}

#footer {
	color: #FFFFFF;
	float: left;
	height: 16px;
	margin-left: 10px;
}

#footer a {
	border-bottom: 1px dotted #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
}

.shadow.top {
	background-image: url(../images/shadow_top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.shadow.left {
	background-image: url(../images/shadow_left.png);
	background-repeat: repeat-y;
	background-position: right;
}

.shadow.right {
	background-image: url(../images/shadow_right.png);
	background-repeat: repeat-y;
	background-position: left;
}

.shadow.bottom {
	background-image: url(../images/shadow_bottom.png);
	background-repeat: no-repeat;
	background-position: top;
}
