/* index-outline */

#Main {
   background-color:#FFFFFF;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
}

#Outline {
	position:absolute;
	left:0px;
	top:0px;
	width:872px;
	height:622px;
}


#Bryan-Weinstein {
	position:absolute;
	left:0px;
	top:0px;
	width:545px;
	height:77px;
	background: url(../images/index/Bryan_Weinstein.gif);
}

/*  get rid of click to contact image
#Bryan-Weinsteinwrap { background: url(../images/index/Bryan_Weinstein_Click.gif); }
#Bryan-Weinstein:link { background: url(../images/index/Bryan_Weinstein.gif); }
#Bryan-Weinstein:hover { background: url(../images/index/Bryan_Weinstein_Click.gif); } */


#outline-left {
	position:absolute;
	left:0px;
	top:0px;
	width:40px;
	height:622px;
	background: url(../images/index/outline_left.gif);
}

#outline-top {
	position:absolute;
	left:40px;
	top:0px;
	width:792px;
	height:40px;
	background: url(../images/index/outline_top.gif);
}

#outline-right {
	position:absolute;
	left:832px;
	top:0px;
	width:40px;
	height:622px;
	background: url(../images/index/outline_right.gif);
}

#outline-bottom {
	position:absolute;
	left:40px;
	top:582px;
	width:792px;
	height:40px;
	background: url(../images/index/outline_bottom.gif);
}

/* index-outline END*/