@charset "UTF-8";
/* CSS Document */
#titleDiv{
	margin:0;
}

/***********************/
/*      SLIDESHOW      */
/***********************/
div#slideshow{
	height:305px;
	width:100%;
	overflow:hidden;
	position:relative;
	border-bottom:2px solid white;
	border-top:2px solid white;
}

div#slideshow img{
	position:absolute;
}

div#slideshow .current{
	z-index:5;
}

div#slideshow .next{
	z-index:4;
}

div#slideshow .inactive{
	z-index:3;
}

/***********************/
/*       BOTTOM        */
/***********************/
div#bottom{
	position:relative;
	height:450px;
}

#welcomeImg{
	position:absolute;
	top:-70px;
	z-index:5;
}

/***********************/
/*    BOTTOM LEFT      */
/***********************/
div#left{
	width:500px;
	position:absolute;
	top:0px;
	left:0px;
}

div#copy{
	padding:10px 25px 40px;
	margin-top:115px;
	text-align:justify;
}

/***********************/
/*    BOTTOM RIGHT     */
/***********************/

div#right{
	right:-3px;
	top:128px;
	position:absolute;
}

