/* CSS Document */

#outer
{
	z-index: 2;
	position: relative;
	width: 800px;
	min-height:800px;
	border: solid 1px #000000;
	background-color: #fff;
	margin: 0 auto;
}

#content
{
	padding: 0em;
}

.testtwo{
	background-image:url(images/harbourcityrigthcornerhome.gif);
	background-repeat:no-repeat;
	vertical-align:bottom;
	text-align:right;
	background-repeat:no-repeat;
	background-position: bottom right;
	height:400px;
}

#left{
	position:absolute; 
	float:left; 
	width:130px; 
	background-color:#4F693B; 
	background-repeat:no-repeat;
	height:800px; 
	text-align:center;
}

#right{
	position:absolute; 
	float:right;
	left:130px;
	width:670px;
}

#top{

	background-image:url(images/harbourcityheader_home.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:200px;
}

#bottom{
	position:relative;
	background-image:url(images/harbourcityrigthcornerhome.gif);
	background-repeat:no-repeat; 
	background-position:bottom right; 
	height:690px;
	text-align:left; 
	vertical-align:bottom;
	padding-left:100px;
}
