/* Welcome CSS */

	div#page {
	width: 100%;
	margin:  0;
	padding: 0;
	border: 0px green solid;
	background: url(../img/mother_and_son.jpg) no-repeat 548px top;
    }
	div#content {
	margin: 66px;
	_margin: 66px 66px 66px 33px; /* IE 6 and below */
	padding: 0;
	width: 955px;
	height: 495px;
	overflow: hidden;
	float: left;
	border: 0px green solid;
	/*background: url(../img/bckpic_welcome.gif) no-repeat right bottom;*/
	}
	
	.welcome_heading {
	/*  Text-indent hides the text, so only the background image is shown.  */
	/*  Want the text to be in the page for search engine optimization.  */
	text-indent:-1000em;
	width:440px;
	height:125px;
	background:url(../img/hd_home.gif) no-repeat left top;
	margin-bottom:35px;
	display:block;
	overflow:hidden;
	float: left;
	}
	
	/* LEFT */
	div#left {
	width: 440px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
	}
    /* END LEFT */
	

#aboutContent {
background-color: #fff;
height: 330px;
width: 440px;
padding: 0;
visibility: hidden;
overflow: auto;
z-index: 2;
float: left;
}

#codeContent {
background-color: #fff;
height: 330px;
width: 440px;
padding: 0;
visibility: hidden;
overflow: auto;
z-index: 2;
float: left;
}