@charset "utf-8";

/* CSS Document */

body {
	background:#53b1d0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003366;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
#about_me_txt {
	position: absolute;
	height: 491px;
	width: 628px;
	left: 238px;
	top: 20px;
}

a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #FF9900;
}


#container {
	width: 900px;
	height: 750px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
#wrapper {
	position: relative;
	height:750px;
	background: #EAF7FD;
}	
#header {
	margin-left:-40px;
	padding: 0;
	background-color:#53b1d0;
	height:70px;
	position: relative;
}
#header_nav {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	height: 68px;
	width: 646px;
	left: 9px;
	top: 5px;
	z-index: auto;
}
#mainContent {
	position: relative;
	height:670px;
	background: #EAF7FD;
	padding: 0px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #F4F9C6;
	position: absolute;
	bottom: 2px;
	width: 880px;
	text-align: center;
	left: 0px;
	height: 16px;
}
#product_header_text {
	position: absolute;
	height: 45px;
	width: 543px;
	left: 216px;
	top: 2px;
	text-align: center;
}

#content {
	position: absolute;
	width: 875px;
	left: 15px;
	top: 50px;
	height: 610px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.style1 {
	font-size: 10px
}
#andrea_about_me {
	position: absolute;
	height: 585px;
	width: 865px;
	left: 5px;
	top: 15px;
}
#ivanna_name {
	position: absolute;
	left: 666px;
	top: 246px;
	height: 25px;
	width: 101px;
	font-size: 16px;
	font-weight: bold;
}
#ivannacat {
	position: absolute;
	height: 168px;
	width: 259px;
	left: 584px;
	top: 282px;
}
#hi {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	height: 32px;
	width: 226px;
	left: 3px;
	top: 3px;
}
#andreapic {
	position: absolute;
	height: 331px;
	width: 220px;
	left: 3px;
	top: 40px;
}


#about_us_links {
	position: absolute;
	left: 2px;
	top: 387px;
	height: 192px;
	width: 409px;
	z-index: auto;
	font-size: 16px;
	font-weight: bold;
}
#dichro_info {
	position: absolute;
	left: 4px;
	top: 27px;
	height: 144px;
	width: 309px;
	z-index: auto;
	font-size: 12px;
	font-weight: bold;
}
.style2 {font-size: 16px}
.style3 {font-size: 18px}
#product_header {
	position: absolute;
	height: 48px;
	width: 870px;
	left: 16px;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #003366;
}
#gallery {
	position: absolute;
	height: 420px;
	width: 856px;
	left: 10px;
	top: 134px;
}
.clear {
	height: 20px;
	width: 900px;
	position: absolute;
	top: 664px;
	left: 5px;
}
#repeating_table {
	position: absolute;
	height: 552px;
	width: 514px;
	left: 66px;
	top: 43px;
}
#repeating_table_nav {
	position: absolute;
	height: 67px;
	width: 234px;
	left: 630px;
	top: 93px;
}
#data_records_info {
	position: absolute;
	height: 32px;
	width: 234px;
	left: 630px;
	top: 57px;
}
#contact_info {
	position: absolute;
	height: 141px;
	width: 259px;
	left: 602px;
	top: 59px;
}
#repeating_nav_right {
	position: absolute;
	z-index: auto;
	width: 145px;
	height: 37px;
	left: 732px;
	top: 93px;
}
#dichro_pendants_table {
	position: absolute;
	height: 365px;
	width: 837px;
	left: 20px;
	top: 132px;
}
#backstep {
	position: absolute;
	height: 46px;
	width: 293px;
	left: 582px;
	top: 190px;
}
#backstep_text {
	position: absolute;
	height: 62px;
	width: 281px;
	left: 8px;
	top: 51px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #003366;
	text-align: center;
}
#topmail {
	position: absolute;
	height: 55px;
	width: 192px;
	left: 639px;
	top: 8px;
	color: #003366;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
}
#headerNavEmail {
	position: absolute;
	height: 78px;
	width: 829px;
	left: 108px;
	top: 0px;
}
