* {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #8F979E;
	background-image: url(../images/body_background.gif);
	background-repeat: repeat;
	height: 100%;
	text-align: center;
	font-size: 62.5%;
}

#background {
	background-color: transparent;
	height: 100%;
	padding-bottom: 5px;
	padding-top: 15px;
	position: relative;
	/*width: 100%;*/
	z-index: 1;
}

#background-design {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 448px;
	width: 100%;
/*
	background-image: url(../images/background_floral.gif);
	background-repeat: no-repeat;
	background-position: center;
*/
	text-align: center;
}

#container {
	min-height: 570px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 991px;
	padding: 0px;
	text-align: left;
}

#container-header {
	background-image: url(../images/left_bar.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
	height: 164px;
	position: relative;
	width: 991px;
}

#container-menu-top {
	background-image: url(../images/left_bar.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
	height: 21px;
	padding: 0px 10px 10px 10px;
	position: relative;
	margin: 0px;
	z-index: 1000;
}

#container-content {
	background-image: url(../images/left_bar.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
	padding: 0px 10px 10px 10px;
}

#container-footer {
	padding-top: 10px;
	padding-bottom: 10px;
}

#content-main {
	background-color: #EBEDF0;
	float: right;
	height: 100%;
	margin: 0px 0px 0px 10px;
	position: relative;
	top: 0px;
	width: 734px;
}

#references {
	float: left;
	margin-top: 40px;
	position: relative;
	left: 40px;
	bottom: 0px;
}

#header-left {
	position: relative;
	top: 0px;
	left: 0px;
	width: 226px;
	height: 164px;
	z-index: 10;
}

#header-left-img {
	position: absolute;
	top: 10px;
	left: 31px;
}

#header-left-img a img {
	border: none;
}

#header-right {
	position: relative;
	top: -164px;
	left: 238px;
	width: 744px;
	z-index: 11;

}

#header-right-img {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 144px;
	width: 734px;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../images/header_homepage.jpg);
}

#header-logo {
	position: absolute;
	top: 25px;
	left: 515px;
	z-index: 13;
}

#header-search {
	position: absolute;
	z-index: 12;
	right: 5px;
	top: 120px;
}

#footer {
	color: #FFFFFF;
	float: left;
	height: 18px;
	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;
}
