/* CSS Document */

body {margin:0;
	padding:0;
    line-height:18px;
}

#content {
	width:766px;
	height:1120px;
	position:absolute;
	margin-left:10%;
	top:0px;
	background-image: url(images/main-background-c.gif);
	background-repeat: repeat-y;
	left: 23px;
}

#header {
	position: absolute;
	width:687px;
	height:68px;
	z-index:2;
	left: 81px;
	top: 22px;
	padding-top: 0.4em;

}

#slideshow {
	height:344px;
	margin-left:0%;
	z-index: 2;

}

#text-box {
	width:567px;
	height:512px;
	top:401px;
	left:111px;
	z-index:3;
	position: absolute;

}

#convergence-textbox {
	width:450px;
	height:344px;
	top:60px;
	left:264px;
	z-index:3;
	position: absolute;

}

#convergence-textbox-b {
	width:680px;
	top:441px;
	left:38px;
	z-index:3;
	position: absolute;

}

a:link {
  text-decoration:underline; color:#EB7F00;
}
a:visited {
  text-decoration:underline; color:#EB7F00;
}
a:active {
  text-decoration:underline; color:#EB7F00;
}
a:hover {
  text-decoration:none; color:#EB7F00;
}


