@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color:#D6D6C0;
	background-position:bottom;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#808080;
}

a {
	text-decoration:none;
	color:#948D67;
}

/*------------------------------------------------------------------------- Text Styles --- */


.Intro_Text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
	color: #ffffff;
	
}


.Address_Text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 11px;
	color: #948D67;
	font-weight:600;
	letter-spacing: 2px;
}


/*------------------------------------------------------------------------- General Layout Styles --- */

#Content_Container {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	top:0px;
	width:1000px;
	z-index:10;
}



#Intro_Child_Logo {
	position:absolute;
	margin-top: 276px;
	margin-left: 58px;
	height:122px;
	width:196px;
	background-image:url(../images/intro_child_logo.png);
	background-repeat:no-repeat;
	z-index:30;
}

#Intro_Child_Text {
	position:absolute;
	margin-top: 309px;
	margin-left: 280px;
	height:120px;
	width:188px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 17px;
	color: #000000;
	font-weight: normal;
	z-index:30;
	left: 3px;
}

#Intro_Child_Address {
	position:absolute;
	margin-top: 510px;
	margin-left: 58px;
	height:23px;
	width:414px;
	z-index:30;
}


#Intro_Hand_Logo {
	position:absolute;
	margin-top: 276px;
	margin-left: 548px;
	height:122px;
	width:196px;
	background-image:url(../images/intro_hand_logo.png);
	background-repeat:no-repeat;
	z-index:30;
}

#Intro_Hand_Text {
	position:absolute;
	margin-top: 309px;
	margin-left: 770px;
	height:120px;
	width:188px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 17px;
	color: #000000;
	font-weight: normal;
	z-index:30;
	left: 0px;
	top: -2px;
}

#Intro_Hand_Address {
	position:absolute;
	margin-top: 510px;
	margin-left: 548px;
	height:23px;
	width:414px;
	z-index:30;
}




/*------------------------------------------------------------------------- Intro Layout Styles --- */


#Intro_Image_Left {
	position: absolute;
	left: 0px;
	width:500px;
	height:520px;
	z-index:20;
}

#Intro_Image_Right {
	position:absolute;
	right: 0px;
	width:500px;
	height:520px;
	z-index:20;
}



#Intro_Top_Stretch {
	position:absolute;
	top:0px;
	width:100%;
	height:30px;
	z-index:0;
	background-image:url(../images/top_bar_brown.jpg);
	background-repeat:repeat-x;
	background-position:left top;
}
	
	

#Intro_Center_Stretch {
	position:absolute;
	top:33px;
	width:100%;
	height:600px;
	z-index:0;
	background-image:url(../images/middle_background_brown.jpg);
	background-repeat:repeat-x;
	background-position:right top;
	left: -6px;
}

